Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| cd_image_formats [2021/10/08 11:49] – [A subfolder for each multi-disc game] corrections/adjustments to that new section (btw thanks AinsWorth) atari | cd_image_formats [2022/10/01 04:15] (current) – atari | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Disc images/ROMs come in a variety of formats, and over the years many formats have risen and fallen in popularity. This article focuses on the more common ones you may come across. | Disc images/ROMs come in a variety of formats, and over the years many formats have risen and fallen in popularity. This article focuses on the more common ones you may come across. | ||
| - | <WRAP center round info 60%> | + | <WRAP center round info> |
| For information on compressed disk images take a look at [[disk_image_compression|Disc image compression]]. | For information on compressed disk images take a look at [[disk_image_compression|Disc image compression]]. | ||
| </ | </ | ||
| Line 25: | Line 25: | ||
| * '' | * '' | ||
| - | <WRAP center round info 40%> | + | <WRAP center round info> |
| This information has been surmised from https:// | This information has been surmised from https:// | ||
| </ | </ | ||
| Line 75: | Line 75: | ||
| To automatically load the next disc of a game, you can use a '' | To automatically load the next disc of a game, you can use a '' | ||
| - | <WRAP center round important | + | <WRAP center round important> |
| Please note that even if '' | Please note that even if '' | ||
| </ | </ | ||
| To make one, simply create a text file with the same filename as your intended game name (this is what will appear in your game list. It could be anything, really). Within that text file, write the names of the '' | To make one, simply create a text file with the same filename as your intended game name (this is what will appear in your game list. It could be anything, really). Within that text file, write the names of the '' | ||
| + | |||
| + | <WRAP center round important> | ||
| + | If creating the playlist file with Windows, be aware of the [[https:// | ||
| + | </ | ||
| + | |||
| + | <WRAP center round info> | ||
| + | Batocera will automatically hide duplicated entries showing in the gamelist when using playlists to define which discs are a part of a single game. However, this will only work when the playlists are referencing just the filenames; relative pathing will override this behaviour and show all discs. To put it simply: | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | </ | ||
| ==== All the files inside of the applicable ROM folder ==== | ==== All the files inside of the applicable ROM folder ==== | ||
| Line 88: | Line 99: | ||
| roms/ | roms/ | ||
| └─ psx/ | └─ psx/ | ||
| - | | ||
| | | ||
| - | | + | |
| | | ||
| - | | + | |
| - | └─ Final Fantasy VII (Disc 3).bin | + | ├─ Final Fantasy VII (Disc 3).bin |
| + | | ||
| </ | </ | ||
| Line 110: | Line 121: | ||
| └─ psx/ | └─ psx/ | ||
| | | ||
| - | | ||
| | | ||
| - | | + | |
| | | ||
| - | | + | |
| - | └─ Final Fantasy VII (Disc 3).bin | + | ├─ Final Fantasy VII (Disc 3).bin |
| + | | ||
| </ | </ | ||
| Line 126: | Line 137: | ||
| └─ psx/ | └─ psx/ | ||
| | | ||
| - | ├─ Final Fantasy VII (Disc 1).cue | ||
| ├─ Final Fantasy VII (Disc 1).bin | ├─ Final Fantasy VII (Disc 1).bin | ||
| - | ├─ Final Fantasy VII (Disc 2).cue | + | ├─ Final Fantasy VII (Disc 1).cue |
| ├─ Final Fantasy VII (Disc 2).bin | ├─ Final Fantasy VII (Disc 2).bin | ||
| - | ├─ Final Fantasy VII (Disc 3).cue | + | ├─ Final Fantasy VII (Disc 2).cue |
| - | | + | |
| + | └─ Final Fantasy VII (Disc 3).cue | ||
| </ | </ | ||
| <WRAP center round tip> | <WRAP center round tip> | ||
| - | In the case that you've organized your ROMs like this, you can use the follow BAT script | + | In the case that you've organized your ROMs like this, you can use the following scripts/SSH commands |
| --> Click to expand# | --> Click to expand# | ||
| - | Place the script in the '' | + | * **[[: |
| - | * **On Windows** | + | cd / |
| + | </ | ||
| + | * For '' | ||
| + | * Run the following: <code bash> | ||
| + | for DIR in *; do echo "$(for file in " | ||
| + | </ | ||
| + | * For '' | ||
| + | * Just run the following: <code bash> | ||
| + | for DIR in *; do echo "$(for file in " | ||
| + | </ | ||
| + | |||
| + | * **Accessible the drive directly on Windows** | ||
| * For NTFS userdata filesystems: | * For NTFS userdata filesystems: | ||
| - | * For CUE files: <file - ntfs-generate-m3u-for-cue-in-subfolders.bat> | + | * For '' |
| @echo off | @echo off | ||
| for /R " | for /R " | ||
| </ | </ | ||
| - | * For CHD files: <file - ntfs-generate-m3u-for-chd-in-subfolders.bat> | + | * For '' |
| @echo off | @echo off | ||
| for /R " | for /R " | ||
| </ | </ | ||
| * For FAT userdata filesystems: | * For FAT userdata filesystems: | ||
| - | * For CUE files: <file - fat-generate-m3u-for-cue-in-subfolders.bat> | + | * For '' |
| @echo off | @echo off | ||
| for /F "eol=| delims=" | for /F "eol=| delims=" | ||
| </ | </ | ||
| - | * For CHD files: <file - fat-generate-m3u-for-chd-in-subfolders.bat> | + | * For '' |
| @echo off | @echo off | ||
| for /F "eol=| delims=" | for /F "eol=| delims=" | ||
| Line 178: | Line 200: | ||
| | | ||
| ├─ Final Fantasy VII.m3u | ├─ Final Fantasy VII.m3u | ||
| - | ├─ Final Fantasy VII (Disc 1).cue | ||
| ├─ Final Fantasy VII (Disc 1).bin | ├─ Final Fantasy VII (Disc 1).bin | ||
| - | ├─ Final Fantasy VII (Disc 2).cue | + | ├─ Final Fantasy VII (Disc 1).cue |
| ├─ Final Fantasy VII (Disc 2).bin | ├─ Final Fantasy VII (Disc 2).bin | ||
| - | ├─ Final Fantasy VII (Disc 3).cue | + | ├─ Final Fantasy VII (Disc 2).cue |
| - | | + | |
| + | └─ Final Fantasy VII (Disc 3).cue | ||
| </ | </ | ||
| Line 194: | Line 216: | ||
| └─ psx/ | └─ psx/ | ||
| | | ||
| - | | + | |
| - | | + | |
| | | ||
| - | | + | |
| - | | + | |
| | | ||
| - | | + | |
| - | | + | |
| | | ||
| </ | </ | ||
| Line 234: | Line 256: | ||
| In case the automatic disc swapping fails, refer to these manual disc swapping instructions below. | In case the automatic disc swapping fails, refer to these manual disc swapping instructions below. | ||
| - | === RetroArch (all libretro cores) === | + | === RetroArch (most libretro cores) === |
| - | You can utilize RetroArch' | + | You can utilize RetroArch' |
| <WRAP center round alert 60%> | <WRAP center round alert 60%> | ||
| Line 251: | Line 273: | ||
| {{: | {{: | ||
| + | |||
| + | === libretro: Opera (3DO) === | ||
| + | |||
| + | From Batocera **v34**, enable the **NVRAM STORAGE** option from the advanced system settings ('' | ||
| + | |||
- cd_image_formats.1633693749.txt.gz
- Last modified: 5 years ago
- by atari