Installer arc-the-lad-iii-arc-the-lad-collecti
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - disc_1_image: N/A:Please select the PlayStation Disc 1 Image file - disc_1_cue: N/A:Please select the PlayStation Disc 1 Cue file - disc_2_image: N/A:Please select the PlayStation Disc 2 Image file - disc_2_cue: N/A:Please select the PlayStation Disc 2 Cue file game: core: mednafen_psx_hw main_file: $GAMEDIR/Arc the Lad III.m3u installer: - merge: dst: $GAMEDIR src: disc_1_image - merge: dst: $GAMEDIR src: disc_2_image - merge: dst: $GAMEDIR src: disc_1_cue - merge: dst: $GAMEDIR src: disc_2_cue - write_file: content: '$disc_1_cue $disc_2_cue' file: $GAMEDIR/Arc the Lad III.m3u
{ "files": [ { "disc_1_image": "N/A:Please select the PlayStation Disc 1 Image file" }, { "disc_1_cue": "N/A:Please select the PlayStation Disc 1 Cue file" }, { "disc_2_image": "N/A:Please select the PlayStation Disc 2 Image file" }, { "disc_2_cue": "N/A:Please select the PlayStation Disc 2 Cue file" } ], "game": { "core": "mednafen_psx_hw", "main_file": "$GAMEDIR/Arc the Lad III.m3u" }, "installer": [ { "merge": { "dst": "$GAMEDIR", "src": "disc_1_image" } }, { "merge": { "dst": "$GAMEDIR", "src": "disc_2_image" } }, { "merge": { "dst": "$GAMEDIR", "src": "disc_1_cue" } }, { "merge": { "dst": "$GAMEDIR", "src": "disc_2_cue" } }, { "write_file": { "content": "$disc_1_cue\n$disc_2_cue", "file": "$GAMEDIR/Arc the Lad III.m3u" } } ] }