Installer oddly-enough-pied-piper-gamersgate
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 GamersGate installer game: exe: drive_c/Program Files (x86)/Oddly Enough - Pied Piper/oepp.exe prefix: $GAMEDIR installer: - task: name: create_prefix prefix: $GAMEDIR - task: executable: file1 name: wineexec prefix: $GAMEDIR
{ "files": [ { "file1": "N/A:Please select the GamersGate installer" } ], "game": { "exe": "drive_c/Program Files (x86)/Oddly Enough - Pied Piper/oepp.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "executable": "file1", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }