files:
- setup: N/A:Select the game's setup file
game:
exe: $GAMEDIR/drive_c/GOG Games/Call of Juarez/CoJ_DX10.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- task:
args: /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES
executable: setup
name: wineexec
prefix: $GAMEDIR
system:
pulse_latency: false
description: This script makes use of the dx10 version and disables the reduce pulse
latency since it make the EAX audio with the OpenAL not to work.
game_slug: call-of-juarez
gogslug: call_of_juarez_bundle
humblestoreid: ''
installer_slug: call-of-juarez-gog
name: Call of Juarez
notes: If you have performance issues you can change the exe to CoJ.exe in order
to use the dx9 version of the game, witch has better performance.
runner: wine
script:
files:
- setup: N/A:Select the game's setup file
game:
exe: $GAMEDIR/drive_c/GOG Games/Call of Juarez/CoJ_DX10.exe
prefix: $GAMEDIR
installer:
- task:
name: create_prefix
prefix: $GAMEDIR
- task:
args: /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES
executable: setup
name: wineexec
prefix: $GAMEDIR
system:
pulse_latency: false
slug: call-of-juarez-gog
steamid: 3020
version: GOG
year: 2006
{
"game_slug": "call-of-juarez",
"version": "GOG",
"description": "This script makes use of the dx10 version and disables the reduce pulse latency since it make the EAX audio with the OpenAL not to work.",
"notes": "If you have performance issues you can change the exe to CoJ.exe in order to use the dx9 version of the game, witch has better performance.",
"name": "Call of Juarez",
"year": 2006,
"steamid": 3020,
"gogslug": "call_of_juarez_bundle",
"humblestoreid": "",
"runner": "wine",
"slug": "call-of-juarez-gog",
"installer_slug": "call-of-juarez-gog",
"script": {
"files": [
{
"setup": "N/A:Select the game's setup file"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/GOG Games/Call of Juarez/CoJ_DX10.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"args": "/LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES",
"executable": "setup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
],
"system": {
"pulse_latency": false
}
}
}