Advertisement
rawfox

SCVulkan

Apr 13th, 2024 (edited)
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # install StarCitizen manually, using exclusive Vulkan
  2. # ----------------------------------------------------
  3.  
  4. 1. Create a fresh wineprefix
  5. export WINEPREFIX=~/SCVulkan #change this for your needs
  6. winecfg # set to win11, quit
  7.  
  8. 2. install the new launcher
  9. wine ~/Downloads/RSI-Setup-2.0.0.exe
  10.  
  11. 3. create the missing folders
  12. mkdir ~/SCVulkan/drive_c/Program Files/Roberts Space Industries/StarCitizen/EPTU
  13.  
  14. 4. Set the grafix settings from SC to use the Vulkan renderer
  15. go to ~/SCVulkan/drive_c/users/rawfox/AppData/Local/Star Citizen/sc-alpha-3.23.0_ezsy5d_0/GraphicsSettings
  16. there edit the file GraficsSettings.json, set GraficsRenderer = 1 to make it use Vulkan
  17.  
  18. 5. Copy or move your EPTU folder over or make a fresh install
  19.  
  20. Important notice, you dont want the launcher restart itself after installation.
  21. Close it and restart it, using your starting method (from bash, by script, from a applauncher, ..).
  22. Starting the game needs either a bash with a fresh exported WINEPREFIX or you start it with bashcript.
  23. It wont work, if you dont export the wineprefix.
  24.  
  25. Have fun with SC under Vulkan. DXVK is not needed for SC anymore :)
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement