mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 09:21:01 +00:00
Compare commits
2 Commits
v1.19
...
f072378617
Author | SHA1 | Date | |
---|---|---|---|
f072378617 | |||
d6376ff9fa |
@ -102,6 +102,9 @@ install_path="drive_c/Program Files/Roberts Space Industries/$sc_base_dir"
|
||||
live_dir="LIVE"
|
||||
ptu_dir="PTU"
|
||||
|
||||
# AppData directory
|
||||
appdata_path="drive_c/users?/appdata?/something/local/idontknow/starcitizen"
|
||||
|
||||
# Remaining directory paths are set at the end of the getdirs() function
|
||||
|
||||
######## Runners ###########################################################
|
||||
@ -170,7 +173,7 @@ lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki"
|
||||
# Github repo and script version info
|
||||
repo="starcitizen-lug/lug-helper"
|
||||
releases_url="https://github.com/$repo/releases"
|
||||
current_version="v1.19"
|
||||
current_version="v1.20"
|
||||
|
||||
############################################################################
|
||||
############################################################################
|
||||
@ -525,7 +528,7 @@ getdirs() {
|
||||
# The location within the USER directory to which the game exports keybinds
|
||||
keybinds_dir="$user_dir/Controls/Mappings"
|
||||
# Shaders directory
|
||||
shaders_dir="$user_dir/shaders"
|
||||
shaders_dir="$wine_prefix/$appdata_path/shaders"
|
||||
# dxvk cache file
|
||||
dxvk_cache="$game_path/$live_or_ptu/StarCitizen.dxvk-cache"
|
||||
# Where to store backed up keybinds
|
||||
|
Reference in New Issue
Block a user