files:
- steamsetup: https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
- game_cfg: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Far%20Cry%203/GamerProfile.xml
game:
args: -no-browser steam://run/220240
exe: drive_c/program files (x86)/steam/steam.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Preparing wineprefix...
name: create_prefix
prefix: $GAMEDIR
- write_file:
content: "overlay:\n enabled: false\n forceunhookgame: false\n fps_enabled:\
\ false\n warning_enabled: false\nuser:\n closebehavior: CloseBehavior_Close"
file: $GAMEDIR/drive_c/users/$USER/AppData/Local/Ubisoft Game Launcher/settings.yaml
- task:
app: arial
name: winetricks
prefix: $GAMEDIR
- task:
args: /S
description: Installing Steam...
executable: steamsetup
name: wineexec
prefix: $GAMEDIR
- merge:
dst: $GAMEDIR/drive_c/users/$USER/Documents/My Games/Far Cry 3
src: game_cfg
- execute:
command: cd "$GAMEDIR/drive_c/users/$USER/Documents/My Games/Far Cry 3"; sed -i
-e 's/ResolutionX="1280"/ResolutionX="$RESOLUTION_WIDTH"/g' -e 's/ResolutionY="720"/ResolutionY="$RESOLUTION_HEIGHT"/g'
GamerProfile.xml ;
system:
env:
DXVK_FRAME_RATE: '60'
DXVK_HUD: null
description: Play "Far Cry 3" provided by Steamon Linux!
game_slug: far-cry-3
gogslug: ''
humblestoreid: ''
installer_slug: far-cry-3-windows-steam-standa
name: Far Cry 3
notes: "- Steam is not fully usable, but it's not important, it's just installed to\
\ launch the game\r\n- \"Ubisoft Connect\" overlay is inactivated by default in\
\ this script, it could crash the game"
runner: wine
script:
files:
- steamsetup: https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
- game_cfg: https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Far%20Cry%203/GamerProfile.xml
game:
args: -no-browser steam://run/220240
exe: drive_c/program files (x86)/steam/steam.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
description: Preparing wineprefix...
name: create_prefix
prefix: $GAMEDIR
- write_file:
content: "overlay:\n enabled: false\n forceunhookgame: false\n fps_enabled:\
\ false\n warning_enabled: false\nuser:\n closebehavior: CloseBehavior_Close"
file: $GAMEDIR/drive_c/users/$USER/AppData/Local/Ubisoft Game Launcher/settings.yaml
- task:
app: arial
name: winetricks
prefix: $GAMEDIR
- task:
args: /S
description: Installing Steam...
executable: steamsetup
name: wineexec
prefix: $GAMEDIR
- merge:
dst: $GAMEDIR/drive_c/users/$USER/Documents/My Games/Far Cry 3
src: game_cfg
- execute:
command: cd "$GAMEDIR/drive_c/users/$USER/Documents/My Games/Far Cry 3"; sed
-i -e 's/ResolutionX="1280"/ResolutionX="$RESOLUTION_WIDTH"/g' -e 's/ResolutionY="720"/ResolutionY="$RESOLUTION_HEIGHT"/g'
GamerProfile.xml ;
system:
env:
DXVK_FRAME_RATE: '60'
DXVK_HUD: null
slug: far-cry-3-windows-steam-standa
steamid: 220240
version: Windows Steam Standalone
year: 2012
{
"game_slug": "far-cry-3",
"version": "Windows Steam Standalone",
"description": "Play \"Far Cry 3\" provided by Steamon Linux!",
"notes": "- Steam is not fully usable, but it's not important, it's just installed to launch the game\r\n- \"Ubisoft Connect\" overlay is inactivated by default in this script, it could crash the game",
"name": "Far Cry 3",
"year": 2012,
"steamid": 220240,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "far-cry-3-windows-steam-standa",
"installer_slug": "far-cry-3-windows-steam-standa",
"script": {
"files": [
{
"steamsetup": "https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe"
},
{
"game_cfg": "https://github.com/legluondunet/MyLittleLutrisScripts/raw/master/Far%20Cry%203/GamerProfile.xml"
}
],
"game": {
"args": "-no-browser steam://run/220240",
"exe": "drive_c/program files (x86)/steam/steam.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"description": "Preparing wineprefix...",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"write_file": {
"content": "overlay:\n enabled: false\n forceunhookgame: false\n fps_enabled: false\n warning_enabled: false\nuser:\n closebehavior: CloseBehavior_Close",
"file": "$GAMEDIR/drive_c/users/$USER/AppData/Local/Ubisoft Game Launcher/settings.yaml"
}
},
{
"task": {
"app": "arial",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"args": "/S",
"description": "Installing Steam...",
"executable": "steamsetup",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
},
{
"merge": {
"dst": "$GAMEDIR/drive_c/users/$USER/Documents/My Games/Far Cry 3",
"src": "game_cfg"
}
},
{
"execute": {
"command": "cd \"$GAMEDIR/drive_c/users/$USER/Documents/My Games/Far Cry 3\"; sed -i -e 's/ResolutionX=\"1280\"/ResolutionX=\"$RESOLUTION_WIDTH\"/g' -e 's/ResolutionY=\"720\"/ResolutionY=\"$RESOLUTION_HEIGHT\"/g' GamerProfile.xml ;"
}
}
],
"system": {
"env": {
"DXVK_FRAME_RATE": "60",
"DXVK_HUD": null
}
}
}
}