From 880c8225b28dbc6c74975a2e8dfc223a2121963d Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 12 Sep 2023 16:46:20 +0200 Subject: [PATCH] Adding more helper files --- .../how-to-install-citra-mods.txt | 2 +- .../how-to-install-dolphin-mods.txt | 10 ++++++++ .../how-to-install-primehack-mods.txt | 10 ++++++++ .../helper_files/how-to-install-yuzu-mods.txt | 25 +++++++++++++++++++ .../reference_lists/helper_files_list.cfg | 3 +++ 5 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 emu-configs/defaults/retrodeck/helper_files/how-to-install-dolphin-mods.txt create mode 100644 emu-configs/defaults/retrodeck/helper_files/how-to-install-primehack-mods.txt create mode 100644 emu-configs/defaults/retrodeck/helper_files/how-to-install-yuzu-mods.txt diff --git a/emu-configs/defaults/retrodeck/helper_files/how-to-install-citra-mods.txt b/emu-configs/defaults/retrodeck/helper_files/how-to-install-citra-mods.txt index f9ce75bc..8918ba2d 100644 --- a/emu-configs/defaults/retrodeck/helper_files/how-to-install-citra-mods.txt +++ b/emu-configs/defaults/retrodeck/helper_files/how-to-install-citra-mods.txt @@ -16,4 +16,4 @@ From the mod folder directly Related wiki article can be found here: https://github.com/XargonWan/RetroDECK/wiki/Citra%3A-Mods#citra---3ds -The RetroDECK Team +The RetroDECK Team \ No newline at end of file diff --git a/emu-configs/defaults/retrodeck/helper_files/how-to-install-dolphin-mods.txt b/emu-configs/defaults/retrodeck/helper_files/how-to-install-dolphin-mods.txt new file mode 100644 index 00000000..150ed2ba --- /dev/null +++ b/emu-configs/defaults/retrodeck/helper_files/how-to-install-dolphin-mods.txt @@ -0,0 +1,10 @@ +- Extract any mod files from compressed .zip or any other format into folders. + +- Go into mods folders, they contain folders that are all named by GAME_ID. ~/retrodeck/mods/dolphin/ + +- Move the mods into the right folder: ~/retrodeck/mods/dolphin/ + +Related wiki article can be found here: +https://github.com/XargonWan/RetroDECK/wiki/Dolphin-and-Primehack%3A-Mods + +The RetroDECK Team \ No newline at end of file diff --git a/emu-configs/defaults/retrodeck/helper_files/how-to-install-primehack-mods.txt b/emu-configs/defaults/retrodeck/helper_files/how-to-install-primehack-mods.txt new file mode 100644 index 00000000..f88e8a4e --- /dev/null +++ b/emu-configs/defaults/retrodeck/helper_files/how-to-install-primehack-mods.txt @@ -0,0 +1,10 @@ +- Extract any mod files from compressed .zip or any other format into folders. + +- Go into mods folders, they contain folders that are all named by GAME_ID. ~/retrodeck/mods/primehack/. + +- Move the mods into the right folder: ~/retrodeck/mods/primehack/ + +Related wiki article can be found here: +https://github.com/XargonWan/RetroDECK/wiki/Dolphin-and-Primehack%3A-Mods + +The RetroDECK Team \ No newline at end of file diff --git a/emu-configs/defaults/retrodeck/helper_files/how-to-install-yuzu-mods.txt b/emu-configs/defaults/retrodeck/helper_files/how-to-install-yuzu-mods.txt new file mode 100644 index 00000000..1f41c698 --- /dev/null +++ b/emu-configs/defaults/retrodeck/helper_files/how-to-install-yuzu-mods.txt @@ -0,0 +1,25 @@ +There are two ways of adding mods into Yuzu + +From Yuzu directly +- Extract any mod files from compressed .zip or any other format to folders. +- Open up Yuzu inside RetroDECK Configurator by pressing Open Emulator - Yuzu. +- Right click on the game you want to add mods into. +- Click on Open Mod Data Destination. +- Paste the mod folders inside that directory. +- Right clicking on the game and selecting Properties. +- Enable the mods you want to enable by pressing the checkboxes in the Add-Ons tab and press OK. +- Quit Yuzu + +From the mods/yuzu folder +- Extract any mod files from compressed .zip or any other format into folders. +- 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. +- Move those folders into ~/retrodeck/mods/yuzu/ +- Open up Yuzu inside RetroDECK Configurator by pressing Open Emulator - Yuzu. +- Right clicking on the game and selecting Properties. +- Enable the mods you want to enable by pressing the checkboxes in the Add-Ons tab and press OK. +- Quit Yuzu + +Related wiki article can be found here: +https://github.com/XargonWan/RetroDECK/wiki/Yuzu%3A-Mods + +The RetroDECK Team \ No newline at end of file diff --git a/emu-configs/defaults/retrodeck/reference_lists/helper_files_list.cfg b/emu-configs/defaults/retrodeck/reference_lists/helper_files_list.cfg index 1b05ffff..0c1e9a8b 100644 --- a/emu-configs/defaults/retrodeck/reference_lists/helper_files_list.cfg +++ b/emu-configs/defaults/retrodeck/reference_lists/helper_files_list.cfg @@ -3,3 +3,6 @@ # The destination can be an internal variable name like $roms_folder if needed # The FILE name can have spaces in it, but the DESTINATION cannot, even in variable form how-to-install-citra-mods.txt^$mods_folder/Citra +how-to-install-dolphin-mods.txt^$mods_folder/Dolphin +how-to-install-primehack-mods.txt^$mods_folder/Primehack +how-to-install-yuzu-mods.txt^$mods_folder/Yuzu \ No newline at end of file