From 239ea780cb8f4de73921c3ecb1cf9b7f624d096e Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 29 Jan 2023 17:19:05 -0500 Subject: [PATCH] Set prefer system libraries off --- lug-lutris-install.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lug-lutris-install.json b/lug-lutris-install.json index fff698d..067a770 100644 --- a/lug-lutris-install.json +++ b/lug-lutris-install.json @@ -70,11 +70,13 @@ }, { "execute": { + "description": "Creating game path", "command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}" } } ], "system": { + "prefer_system_libs": false, "env": { "DXVK_HUD": "0", "__GL_SHADER_DISK_CACHE": 1,