files:
- zipfile: N/A:Select RimWorld Alpha ZIP-file
game:
exe: $GAMEDIR/start_RimWorld.sh
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: $zipfile
- chmodx: $GAMEDIR/start_RimWorld.sh
description: RimWorld Alpha Installer
game_slug: rimworld
gogslug: rimworld
humblestoreid: ''
installer_slug: rimworld-alpha
name: RimWorld
notes: ''
runner: linux
script:
files:
- zipfile: N/A:Select RimWorld Alpha ZIP-file
game:
exe: $GAMEDIR/start_RimWorld.sh
working_dir: $GAMEDIR
installer:
- extract:
dst: $GAMEDIR
file: $zipfile
- chmodx: $GAMEDIR/start_RimWorld.sh
slug: rimworld-alpha
steamid: 294100
version: Alpha
year: 2014
{
"game_slug": "rimworld",
"version": "Alpha",
"description": "RimWorld Alpha Installer",
"notes": "",
"name": "RimWorld",
"year": 2014,
"steamid": 294100,
"gogslug": "rimworld",
"humblestoreid": "",
"runner": "linux",
"slug": "rimworld-alpha",
"installer_slug": "rimworld-alpha",
"script": {
"files": [
{
"zipfile": "N/A:Select RimWorld Alpha ZIP-file"
}
],
"game": {
"exe": "$GAMEDIR/start_RimWorld.sh",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "$zipfile"
}
},
{
"chmodx": "$GAMEDIR/start_RimWorld.sh"
}
]
}
}