From fd23de7b9ea25946ab61eaf061b4e755cd40cbe0 Mon Sep 17 00:00:00 2001 From: Lazorne Date: Sun, 21 Jan 2024 11:28:36 +0100 Subject: [PATCH] WIki fixes --- wiki-rtd/docs/wiki_general/retrodeck-start.md | 4 +- .../wiki_management/.spread-files.md.kate-swp | Bin 0 -> 447 bytes wiki-rtd/docs/wiki_management/spread-files.md | 63 ++++++++++++++++++ 3 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 wiki-rtd/docs/wiki_management/.spread-files.md.kate-swp create mode 100644 wiki-rtd/docs/wiki_management/spread-files.md diff --git a/wiki-rtd/docs/wiki_general/retrodeck-start.md b/wiki-rtd/docs/wiki_general/retrodeck-start.md index 91b818d..3f85794 100644 --- a/wiki-rtd/docs/wiki_general/retrodeck-start.md +++ b/wiki-rtd/docs/wiki_general/retrodeck-start.md @@ -68,9 +68,9 @@ If during the installation of RetroDECK you choose the Custom option for the rom The roms folder where ever you choose. -### Let's get started on ROMs: +### Let's get started on ROMs/Games: -Read up on [ES-DE Folders and Files](../wiki_emulationStation_de/esde-folders-files.md) to see what folder each system has or read the readme file in each systems folder under `~/retrodeck/roms/` +Read up on `RetroDECK Management 🗜️` section of this wiki. * Put the corresponding roms inside the corresponding system folder diff --git a/wiki-rtd/docs/wiki_management/.spread-files.md.kate-swp b/wiki-rtd/docs/wiki_management/.spread-files.md.kate-swp new file mode 100644 index 0000000000000000000000000000000000000000..5a8b6f01579423e34769da0338633ad333f09502 GIT binary patch literal 447 zcmYk&Jr05}6bJC4; zG->*NeeG-W7-Po7O@zt!ZfH9GMwr81pE1_yzT)Gcpe`=jI|-k+`}OcR^Qp{WTXX@QPf6O>!M}$PGACPlGp5 IxUJ0X517_8qyPW_ literal 0 HcmV?d00001 diff --git a/wiki-rtd/docs/wiki_management/spread-files.md b/wiki-rtd/docs/wiki_management/spread-files.md new file mode 100644 index 0000000..26ee737 --- /dev/null +++ b/wiki-rtd/docs/wiki_management/spread-files.md @@ -0,0 +1,63 @@ +# Multidisk/file games: Directory interpreted as files + + + + +You can put all the game files inside a sub-folder in order to keep you game list clean, these folder will be seen as the game itself from RetroDECK and not as an actual folder. + +The folder needs to have the corresponding `.m3u` file and the folder needs to be renamed to the exact filename of the `.m3u`. + +More info in the [ES-DE UserGuide](https://gitlab.com/es-de/emulationstation-de/-/blob/master/USERGUIDE.md#directories-interpreted-as-files). + +**Example:** + +In this case the folder will be viewed as a single game and it will launch `Dragon Fantasy VII.m3u` so you can easly swap the disks from RetroArch menu. + +``` +─── Dragon Fantasy VII.m3u <--- Folder + ├── Dragon Fantasy VII - Disk1.chd <--- Game Disc + ├── Dragon Fantasy VII - Disk2.chd <--- Game Disc + ├── Dragon Fantasy VII - Disk3.chd <--- Game Disc + └── Dragon Fantasy VII.m3u <--- The .m3u file +``` + + +## How do I create a Multidisk Directory? + +Let's use the `Dragon Fantasy VII` example as written above. It is a fake PlayStation 1 game. + +### Step 1: Make a .m3u sub-folder +Make a new sub-folder inside the `roms/psx` directory (or what ever system you are creating for) where you move and store the `Dragon Fantasy VII` files with a `.m3u` file extension in the end. +The name of the folder will be `Dragon Fantasy VII.m3u` and the full file path will be: + +`~/retrodeck/roms/psx/Dragon Fantasy VII.m3u` + +And it should have the disc files inside of it: + +``` +─── Dragon Fantasy VII.m3u <--- Folder + ├── Dragon Fantasy VII - Disk1.chd <--- Game Disc + ├── Dragon Fantasy VII - Disk2.chd <--- Game Disc + └── Dragon Fantasy VII - Disk3.chd <--- Game Disc +``` + +### Step 2: Make a .m3u file inside the folder.m3u +Following the example above, make an empty file inside the `Dragon Fantasy VII.m3u Folder` called the exact same thing as the folder name in this case: `Dragon Fantasy VII.m3u`. Now the full file path to the newly created .m3u file should be like this: + +`~/retrodeck/roms/psx/Dragon Fantasy VII.m3u/Dragon Fantasy VII.m3u` + +### Step 3: Populate the .m3u file + +Open the `Dragon Fantasy VII.m3u` file with an text editor and write the filenames of all files contained in the folder, one per line. +When you are done, the structure of the file should look something like this: + +``` +Dragon Fantasy VII - Disk1.chd +Dragon Fantasy VII - Disk2.chd +Dragon Fantasy VII - Disk3.chd +``` + +Note this also works with other files types like `.bin` `.iso` `.cue` `.bin` etc.. You just need to make sure that all the files in the folders are written inside the .m3u file. + +### Step 4: Launch RetroDECK +The ES-DE interface that RetroDECK uses should now pick up on the game as one file and you can change disks inside RetroArch.