game:
arch: win32
exe: drive_c/Program Files/EA Games/Alice Madness Returns/AliceMadnessReturns.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: Autorun.exe
- task:
executable: $DISC/EASetup.exe
name: wineexec
prefix: $GAMEDIR
description: 'Fix the names of the executables to install the DVD version of Alice:
Madness Returns'
game_slug: alice-madness-returns
gogslug: ''
humblestoreid: ''
installer_slug: alice-madness-returns-boxed-copy
name: 'Alice: Madness Returns'
notes: boxed retail copy does not have a Setup-1a.bin file and the exe is called EASetup.exe
not Setup.exe. I have the boxed copy in front of me.
runner: wine
script:
game:
arch: win32
exe: drive_c/Program Files/EA Games/Alice Madness Returns/AliceMadnessReturns.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: Autorun.exe
- task:
executable: $DISC/EASetup.exe
name: wineexec
prefix: $GAMEDIR
slug: alice-madness-returns-boxed-copy
steamid: 19680
version: BOXED-Copy
year: 2011
{
"game_slug": "alice-madness-returns",
"version": "BOXED-Copy",
"description": "Fix the names of the executables to install the DVD version of Alice: Madness Returns",
"notes": "boxed retail copy does not have a Setup-1a.bin file and the exe is called EASetup.exe not Setup.exe. I have the boxed copy in front of me.",
"name": "Alice: Madness Returns",
"year": 2011,
"steamid": 19680,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "alice-madness-returns-boxed-copy",
"installer_slug": "alice-madness-returns-boxed-copy",
"script": {
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/EA Games/Alice Madness Returns/AliceMadnessReturns.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"requires": "Autorun.exe"
}
},
{
"task": {
"executable": "$DISC/EASetup.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}