game:
arch: win32
exe: drive_c/Program Files/Psygnosis/Rollcage/RollCage.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: SETUP.EXE
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- execute:
command: rm -f "$GAMEDIR/dosdevices/d:"
- copy:
dst: $GAMEDIR/dosdevices/d:/
src: $DISC/
- task:
executable: $GAMEDIR/dosdevices/d:/SETUP.EXE
name: wineexec
prefix: $GAMEDIR
wine:
Desktop: true
description: null
game_slug: rollcage
gogslug: ''
humblestoreid: ''
installer_slug: rollcage-win32
name: Rollcage
notes: "- Get the ISO at https://www.myabandonware.com/game/rollcage-9zl#download\
\ (or wherever else)\r\n- Mount the it with cdemu\r\n- Run this installer\r\n- Get\
\ the patch from the same site\r\n- Apply the patch by using the 'Run EXE inside\
\ wine prefix' feature in Lutris"
runner: wine
script:
game:
arch: win32
exe: drive_c/Program Files/Psygnosis/Rollcage/RollCage.exe
prefix: $GAMEDIR
installer:
- insert-disc:
requires: SETUP.EXE
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- execute:
command: rm -f "$GAMEDIR/dosdevices/d:"
- copy:
dst: $GAMEDIR/dosdevices/d:/
src: $DISC/
- task:
executable: $GAMEDIR/dosdevices/d:/SETUP.EXE
name: wineexec
prefix: $GAMEDIR
wine:
Desktop: true
slug: rollcage-win32
steamid: null
version: win32
year: 1999
{
"game_slug": "rollcage",
"version": "win32",
"description": null,
"notes": "- Get the ISO at https://www.myabandonware.com/game/rollcage-9zl#download (or wherever else)\r\n- Mount the it with cdemu\r\n- Run this installer\r\n- Get the patch from the same site\r\n- Apply the patch by using the 'Run EXE inside wine prefix' feature in Lutris",
"name": "Rollcage",
"year": 1999,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "rollcage-win32",
"installer_slug": "rollcage-win32",
"script": {
"game": {
"arch": "win32",
"exe": "drive_c/Program Files/Psygnosis/Rollcage/RollCage.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"insert-disc": {
"requires": "SETUP.EXE"
}
},
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"execute": {
"command": "rm -f \"$GAMEDIR/dosdevices/d:\""
}
},
{
"copy": {
"dst": "$GAMEDIR/dosdevices/d:/",
"src": "$DISC/"
}
},
{
"task": {
"executable": "$GAMEDIR/dosdevices/d:/SETUP.EXE",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
],
"wine": {
"Desktop": true
}
}
}