Installer gran-turismo-2-playstation
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: - file1: N/A:Please select the PlayStation CD1 image file - file2: N/A:Please select the PlayStation CD2 image file game: core: mednafen_psx_hw main_file: file1 installer: - merge: dst: $GAMEDIR src: file1 - merge: dst: $GAMEDIR src: file2
{ "files": [ { "file1": "N/A:Please select the PlayStation CD1 image file" }, { "file2": "N/A:Please select the PlayStation CD2 image file" } ], "game": { "core": "mednafen_psx_hw", "main_file": "file1" }, "installer": [ { "merge": { "dst": "$GAMEDIR", "src": "file1" } }, { "merge": { "dst": "$GAMEDIR", "src": "file2" } } ] }