From 9f130e8ca19ddb08e67e9a448e21e993d9998688 Mon Sep 17 00:00:00 2001 From: laz Date: Tue, 7 Jan 2025 15:30:18 +0100 Subject: [PATCH] merged docs --- wiki-rtd/docs/index.md | 1 - .../wiki_emulator_guides/citra/citra-guide.md | 66 +++++++++++++++++++ .../wiki_emulator_guides/citra/citra-mod.md | 29 -------- .../citra/citra-texture-pack.md | 46 ------------- wiki-rtd/mkdocs.yml | 2 - 5 files changed, 66 insertions(+), 78 deletions(-) delete mode 100644 wiki-rtd/docs/wiki_emulator_guides/citra/citra-mod.md delete mode 100644 wiki-rtd/docs/wiki_emulator_guides/citra/citra-texture-pack.md diff --git a/wiki-rtd/docs/index.md b/wiki-rtd/docs/index.md index 74088d3..30fab5f 100644 --- a/wiki-rtd/docs/index.md +++ b/wiki-rtd/docs/index.md @@ -17,7 +17,6 @@ Those can either be: - Preparation articles for an upcoming update. - They could also be articles we have not had the time to fully write yet. -We are currently also updating the wiki for the next version of RetroDECK. ## What is RetroDECK? diff --git a/wiki-rtd/docs/wiki_emulator_guides/citra/citra-guide.md b/wiki-rtd/docs/wiki_emulator_guides/citra/citra-guide.md index 10d8100..eda672d 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/citra/citra-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/citra/citra-guide.md @@ -26,3 +26,69 @@ It can still be temporarily installed via: ## Does Citra require BIOS or Firmware? No + +## How do I add mods? + +**Note:**
+ +- The `~/retrodeck/mods/citra/` represents the `/load/mods/` folder in Citra. +- `TITLEID` is different for every game. + +On the Steam Deck this could be easier to do in `Desktop Mode`. + +There are two ways of adding mods into Citra + +### Add mods 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/` folder. + + +## How do I add texture packs? + +**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. + +On the Steam Deck this could be easier to do in `Desktop Mode`. + +- The `~/retrodeck/texture_packs/citra/` represents the `/load/textures` folder in Citra. +- `TITLEID` is different for every game. + +There are two ways of adding texture packs into Citra + +### Enable Custom Textures + +1. Open up Citra inside `RetroDECK Configurator` by pressing `Open Emulator` - `Citra`. +2. Press `Emulation` -> `Configure` -> `Graphics` -> `Use Custom Textures` and set it to `On`. + +### Add texture packs from Citra + +1. Extract any texture files 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 textures into. +4. Click on `Open Custom Textures Location`. +5. Paste the texture folders inside that directory, each folder is stored by the `TITLLEID` of the game. +6. Quit Citra + +### From the texture folder directly + +1. Extract any texture pack files from compressed `.zip` or any other format into folders. +2. Go into `~/retrodeck/texture_packs/citra/`. The folders are all named by `TITLEID`. +3. Move textures into the right `~/retrodeck/texture_packs/citra/` folder. + +**Example:** + +* You have a `.zip` file for a game that contains the `/load/textures/0000001000` folders. +* All you need to do is take the TITLEID folder: `0000001000` and put it into `~/retrodeck/texture_packs/citra/` +* So the end result looks like: `~/retrodeck/texture_packs/citra/0000001000` diff --git a/wiki-rtd/docs/wiki_emulator_guides/citra/citra-mod.md b/wiki-rtd/docs/wiki_emulator_guides/citra/citra-mod.md deleted file mode 100644 index 5a6c880..0000000 --- a/wiki-rtd/docs/wiki_emulator_guides/citra/citra-mod.md +++ /dev/null @@ -1,29 +0,0 @@ -# Citra - Mod Guide (Archive) - -The `~/retrodeck/mods/citra/` represents the `/load/mods/` folder in Citra. - -**Note:**
-`TITLEID` is different for every game. - - -## How do I add mods? - -**Requirements:** Mod files
- -**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/` folder. diff --git a/wiki-rtd/docs/wiki_emulator_guides/citra/citra-texture-pack.md b/wiki-rtd/docs/wiki_emulator_guides/citra/citra-texture-pack.md deleted file mode 100644 index 8010e4b..0000000 --- a/wiki-rtd/docs/wiki_emulator_guides/citra/citra-texture-pack.md +++ /dev/null @@ -1,46 +0,0 @@ -# Citra - Texture Pack Guide (Archive) - -The `~/retrodeck/texture_packs/citra/` represents the `/load/textures` folder in Citra. - -**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 Citra inside `RetroDECK Configurator` by pressing `Open Emulator` - `Citra`. -* Press `Emulation` -> `Configure` -> `Graphics` -> `Use Custom Textures` 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`. - - -There are two ways of adding texture packs into Citra - - -### From Citra - -1. Extract any texture files 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 textures into. -4. Click on `Open Custom Textures Location`. -5. Paste the texture folders inside that directory, each folder is stored by the `TITLLEID` of the game. -6. Quit Citra - -### From the texture folder directly - -1. Extract any texture pack files from compressed `.zip` or any other format into folders. -2. Go into `~/retrodeck/texture_packs/citra/`. The folders are all named by `TITLEID`. -3. Move textures into the right `~/retrodeck/texture_packs/citra/` folder. - -Example: - -* You have a `.zip` file for a game that contains the `/load/textures/0000001000` folders. -* All you need to do is take the TITLEID folder: `0000001000` and put it into `~/retrodeck/texture_packs/citra/` -* So the end result looks like: `~/retrodeck/texture_packs/citra/0000001000` diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index ea82bec..b2bc082 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -165,8 +165,6 @@ nav: - Citra 🍋 (Archive): - Citra - General Guide: wiki_emulator_guides/citra/citra-guide.md - - Citra - Mod Guide: wiki_emulator_guides/citra/citra-mod.md - - Citra - Texture Pack Guide: wiki_emulator_guides/citra/citra-texture-pack.md - Dolphin / Primehack 🐬: - Controls Guide: wiki_emulator_guides/dolphin-primehack/dolphin-controls.md