From b5fc6a4471a6706a1010ed05686d3d9675976aa3 Mon Sep 17 00:00:00 2001 From: mactan-sc <77816662+mactan-sc@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:55:40 -0500 Subject: [PATCH] user.cfg method for dx11 --- wiki/Troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wiki/Troubleshooting.md b/wiki/Troubleshooting.md index dbc70b1..ea72023 100644 --- a/wiki/Troubleshooting.md +++ b/wiki/Troubleshooting.md @@ -296,7 +296,11 @@ #### Crash or black screen while using Vulkan beta renderer - Check the [latest news](https://github.com/starcitizen-lug/knowledge-base/wiki#news) recommendations for your graphics card -- Revert to DX11: Delete the AppData Local Star Citizen directory inside the wine prefix `drive_c/users/$USER/AppData/Local/Star Citizen/` +- Create a user.cfg file in the `{LIVE,PTU,TECH-PREVIEW}` directory and set `r.graphicsRenderer = 0` + ``` + Con_Restricted = 0 + r.graphicsRenderer = 0 + ``` #### RSI Launcher fails to launch from lutris with CLI mode enabled