Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:gamecube [2023/10/28 00:30] – [Multi-disc games] Fix "list of games" → "game list" ssokolowsystems:gamecube [2026/05/21 19:34] (current) – [Multi-disc games] lbrpdx
Line 27: Line 27:
 ===== BIOS ===== ===== BIOS =====
  
-No Nintendo GameCube emulator in Batocera needs a BIOS file to run. 
  
 +^ MD5 checksum ^ Share file path  ^ Description ^
 +| ''db92574caab77a7ec99d4605fd6f2450'' | ''bios/GC/EUR/IPL.bin'' | European BIOS file |
 +| ''b17148254a5799684c7d783206504926'' | ''bios/GC/JAP/IPL.bin'' | Japanese BIOS file |
 +| ''b17148254a5799684c7d783206504926'' | ''bios/GC/USA/IPL.bin'' | American BIOS file |
 ===== ROMs ===== ===== ROMs =====
  
Line 39: Line 42:
 ==== Multi-disc games ==== ==== Multi-disc games ====
  
-EmulationStation will not guess which disc images should be treated as a single game and must be explicitly told which entries to combine using an ''.m3u'' playlist file.+''.m3u'' playlist file can be used for multi-disc games. Create the ''.m3u'' text file, and enter the filenames of the ROMs for the game on a new line eachFor example:
  
-  - Optionally, move all the files for the game into a subfolder so the contents of the ''/userdata/roms/gamecube'' folder look like the list EmulationStation displays (with only one entry per game)+<file m3u Tales of Symphonia.m3u> 
-  Create a file named ''<Name of Game>.m3u'' next to the disc images where ''<Name of Game>'' is the name which should appear in the game list<code>+Tales of Symphonia Disc 1.rvz 
 +Tales of Symphonia - Disc 2.rvz 
 +</file
 + 
 +Make sure this ''.m3u'' file is saved with **Unix end of lines** (if you use Windows, use an editor that can save Unix file formats, **not** Notepad). 
 +This playlist file would be saved next to its respective ROMs. EmulationStation will hide the additional discs (Batocera **v31** and higher). 
 + 
 +The resulting file structure would look like this: 
 + 
 +<code>
 roms/ roms/
 └─ gamecube/ └─ gamecube/
-   └─ Tales of Symphonia/ +   ├─ Tales of Symphonia.m3u 
-      ├─ Tales of Symphonia.m3u +   ├─ Tales of Symphonia - Disc 1.rvz 
-      ├─ Tales of Symphonia - Disc 1.rvz +   └─ Tales of Symphonia - Disc 2.rvz
-      └─ Tales of Symphonia - Disc 2.rvz+
 </code> </code>
-  - Inside the ''.m3u'' file, list the filenames of the disc images, one per line <file m3u Tales of Symphonia.m3u>Tales of Symphonia - Disc 1.rvz 
-Tales of Symphonia - Disc 2.rvz</file> 
-  - Run **MAIN MENU → GAME SETTINGS → UPDATE GAMELISTS** 
  
-At this point, EmulationStation should hide all files listed in the ''.m3u'' file (showing only an entry for the ''.m3u'' file itself). If it does not, check for typos. +<WRAP center round info>
- +
-<WRAP info>+
 If changing settings in ''dolphin-emu-config'', leave the "Change Discs Automatically" checkbox checked. If changing settings in ''dolphin-emu-config'', leave the "Change Discs Automatically" checkbox checked.
 </WRAP> </WRAP>
 +
 +Refer to [[:cd_image_formats#multi-disc_games|multi-disc games]] for more info.
 +
 ==== GBA Link ==== ==== GBA Link ====
  
  • systems/gamecube.1698453057.txt.gz
  • Last modified: 3 years ago
  • by ssokolow