Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- #export STAGING_SHARED_MEMORY=1
- #export STAGING_WRITECOPY=1
- export WINEESYNC=1
- export WINEFSYNC=1
- export WINEFSYNC_FUTEX2=1
- #export WINEFSYNC_SPINCOUNT=100
- export WINEPREFIX="/home/rawfox/M2/StarCitizen"
- export WINEDEBUG=-all #+pid,+timestamp,+seh,+loaddll,+virtual,+dialog,+msgbox
- #export DXVK_HUD=frametimes,fps,devinfo,submissions,drawcalls,pipelines,memory,version
- #export DXVK_HUD=version,devinfo,compiler
- #export DXVK_HUD=full
- #export DXVK_CONFIG_FILE=~/dxvk.conf
- export MANGOHUD=1
- export MANGOHUD_CONFIGFILE="/home/rawfox/.config/MangoHud/MangoHud-SC.conf"
- export DXVK_ASYNC=1
- export ENABLE_VKBASALT=1
- #export __GL_NextGenCompiler=1
- export __GL_SHADER_DISK_CACHE=true
- export __GL_SHADER_DISK_CACHE_PATH="/home/rawfox/M2/glcache/SClocal"
- export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=true
- #wine "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/StarCitizen/PTU/EasyAntiCheat/EasyAntiCheat_EOS_Setup.exe" &
- cd "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/RSI Launcher"
- # avoid the Launcher crashing with winmm or user32 error
- wine "RSI Launcher.exe" #"--use-gl=osmesa" # & #"--disable-gpu-compositing"
- #wait -p RSI*
- #pkill RSI*
- #wine "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/StarCitizen/LIVE/Bin64/StarCitizen.exe" "-noeac"
- unset WINEPREFIX
- unset WINEDEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement