files:
- file1: N/A:Please select the Humble Trove .zip file
game:
exe: Soma.bin.x86_64
installer:
- extract:
dst: $GAMEDIR
file: $file1
format: zip
- chmodx: $GAMEDIR/Soma.bin.x86_64
system:
gamemode: false
description: null
game_slug: soma
gogslug: the_penumbra_collection_soma
humblestoreid: soma
installer_slug: soma-humble-trove
name: SOMA
notes: From my testing, GameMode interferes with the sound. Your mileage may vary,
depending on your configuration.
runner: linux
script:
files:
- file1: N/A:Please select the Humble Trove .zip file
game:
exe: Soma.bin.x86_64
installer:
- extract:
dst: $GAMEDIR
file: $file1
format: zip
- chmodx: $GAMEDIR/Soma.bin.x86_64
system:
gamemode: false
slug: soma-humble-trove
steamid: 282140
version: Humble Trove
year: 2015
{
"game_slug": "soma",
"version": "Humble Trove",
"description": null,
"notes": "From my testing, GameMode interferes with the sound. Your mileage may vary, depending on your configuration.",
"name": "SOMA",
"year": 2015,
"steamid": 282140,
"gogslug": "the_penumbra_collection_soma",
"humblestoreid": "soma",
"runner": "linux",
"slug": "soma-humble-trove",
"installer_slug": "soma-humble-trove",
"script": {
"files": [
{
"file1": "N/A:Please select the Humble Trove .zip file"
}
],
"game": {
"exe": "Soma.bin.x86_64"
},
"installer": [
{
"extract": {
"dst": "$GAMEDIR",
"file": "$file1",
"format": "zip"
}
},
{
"chmodx": "$GAMEDIR/Soma.bin.x86_64"
}
],
"system": {
"gamemode": false
}
}
}