diff --git a/wiki-rtd/docs/wiki_emulator_guides/cemu/cemu-guide.md b/wiki-rtd/docs/wiki_emulator_guides/cemu/cemu-guide.md index 93952ed..412d4c7 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/cemu/cemu-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/cemu/cemu-guide.md @@ -52,8 +52,8 @@ This will be changed in a later update to the `retrodeck/bios/cemu` folder. ## Folder structure -| Type | Folder | Emulator Folder | Comment | -| :---: | :---: | :---: | :---: | +| Type | Folder | Comment | +| :---: | :---: | :---: | | Saves Folder |`retrodeck/saves/wiiu/cemu/` | | | Config Folder |`~/.var/app/net.retrodeck.retrodeck/config/Cemu/` | `settings.xml`, `gameProfiles` folder, `controllerProfiles` folder| | BIOS Folder | `retrodeck/bios/Cemu` | Contains `usr` and `sys` folders | diff --git a/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md b/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md index 653bbf2..24310fb 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-guide.md @@ -51,4 +51,48 @@ Directly into the folder `retrodeck/bios/Scph1001.bin` +## Folder structure + +| Type | Folder | Comment | +| :---: | :---: | :---: | +| Saves Folder |`retrodeck/saves/psx/duckstation/` | | +| States Folder |`retrodeck/states/psx/duckstation/` | | +| Texture Packs Folder |`retrodeck/texture_packs/Duckstation/` | Corresponds to `duckstation/textures` folder | +| Config Folder |`~/.var/app/net.retrodeck.retrodeck/duckstation/` | `settings.xml`, `gameProfiles` folder, `controllerProfiles` folder| +| BIOS Folder | `retrodeck/bios/` | | + +## Guide - Adding Texture Packs + +The `~/retrodeck/texture_packs/duckstaiton/` represents the `/duckstation/textures/` folder in Duckstation. + +**Note:**
+Some texture packs could made for a specific version or region of a game. Make sure you have the right game and textures for it. + +**Note:**
+`TITLEID` is different for every game. + +## Enable Custom Textures + +- Open up Duckstation inside `RetroDECK Configurator` by pressing `Open Emulator` - `Duckstation`. +- Go to `Settings` -> `Advanced` -> `Tweaks/Hacks`
+ +`Enable VRAM Write Texture Replacement` and set it to `On`.
+ +`Preload Texture Replacements` and set it to `On`.
+ + +## How do I add texture packs? + +**Requirements:** Texture pack files
+ +**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`. + + +### Texture folder directly + +1. Extract any texture pack files from compressed `.zip` or any other format into folders. +2. Go into `~/retrodeck/texture_packs/duckstation/`. The folders are all named by `TITLEID`. +3. Move textures into the right `~/retrodeck/texture_packs/duckstation/` folder. + + diff --git a/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-texture-pack.md b/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-texture-pack.md deleted file mode 100644 index 637b132..0000000 --- a/wiki-rtd/docs/wiki_emulator_guides/duckstation/duckstation-texture-pack.md +++ /dev/null @@ -1,31 +0,0 @@ -# Duckstation - Texture Pack Guide -The `~/retrodeck/texture_packs/duckstaiton/` represents the `/duckstation/textures/` folder in Duckstation. - -**Note:**
-Some texture packs could made for a specific version or region of a game. Make sure you have the right game and textures for it. - -**Note:**
-`TITLEID` is different for every game. - -## Enable Custom Textures - -- Open up Duckstation inside `RetroDECK Configurator` by pressing `Open Emulator` - `Duckstation`. -- Go to `Settings` -> `Advanced` -> `Tweaks/Hacks`
- -`Enable VRAM Write Texture Replacement` and set it to `On`.
- -`Preload Texture Replacements` and set it to `On`.
- - -## How do I add texture packs? - -**Requirements:** Texture pack files
- -**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`. - - -### Texture folder directly - -1. Extract any texture pack files from compressed `.zip` or any other format into folders. -2. Go into `~/retrodeck/texture_packs/duckstation/`. The folders are all named by `TITLEID`. -3. Move textures into the right `~/retrodeck/texture_packs/duckstation/` folder. diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index b1b9336..eaa0ce2 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -173,8 +173,7 @@ nav: - Texture Pack Guide: wiki_emulator_guides/dolphin-primehack/dolphin-primehack-texture-pack.md - Duckstation 🐓 (Legacy): - - Duckstation - General Guide (WIP): wiki_emulator_guides/duckstation/duckstation-guide.md - - Duckstation - Texture Pack Guide: wiki_emulator_guides/duckstation/duckstation-texture-pack.md + - Duckstation - General Guide: wiki_emulator_guides/duckstation/duckstation-guide.md - MAME 💰: - MAME - General Guide (WIP): wiki_emulator_guides/mame/mame-guide.md