Wiki/wiki-rtd/docs/wiki_management/multi-disk.md

67 lines
2.3 KiB
Markdown
Raw Normal View History

2025-02-09 06:03:03 +00:00
# Multidisk/File Games: Folders Interpreted as Files
2024-01-21 09:26:08 +00:00
2025-02-09 11:19:53 +00:00
<img src="../../wiki_icons/pixelitos/application-x-iso.png" width="75">
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
To keep your game list clean, you can put all the game files inside a sub-folder. This folder will be seen as the game itself in RetroDECK, not as an actual folder. The folder needs to have the corresponding `.m3u` file and be renamed to the exact filename of the `.m3u`.
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
For more information, you can check the: [ES-DE UserGuide: Folders as Files](https://gitlab.com/es-de/emulationstation-de/-/blob/master/USERGUIDE.md#directories-interpreted-as-files).
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
## Guide - How do I create a Multidisk Folder?
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
Let's use the fake PlayStation 1 game `Dragon Fantasy VII` as an example.
2024-01-21 09:26:08 +00:00
**Example:**
```
─── 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
```
2025-02-09 06:03:03 +00:00
In this case the folder will be viewed as a single game and it will launch `Dragon Fantasy VII.m3u`.
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
### Step 1: Create a .m3u Sub-folder
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
Make a new sub-folder in `roms/psx` (or whichever system you are creating for) and move the `Dragon Fantasy VII` files there.
Name the folder `Dragon Fantasy VII.m3u`.
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
**Result:**
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
Path: `retrodeck/roms/psx/Dragon Fantasy VII.m3u`
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
Content:
2024-01-21 09:26:08 +00:00
```
─── 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
```
2025-02-09 06:03:03 +00:00
### Step 2: Create a .m3u File in the Sub-folder
Create an empty file in the `Dragon Fantasy VII.m3u` folder with the same name as the folder: `Dragon Fantasy VII.m3u`.
**Result:**
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
`retrodeck/roms/psx/Dragon Fantasy VII.m3u/Dragon Fantasy VII.m3u`
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
### Step 3: Populate the .m3u File
2024-01-21 09:26:08 +00:00
2025-02-09 06:03:03 +00:00
Open the `Dragon Fantasy VII.m3u` file with a text editor and write the filenames of all files in the folder, one per line and save.
**Result:**
This shows the content of the`Dragon Fantasy VII.m3u` file:
2024-01-21 09:26:08 +00:00
```
Dragon Fantasy VII - Disk1.chd
Dragon Fantasy VII - Disk2.chd
Dragon Fantasy VII - Disk3.chd
```
### Step 4: Launch RetroDECK
2025-02-09 06:03:03 +00:00
The ES-DE interface that RetroDECK uses should now recognize the game as one file.