mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
duckstation
This commit is contained in:
parent
466c934d62
commit
a2525fbeb7
|
@ -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 |
|
||||
|
|
|
@ -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:** <br>
|
||||
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:**<br>
|
||||
`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` <br>
|
||||
|
||||
`Enable VRAM Write Texture Replacement` and set it to `On`.<br>
|
||||
|
||||
`Preload Texture Replacements` and set it to `On`.<br>
|
||||
|
||||
|
||||
## How do I add texture packs?
|
||||
|
||||
**Requirements:** Texture pack files <br>
|
||||
|
||||
**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/<TITLEID>` folder.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
# Duckstation - Texture Pack Guide
|
||||
The `~/retrodeck/texture_packs/duckstaiton/` represents the `/duckstation/textures/` folder in Duckstation.
|
||||
|
||||
**Note:** <br>
|
||||
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:**<br>
|
||||
`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` <br>
|
||||
|
||||
`Enable VRAM Write Texture Replacement` and set it to `On`.<br>
|
||||
|
||||
`Preload Texture Replacements` and set it to `On`.<br>
|
||||
|
||||
|
||||
## How do I add texture packs?
|
||||
|
||||
**Requirements:** Texture pack files <br>
|
||||
|
||||
**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/<TITLEID>` folder.
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue