Advertisement
rawfox

start_sc

Jul 9th, 2020
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. export WINEPREFIX="/home/rawfox/M2/StarCitizen"
  4. export WINEDEBUG=-all #,+ntdll
  5.  
  6. #export DXVK_HUD=frametimes,fps,devinfo,submissions,drawcalls,pipelines,memory,version
  7. #export DXVK_HUD=version,devinfo,compiler
  8. #export DXVK_HUD=full
  9.  
  10. #export DXVK_CONFIG_FILE=~/dxvk.conf
  11.  
  12. export WINEESYNC=1
  13. export WINEFSYNC=1
  14. #export WINEFSYNC_SPINCOUNT=100
  15. export MANGOHUD=1
  16. export DXVK_ASYNC=1
  17. export ENABLE_VKBASALT=1
  18.  
  19. #export __GL_NextGenCompiler=1
  20.  
  21. export __GL_SHADER_DISK_CACHE=true
  22. export __GL_SHADER_DISK_CACHE_PATH="/home/rawfox/M2/glcache/SClocal"
  23. export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=true
  24.  
  25. cd "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/RSI Launcher"
  26. wine "RSI Launcher.exe"
  27.  
  28. #wine "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/StarCitizen/PTU/Bin64/StarCitizen.exe"
  29.  
  30. unset WINEPREFIX
  31. unset WINEDEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement