game:
exe: $GAMEDIR/drive_c/Program Files (x86)/Slickball/slickball.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
requires: setup.exe
- task:
description: 'Installing Base Game. Do not change directory or start game after
setup!
Ignore Gamespy Setup if asked'
executable: $DISC/setup.exe
name: wineexec
- execute:
command: cd "$GAMEDIR/drive_c/Program Files (x86)/"; chmod -R +w "Slickball";
description: Simple Installer
game_slug: slickball
gogslug: ''
humblestoreid: ''
installer_slug: slickball-cd
name: "SlickBall \u2013 The Dungeon"
notes: '- Game also known as "Slickball - The Dungeon"'
runner: wine
script:
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/Slickball/slickball.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- insert-disc:
requires: setup.exe
- task:
description: 'Installing Base Game. Do not change directory or start game after
setup!
Ignore Gamespy Setup if asked'
executable: $DISC/setup.exe
name: wineexec
- execute:
command: cd "$GAMEDIR/drive_c/Program Files (x86)/"; chmod -R +w "Slickball";
slug: slickball-cd
steamid: null
version: CD
year: 2003
{
"game_slug": "slickball",
"version": "CD",
"description": "Simple Installer",
"notes": "- Game also known as \"Slickball - The Dungeon\"",
"name": "SlickBall \u2013 The Dungeon",
"year": 2003,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "slickball-cd",
"installer_slug": "slickball-cd",
"script": {
"game": {
"exe": "$GAMEDIR/drive_c/Program Files (x86)/Slickball/slickball.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"insert-disc": {
"requires": "setup.exe"
}
},
{
"task": {
"description": "Installing Base Game. Do not change directory or start game after setup!\nIgnore Gamespy Setup if asked",
"executable": "$DISC/setup.exe",
"name": "wineexec"
}
},
{
"execute": {
"command": "cd \"$GAMEDIR/drive_c/Program Files (x86)/\"; chmod -R +w \"Slickball\";"
}
}
]
}
}