mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
tp
This commit is contained in:
parent
8fbf6f5647
commit
bdaff4597b
31
wiki-rtd/docs/wiki_mods/citra-mods.md
Normal file
31
wiki-rtd/docs/wiki_mods/citra-mods.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Mods: Citra - 3DS
|
||||
The `~/retrodeck/mods/citra/` represents the `/load/mods/` folder in Citra.
|
||||
|
||||
**Note:**<br>
|
||||
`TITLEID` is different for every game.
|
||||
|
||||
|
||||
## How do I add mods?
|
||||
|
||||
**Requirements:** Mod files <br>
|
||||
|
||||
**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
|
||||
|
||||
|
||||
There are two ways of adding mods into Citra
|
||||
|
||||
|
||||
|
||||
### From Citra
|
||||
1. Extract any mod from compressed `.zip` or any other format to folders.
|
||||
2. Open up Citra inside `RetroDECK Configurator` by pressing `Open Emulator` - `Citra`.
|
||||
3. Right click on the game you want to add mods into.
|
||||
4. Click on `Open Mods Location`.
|
||||
5. Paste the mod files inside that directory, each folder is stored by the `TITLLEID` of the game.
|
||||
6. Quit Citra
|
||||
|
||||
### From the mod folder directly
|
||||
|
||||
1. Extract any mod files from compressed `.zip` or any other format into folders.
|
||||
2. Go into `~/retrodeck/mods/citra/`. The folders are all named by `TITLEID`.
|
||||
3. Past the mods into the right `~/retrodeck/mods/yuzu/<TITLEID>` folder.
|
37
wiki-rtd/docs/wiki_mods/dolphin-prime-mods.md
Normal file
37
wiki-rtd/docs/wiki_mods/dolphin-prime-mods.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Mods: Dolphin / Primehack - GC & Wii
|
||||
Primehack is based on Dolphin so the method is the same.
|
||||
|
||||
The `~/retrodeck/mods/dolphin/` & `~/retrodeck/mods/primehack/` that represents the `/load/GraphicMods` folder.<br>
|
||||
|
||||
|
||||
**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>
|
||||
`GAME_ID` is different for every game.
|
||||
|
||||
## Enable Custom Textures
|
||||
* Open up Dolphin or Primehack inside `RetroDECK Configurator` by pressing `Open Emulator` - `Dolphin` or `Primehack`.
|
||||
* Press `Options` -> `Graphic Settings`
|
||||
|
||||
`Enable Graphics Mods` and set it to `On`.<br>
|
||||
|
||||
## How do I add mods?
|
||||
|
||||
**Requirements:** Mod files <br>
|
||||
|
||||
**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
|
||||
|
||||
|
||||
### Directly into the mods folder
|
||||
|
||||
1. Extract any mod files from compressed `.zip` or any other format into folders.
|
||||
|
||||
2. Go into mods folders, they contain folders that are all named by `GAME_ID`.<br>
|
||||
**Dolphin:**`~/retrodeck/mods/dolphin/` <br>
|
||||
**Primehack:**`~/retrodeck/mods/primehack/`.
|
||||
|
||||
3. Move the mods into the right folder: <br>
|
||||
**Dolphin:** `~/retrodeck/mods/dolphin/<GAME_ID>` <br>
|
||||
**Primehack:** `~/retrodeck/mods/primehack/<GAME_ID>` <br>
|
||||
|
34
wiki-rtd/docs/wiki_mods/yuzu-mods.md
Normal file
34
wiki-rtd/docs/wiki_mods/yuzu-mods.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Mods: Yuzu - Switch
|
||||
|
||||
**Note:**<br>
|
||||
`TITLEID` is different for every game.
|
||||
|
||||
## How do I add mods?
|
||||
|
||||
**Requirements:** Mod files <br>
|
||||
|
||||
**NOTE:** On the Steam Deck this could be easier to do in `Desktop Mode`.
|
||||
|
||||
There are two ways of adding mods into Yuzu
|
||||
|
||||
### From Yuzu directly
|
||||
1. Extract any mod files from compressed `.zip` or any other format to folders.
|
||||
2. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
|
||||
3. Right click on the game you want to add mods into.
|
||||
4. Click on `Open Mod Data Destination`.
|
||||
5. Paste the mod folders inside that directory.
|
||||
6. Right clicking on the game and selecting `Properties`.
|
||||
7. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
|
||||
8. Quit Yuzu
|
||||
|
||||
### From the mods/yuzu folder
|
||||
|
||||
|
||||
1. Extract any mod files from compressed `.zip` or any other format into folders.
|
||||
2. Go into `~/retrodeck/mods/yuzu/` and file the right folder for the game you want to add mods to. The folders are all named by `TITLEID`.
|
||||
3. Move those folders into `~/retrodeck/mods/yuzu/<TITLEID>`
|
||||
4. Open up Yuzu inside `RetroDECK Configurator` by pressing `Open Emulator` - `Yuzu`.
|
||||
5. Right clicking on the game and selecting `Properties`.
|
||||
6. Enable the mods you want to enable by pressing the checkboxes in the `Add-Ons` tab and press OK.
|
||||
7. Quit Yuzu
|
||||
|
|
@ -27,8 +27,9 @@ nav:
|
|||
- Linux Desktop - Software Recommendations: wiki_devices/linux_desktop/linux-software.md
|
||||
|
||||
- Mod Guides:
|
||||
- Linux Desktop - Installation and Updates: wiki_devices/linux_desktop/linux-install.md
|
||||
- Linux Desktop - Software Recommendations: wiki_devices/linux_desktop/linux-software.md
|
||||
- Mods - Citra: wiki_mods/citra-mods.md
|
||||
- Mods - Dolphin/Primehack: wiki_mods/dolphin-prime-mods.md
|
||||
- Mods - Yuzu: wiki_mods/yuzu-mods.md
|
||||
|
||||
- Texture Pack Guides:
|
||||
- Texture Packs - Citra: wiki_texture_packs/citra-tp.md
|
||||
|
|
Loading…
Reference in a new issue