files:
- file1: N/A:Please select the Humble installer
game:
arch: win32
exe: $GAMEDIR/drive_c/BeatHazard/BeatHazard.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/drive_c/BeatHazard
installer:
- extract:
dst: $GAMEDIR/drive_c/BeatHazard
file: $file1
format: zip
description: Windows Version of Beat Hazard played through Wine
game_slug: beat-hazard
gogslug: beat_hazard_ultra
humblestoreid: beathazardultra
installer_slug: beat-hazard-humble
name: Beat Hazard
notes: The Linux version requires too many packages to be installed at the proper
version to run. This version "Just Works" (TM).
runner: wine
script:
files:
- file1: N/A:Please select the Humble installer
game:
arch: win32
exe: $GAMEDIR/drive_c/BeatHazard/BeatHazard.exe
prefix: $GAMEDIR
working_dir: $GAMEDIR/drive_c/BeatHazard
installer:
- extract:
dst: $GAMEDIR/drive_c/BeatHazard
file: $file1
format: zip
slug: beat-hazard-humble
steamid: 49600
version: Humble
year: 2010
{
"game_slug": "beat-hazard",
"version": "Humble",
"description": "Windows Version of Beat Hazard played through Wine",
"notes": "The Linux version requires too many packages to be installed at the proper version to run. This version \"Just Works\" (TM).",
"name": "Beat Hazard",
"year": 2010,
"steamid": 49600,
"gogslug": "beat_hazard_ultra",
"humblestoreid": "beathazardultra",
"runner": "wine",
"slug": "beat-hazard-humble",
"installer_slug": "beat-hazard-humble",
"script": {
"files": [
{
"file1": "N/A:Please select the Humble installer"
}
],
"game": {
"arch": "win32",
"exe": "$GAMEDIR/drive_c/BeatHazard/BeatHazard.exe",
"prefix": "$GAMEDIR",
"working_dir": "$GAMEDIR/drive_c/BeatHazard"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR/drive_c/BeatHazard",
"file": "$file1",
"format": "zip"
}
}
]
}
}