files:
- esc_zip: N/A:Select the esc-windows.zip downloaded from itch.io
game:
exe: $GAMEDIR/ESC.exe
working_dir: $GAMEDIR
installer:
- extract:
description: "Extracting game data\u2026"
file: $esc_zip
system:
pulse_latency: true
reset_pulse: true
description: Unzips the downloaded game into its folder and sets system options for
better compatibility (fixes sound issues).
game_slug: esc
gogslug: ''
humblestoreid: ''
installer_slug: esc-v100
name: ESC
notes: ''
runner: wine
script:
files:
- esc_zip: N/A:Select the esc-windows.zip downloaded from itch.io
game:
exe: $GAMEDIR/ESC.exe
working_dir: $GAMEDIR
installer:
- extract:
description: "Extracting game data\u2026"
file: $esc_zip
system:
pulse_latency: true
reset_pulse: true
slug: esc-v100
steamid: null
version: v1.0.0
year: 2018
{
"game_slug": "esc",
"version": "v1.0.0",
"description": "Unzips the downloaded game into its folder and sets system options for better compatibility (fixes sound issues).",
"notes": "",
"name": "ESC",
"year": 2018,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "esc-v100",
"installer_slug": "esc-v100",
"script": {
"files": [
{
"esc_zip": "N/A:Select the esc-windows.zip downloaded from itch.io"
}
],
"game": {
"exe": "$GAMEDIR/ESC.exe",
"working_dir": "$GAMEDIR"
},
"installer": [
{
"extract": {
"description": "Extracting game data\u2026",
"file": "$esc_zip"
}
}
],
"system": {
"pulse_latency": true,
"reset_pulse": true
}
}
}