Installer crash-bandicoot-warped-playstation-bincue
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: - cue: 'N/A: Please select your Crash Bandicoot: Warped.cue file' - bin: 'N/A: Please select your Crash Bandicoot: Warped.bin file' game: machine: psx main_file: cue installer: - copy: dst: $GAMEDIR src: cue - copy: dst: $GAMEDIR src: bin
{ "files": [ { "cue": "N/A: Please select your Crash Bandicoot: Warped.cue file" }, { "bin": "N/A: Please select your Crash Bandicoot: Warped.bin file" } ], "game": { "machine": "psx", "main_file": "cue" }, "installer": [ { "copy": { "dst": "$GAMEDIR", "src": "cue" } }, { "copy": { "dst": "$GAMEDIR", "src": "bin" } } ] }