Advertisement
rawfox

mySCstartscript

Feb 1st, 2022
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. #export STAGING_SHARED_MEMORY=1
  4. #export STAGING_WRITECOPY=1
  5. export WINEESYNC=1
  6. export WINEFSYNC=1
  7. export WINEFSYNC_FUTEX2=1
  8. #export WINEFSYNC_SPINCOUNT=100
  9.  
  10. export WINEPREFIX="/home/rawfox/M2/StarCitizen"
  11. export WINEDEBUG=-all #+pid,+timestamp,+seh,+loaddll,+virtual,+dialog,+msgbox
  12.  
  13. #export DXVK_HUD=frametimes,fps,devinfo,submissions,drawcalls,pipelines,memory,version
  14. #export DXVK_HUD=version,devinfo,compiler
  15. #export DXVK_HUD=full
  16.  
  17. #export DXVK_CONFIG_FILE=~/dxvk.conf
  18.  
  19. export MANGOHUD=1
  20. export MANGOHUD_CONFIGFILE="/home/rawfox/.config/MangoHud/MangoHud-SC.conf"
  21. export DXVK_ASYNC=1
  22.  
  23. export ENABLE_VKBASALT=1
  24.  
  25. #export __GL_NextGenCompiler=1
  26.  
  27. export __GL_SHADER_DISK_CACHE=true
  28. export __GL_SHADER_DISK_CACHE_PATH="/home/rawfox/M2/glcache/SClocal"
  29. export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=true
  30.  
  31. #wine "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/StarCitizen/PTU/EasyAntiCheat/EasyAntiCheat_EOS_Setup.exe" &
  32.  
  33. cd "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/RSI Launcher"
  34.  
  35. # avoid the Launcher crashing with winmm or user32 error
  36. wine "RSI Launcher.exe" #"--use-gl=osmesa" # & #"--disable-gpu-compositing"
  37. #wait -p RSI*
  38. #pkill RSI*
  39. #wine "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/StarCitizen/LIVE/Bin64/StarCitizen.exe" "-noeac"
  40.  
  41. unset WINEPREFIX
  42. unset WINEDEBUG
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement