mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 15:44:20 +00:00
Add optional prelaunch and postexit scripts
This commit is contained in:
parent
cf570c1d9d
commit
29468d6e24
@ -24,5 +24,10 @@ export WINE_HIDE_NVIDIA_GPU=1
|
||||
export radv_zero_vram="true"
|
||||
#export MANGOHUD=1
|
||||
|
||||
# Run optional prelaunch and postexit scripts
|
||||
# To use, update the game install paths here, then create the scripts with your desired actions in them
|
||||
# "$HOME/Games/star-citizen/sc-prelaunch.sh"
|
||||
# trap "$HOME/Games/star-citizen/sc-postexit.sh" EXIT
|
||||
|
||||
# Launch the game
|
||||
wine "C:\Program Files\Roberts Space Industries\RSI Launcher\RSI Launcher.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user