files:
- steamsetup: https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
game:
args: -cef-disable-gpu-compositing steam://run/8190
exe: drive_c/Program Files (x86)/Steam/steam.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Preparing wineprefix...
name: create_prefix
prefix: $GAMEDIR
- task:
args: /S
description: Installing Steam...
executable: steamsetup
name: wineexec
prefix: $GAMEDIR
- task:
app: d3dx10_43
name: winetricks
prefix: $GAMEDIR
description: Play "Just Cause 2" provided by Steam on Linux!
game_slug: just-cause-2
gogslug: just_cause_2_complete_edition
humblestoreid: just-cause-2
installer_slug: just-cause-2-windows-steam-standa
name: Just Cause 2
notes: "- Steam is not fully usable, but it's not important, it's just installed to\
\ launch the game\r\n- Game takes time to exit, about 1 mn, normally you will not\
\ need to force exit"
runner: wine
script:
files:
- steamsetup: https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
game:
args: -cef-disable-gpu-compositing steam://run/8190
exe: drive_c/Program Files (x86)/Steam/steam.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Preparing wineprefix...
name: create_prefix
prefix: $GAMEDIR
- task:
args: /S
description: Installing Steam...
executable: steamsetup
name: wineexec
prefix: $GAMEDIR
- task:
app: d3dx10_43
name: winetricks
prefix: $GAMEDIR
slug: just-cause-2-windows-steam-standa
steamid: 8190
version: Windows Steam Standalone
year: 2010
{
"game_slug": "just-cause-2",
"version": "Windows Steam Standalone",
"description": "Play \"Just Cause 2\" provided by Steam on Linux!",
"notes": "- Steam is not fully usable, but it's not important, it's just installed to launch the game\r\n- Game takes time to exit, about 1 mn, normally you will not need to force exit",
"name": "Just Cause 2",
"year": 2010,
"steamid": 8190,
"gogslug": "just_cause_2_complete_edition",
"humblestoreid": "just-cause-2",
"runner": "wine",
"slug": "just-cause-2-windows-steam-standa",
"installer_slug": "just-cause-2-windows-steam-standa",
"script": {
"files": [
{
"steamsetup": "https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe"
}
],
"game": {
"args": "-cef-disable-gpu-compositing steam://run/8190",
"exe": "drive_c/Program Files (x86)/Steam/steam.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Preparing wineprefix...",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"args": "/S",
"description": "Installing Steam...",
"executable": "steamsetup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "d3dx10_43",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
}
]
}
}