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-stage-ii
gogslug: ''
humblestoreid: ''
installer_slug: rollcage-stage-ii-win32
name: Rollcage Stage II
notes: "- Get the ISO at https://www.myabandonware.com/game/rollcage-stage-ii-9zm#download\
\ (or wherever else)\r\n- Mount the it with cdemu\r\n- Run this installer\r\n- Select\
\ the 'Full' installation option when prompted by the installer.\r\n- You can optionally\
\ get the patch .exe and run it inside the prefix."
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-stage-ii-win32
steamid: null
version: win32
year: 2000
{
"game_slug": "rollcage-stage-ii",
"version": "win32",
"description": null,
"notes": "- Get the ISO at https://www.myabandonware.com/game/rollcage-stage-ii-9zm#download (or wherever else)\r\n- Mount the it with cdemu\r\n- Run this installer\r\n- Select the 'Full' installation option when prompted by the installer.\r\n- You can optionally get the patch .exe and run it inside the prefix.",
"name": "Rollcage Stage II",
"year": 2000,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "rollcage-stage-ii-win32",
"installer_slug": "rollcage-stage-ii-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
}
}
}