files:
- game: 'N/A: Please select the .sh install file downloaded from humblebundle.com'
game:
exe: $GAMEDIR/7BillionHumans.bin.$INPUT_ARCH
installer:
- input_menu:
description: 'CPU Architecture:'
id: ARCH
options:
- x86: 32 bit
- x86_64: 64 bit
preselect: x86_64
- extract:
dst: $CACHE
file: $game
format: zip
- merge:
dst: $GAMEDIR/
src: $CACHE/data/$INPUT_ARCH/
- merge:
dst: $GAMEDIR/
src: $CACHE/data/noarch/
description: null
game_slug: 7-billion-humans
gogslug: 7_billion_humans
humblestoreid: ''
installer_slug: 7-billion-humans-humblebundle
name: 7 Billion Humans
notes: ''
runner: linux
script:
files:
- game: 'N/A: Please select the .sh install file downloaded from humblebundle.com'
game:
exe: $GAMEDIR/7BillionHumans.bin.$INPUT_ARCH
installer:
- input_menu:
description: 'CPU Architecture:'
id: ARCH
options:
- x86: 32 bit
- x86_64: 64 bit
preselect: x86_64
- extract:
dst: $CACHE
file: $game
format: zip
- merge:
dst: $GAMEDIR/
src: $CACHE/data/$INPUT_ARCH/
- merge:
dst: $GAMEDIR/
src: $CACHE/data/noarch/
slug: 7-billion-humans-humblebundle
steamid: 792100
version: HumbleBundle
year: 2018
{
"game_slug": "7-billion-humans",
"version": "HumbleBundle",
"description": null,
"notes": "",
"name": "7 Billion Humans",
"year": 2018,
"steamid": 792100,
"gogslug": "7_billion_humans",
"humblestoreid": "",
"runner": "linux",
"slug": "7-billion-humans-humblebundle",
"installer_slug": "7-billion-humans-humblebundle",
"script": {
"files": [
{
"game": "N/A: Please select the .sh install file downloaded from humblebundle.com"
}
],
"game": {
"exe": "$GAMEDIR/7BillionHumans.bin.$INPUT_ARCH"
},
"installer": [
{
"input_menu": {
"description": "CPU Architecture:",
"id": "ARCH",
"options": [
{
"x86": "32 bit"
},
{
"x86_64": "64 bit"
}
],
"preselect": "x86_64"
}
},
{
"extract": {
"dst": "$CACHE",
"file": "$game",
"format": "zip"
}
},
{
"merge": {
"dst": "$GAMEDIR/",
"src": "$CACHE/data/$INPUT_ARCH/"
}
},
{
"merge": {
"dst": "$GAMEDIR/",
"src": "$CACHE/data/noarch/"
}
}
]
}
}