files:
- setup: N/A:Select the game's setup file
game:
exe: drive_c/GOG Games/Life is Strange/Binaries/Win32/LifeIsStrange.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- task:
args: /SP- /NOCANCEL /SUPPRESSMSGBOXES
description: Installing Life is Strange
executable: setup
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: compiler
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
pulse_latency: false
wine:
Desktop: true
description: 'For Life is Strange: Complete Season from GoG.'
game_slug: life-is-strange
gogslug: life_is_strange_complete_season
humblestoreid: life-is-strange-complete-season
installer_slug: life-is-strange-gog
name: Life Is Strange
notes: I have no idea what I'm doing. I just copied the GOG installer.yml from the
witcher 3 because I figured it was popular and tested. This seems to work. Dunno
if any of the other settings are necessary
runner: wine
script:
files:
- setup: N/A:Select the game's setup file
game:
exe: drive_c/GOG Games/Life is Strange/Binaries/Win32/LifeIsStrange.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- task:
args: /SP- /NOCANCEL /SUPPRESSMSGBOXES
description: Installing Life is Strange
executable: setup
name: wineexec
prefix: $GAMEDIR
system:
env:
DXVK_HUD: compiler
__GL_SHADER_DISK_CACHE: 1
__GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
pulse_latency: false
wine:
Desktop: true
slug: life-is-strange-gog
steamid: 319630
version: GOG
year: 2015
{
"game_slug": "life-is-strange",
"version": "GOG",
"description": "For Life is Strange: Complete Season from GoG.",
"notes": "I have no idea what I'm doing. I just copied the GOG installer.yml from the witcher 3 because I figured it was popular and tested. This seems to work. Dunno if any of the other settings are necessary",
"name": "Life Is Strange",
"year": 2015,
"steamid": 319630,
"gogslug": "life_is_strange_complete_season",
"humblestoreid": "life-is-strange-complete-season",
"runner": "wine",
"slug": "life-is-strange-gog",
"installer_slug": "life-is-strange-gog",
"script": {
"files": [
{
"setup": "N/A:Select the game's setup file"
}
],
"game": {
"exe": "drive_c/GOG Games/Life is Strange/Binaries/Win32/LifeIsStrange.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"args": "/SP- /NOCANCEL /SUPPRESSMSGBOXES",
"description": "Installing Life is Strange",
"executable": "setup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
],
"system": {
"env": {
"DXVK_HUD": "compiler",
"__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
},
"pulse_latency": false
},
"wine": {
"Desktop": true
}
}
}