diff --git a/lug-lutris-install.json b/lug-lutris-install.json index cebf793..f940fcd 100644 --- a/lug-lutris-install.json +++ b/lug-lutris-install.json @@ -32,7 +32,7 @@ "script": { "files": [ { - "client": "https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.5.5.exe" + "client": "https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.6.2.exe" } ], "game": { @@ -67,6 +67,11 @@ "name": "wineexec", "prefix": "$GAMEDIR" } + }, + { + "execute": { + "command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}" + } } ], "system": { @@ -75,17 +80,17 @@ "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_SIZE": "1073741824", "__GL_THREADED_OPTIMIZATIONS": "1" - }, - "prelaunch_command": "/usr/bin/sh -c 'if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi'" + } }, "wine": { "dxvk": true, "esync": true, + "system_winetricks": false, "overrides": { "nvapi,nvapi64": "disabled", "libglesv2": "builtin" }, - "version": "lutris-GE-Proton7-15-SC-x86_64" + "version": "lutris-GE-Proton7-35-x86_64" } } }