Installer arc-the-lad-ii-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: - bin_file: N/A:Please select the PlayStation Bin file - cue_file: N/A:Please select the PlayStation Cue file game: core: mednafen_psx_hw main_file: cue_file installer: - merge: dst: $GAMEDIR src: bin_file - merge: dst: $GAMEDIR src: cue_file
{ "files": [ { "bin_file": "N/A:Please select the PlayStation Bin file" }, { "cue_file": "N/A:Please select the PlayStation Cue file" } ], "game": { "core": "mednafen_psx_hw", "main_file": "cue_file" }, "installer": [ { "merge": { "dst": "$GAMEDIR", "src": "bin_file" } }, { "merge": { "dst": "$GAMEDIR", "src": "cue_file" } } ] }