files:
- game: N/A:Please select the GOG.com Windows installer.
game:
exe: $GAMEDIR/drive_c/game/AlienShooter.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
args: /SUPPRESSMSGBOXES '/DIR=C:/game'
description: Installing...
executable: game
name: wineexec
prefix: $GAMEDIR
description: This is the Wine+GOG version. You need to provide the GOG windows installer
game_slug: alien-shooter
gogslug: ''
humblestoreid: ''
installer_slug: alien-shooter-gog
name: Alien Shooter
notes: ''
runner: wine
script:
files:
- game: N/A:Please select the GOG.com Windows installer.
game:
exe: $GAMEDIR/drive_c/game/AlienShooter.exe
prefix: $GAMEDIR
installer:
- task:
description: Creating Wine prefix
name: create_prefix
prefix: $GAMEDIR
- task:
args: /SUPPRESSMSGBOXES '/DIR=C:/game'
description: Installing...
executable: game
name: wineexec
prefix: $GAMEDIR
slug: alien-shooter-gog
steamid: 33100
version: GOG
year: 2003
{
"game_slug": "alien-shooter",
"version": "GOG",
"description": "This is the Wine+GOG version. You need to provide the GOG windows installer",
"notes": "",
"name": "Alien Shooter",
"year": 2003,
"steamid": 33100,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "alien-shooter-gog",
"installer_slug": "alien-shooter-gog",
"script": {
"files": [
{
"game": "N/A:Please select the GOG.com Windows installer."
}
],
"game": {
"exe": "$GAMEDIR/drive_c/game/AlienShooter.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Creating Wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"args": "/SUPPRESSMSGBOXES '/DIR=C:/game'",
"description": "Installing...",
"executable": "game",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}