From bf0246d52c494a99b6b80f1f6f0d20e782087833 Mon Sep 17 00:00:00 2001 From: mactan-sc <77816662+mactan-sc@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:30:25 -0500 Subject: [PATCH 1/2] nvidia, amd, umu variables, and installer updates --- lib/lutris-starcitizen.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/lib/lutris-starcitizen.json b/lib/lutris-starcitizen.json index 4a53347..00c8f2a 100644 --- a/lib/lutris-starcitizen.json +++ b/lib/lutris-starcitizen.json @@ -17,7 +17,7 @@ "notes": "Performance may be choppy for the first couple minutes after visiting a new place or performing a new activity while shaders compile. Subsequent arrival should not be choppy.\r\n\r\nPlease make sure you have all Wine dependencies properly installed or your game may crash during start up. To prevent crashes in areas with lots of geometry, the game needs a resource limit named \"vm.max_map_count\" increased. See our wiki's Quick Start Guide for more information and instructions.\r\n\r\nSee you in the 'verse!", "credits": "", "created_at": "2023-03-24T06:40:19.908354Z", - "updated_at": "2024-03-01T17:38:13.536835Z", + "updated_at": "2024-04-17T02:40:32.946333Z", "draft": false, "published": true, "published_by": null, @@ -36,7 +36,6 @@ } ], "game": { - "args": "--locale=$INPUT_LOCALE", "exe": "$GAMEDIR/drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe", "prefix": "$GAMEDIR" }, @@ -50,15 +49,6 @@ "prefix": "$GAMEDIR" } }, - { - "task": { - "app": "arial vcrun2019 win10", - "arch": "win64", - "description": "Installing dlls", - "name": "winetricks", - "prefix": "$GAMEDIR" - } - }, { "task": { "arch": "win64", @@ -81,7 +71,11 @@ "DXVK_HUD": 0, "__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE_SIZE": 1073741824, - "EOS_USE_ANTICHEATCLIENTNULL": "1" + "EOS_USE_ANTICHEATCLIENTNULL": 1, + "WINE_HIDE_NVIDIA_GPU": 1, + "dual_color_blend_by_location": "true", + "GAMEID": "umu-starcitizen", + "STORE": "none" }, "prefer_system_libs": true }, @@ -90,11 +84,7 @@ "esync": true, "fsync": true, "dxvk_nvapi": false, - "overrides": { - "libglesv2": "builtin", - "nvapi,nvapi64": "disabled", - "powershell.exe": "disabled" - }, + "overrides": { }, "system_winetricks": false } } From 29bb3fc07d21c000f59161e0947f14212e2de6bc Mon Sep 17 00:00:00 2001 From: mactan Date: Tue, 14 May 2024 07:37:33 -0500 Subject: [PATCH 2/2] leave powershell override in place --- lib/lutris-starcitizen.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/lutris-starcitizen.json b/lib/lutris-starcitizen.json index 00c8f2a..748da18 100644 --- a/lib/lutris-starcitizen.json +++ b/lib/lutris-starcitizen.json @@ -84,7 +84,9 @@ "esync": true, "fsync": true, "dxvk_nvapi": false, - "overrides": { }, + "overrides": { + "powershell.exe": "disabled" + }, "system_winetricks": false } }