Skip to content

Commit

Permalink
user.cfg method for dx11
Browse files Browse the repository at this point in the history
  • Loading branch information
mactan-sc authored Oct 25, 2024
1 parent eedf2cb commit b5fc6a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wiki/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5fc6a4

Please sign in to comment.