files:
- zipfile: https://archive.org/download/BangBang_1020/bangbang.zip
game:
exe: drive_c/bangbang/BANGBANG.EXE
prefix: $GAMEDIR
installer:
- task:
description: Preparing Wine prefix
install_gecko: false
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/bangbang
file: zipfile
description: ''
game_slug: bang-bang
gogslug: ''
humblestoreid: ''
installer_slug: bang-bang-100
name: Bang! Bang!
notes: The (few) in-game animations will run too fast on any (modern) PC. It was originally
written for a PC from the 1990, and for an authentic experience you need to emulate
a slow CPU running Windows 3.x. This installer will run it under Wine.
runner: wine
script:
files:
- zipfile: https://archive.org/download/BangBang_1020/bangbang.zip
game:
exe: drive_c/bangbang/BANGBANG.EXE
prefix: $GAMEDIR
installer:
- task:
description: Preparing Wine prefix
install_gecko: false
install_mono: false
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/bangbang
file: zipfile
slug: bang-bang-100
steamid: null
version: '1.00'
year: 1990
{
"game_slug": "bang-bang",
"version": "1.00",
"description": "",
"notes": "The (few) in-game animations will run too fast on any (modern) PC. It was originally written for a PC from the 1990, and for an authentic experience you need to emulate a slow CPU running Windows 3.x. This installer will run it under Wine.",
"name": "Bang! Bang!",
"year": 1990,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "bang-bang-100",
"installer_slug": "bang-bang-100",
"script": {
"files": [
{
"zipfile": "https://archive.org/download/BangBang_1020/bangbang.zip"
}
],
"game": {
"exe": "drive_c/bangbang/BANGBANG.EXE",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"description": "Preparing Wine prefix",
"install_gecko": false,
"install_mono": false,
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/bangbang",
"file": "zipfile"
}
}
]
}
}