Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- export WINEPREFIX="/home/rawfox/M2/StarCitizen"
- export WINEDEBUG=-all #,+ntdll
- #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 WINEESYNC=1
- export WINEFSYNC=1
- #export WINEFSYNC_SPINCOUNT=100
- export MANGOHUD=1
- 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
- cd "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/RSI Launcher"
- wine "RSI Launcher.exe"
- #wine "/home/rawfox/M2/StarCitizen/drive_c/Program Files/Roberts Space Industries/StarCitizen/PTU/Bin64/StarCitizen.exe"
- unset WINEPREFIX
- unset WINEDEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement