Fixes/updates for new RSI installer

Update installer version and runner version
Disable system winetricks
Create install paths
This commit is contained in:
the Sane 2023-01-29 16:20:03 -05:00 committed by GitHub
parent 6ddf8e6532
commit 636c55cf81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
"script": { "script": {
"files": [ "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": { "game": {
@ -67,6 +67,11 @@
"name": "wineexec", "name": "wineexec",
"prefix": "$GAMEDIR" "prefix": "$GAMEDIR"
} }
},
{
"execute": {
"command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}"
}
} }
], ],
"system": { "system": {
@ -75,17 +80,17 @@
"__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_SIZE": "1073741824", "__GL_SHADER_DISK_CACHE_SIZE": "1073741824",
"__GL_THREADED_OPTIMIZATIONS": "1" "__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": { "wine": {
"dxvk": true, "dxvk": true,
"esync": true, "esync": true,
"system_winetricks": false,
"overrides": { "overrides": {
"nvapi,nvapi64": "disabled", "nvapi,nvapi64": "disabled",
"libglesv2": "builtin" "libglesv2": "builtin"
}, },
"version": "lutris-GE-Proton7-15-SC-x86_64" "version": "lutris-GE-Proton7-35-x86_64"
} }
} }
} }