mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 13:30:35 +00:00
Compare commits
84 Commits
Author | SHA1 | Date | |
---|---|---|---|
5107076b2f | |||
3cf15be6de | |||
7e30f706fc | |||
bc39507e48 | |||
9d8e17bd2a | |||
fe2b9f56c0 | |||
7a4de1ad21 | |||
4b924ba068 | |||
b66d1554e9 | |||
ec3027bc28 | |||
ec794a0fd2 | |||
762c069fb5 | |||
9689a4a60b | |||
6895313492 | |||
0e454883e9 | |||
0ef2481e70 | |||
3a9b4194e0 | |||
9be4f45449 | |||
7d667343d3 | |||
1aa6c3f4c2 | |||
0c80a1f132 | |||
bc608f7ac4 | |||
d2983fa519 | |||
8e6fe1225d | |||
41210bfd1c | |||
71df862879 | |||
2b94fd5e68 | |||
ee5da5d348 | |||
7f9ad04753 | |||
37762b9075 | |||
82c5ccbbab | |||
669ee6eb91 | |||
7c0fbc65b7 | |||
62477143f2 | |||
35fd12b672 | |||
ff30d8d557 | |||
ec860270bb | |||
3ea9fb0f35 | |||
7f7b63caeb | |||
86604f2b7d | |||
5a00c74ddc | |||
089f69ef06 | |||
9e79fd68e0 | |||
d42207d521 | |||
5c55e6795c | |||
5db7fef24c | |||
08f8f1e07c | |||
707d1ad47d | |||
f2dfda5c5b | |||
debf799dad | |||
0d7e4ea2b3 | |||
aaccca1dc9 | |||
b378de0b9e | |||
61e14ed4de | |||
2cdef0f1c4 | |||
d20fc859e1 | |||
4cc8e3331c | |||
a5d372a43b | |||
48582c3a22 | |||
363be810aa | |||
467e1b7164 | |||
85c1f62c22 | |||
758f106efd | |||
43d2b467e8 | |||
aa60600807 | |||
02338ff299 | |||
a2594c3af3 | |||
e63893f50a | |||
fa14c6d9de | |||
8f3efd0b9c | |||
6d7c84c8b6 | |||
c12509bc0c | |||
224c531d64 | |||
32fdc04ec7 | |||
20eb8e984a | |||
0df2659e54 | |||
4a0b053a68 | |||
26030a6c82 | |||
9c44505d27 | |||
7f0f12e61b | |||
da8c63fdcf | |||
6e27ae8449 | |||
be533e842b | |||
dfc2b4f573 |
37
README.md
37
README.md
@ -1,18 +1,26 @@
|
|||||||
# lug-helper
|
# LUG-Helper
|
||||||
**Star Citizen's Linux Users Group Helper Script**
|
**Star Citizen's Linux Users Group Helper Script**
|
||||||
|
|
||||||
https://robertsspaceindustries.com/orgs/LUG
|
https://robertsspaceindustries.com/orgs/LUG
|
||||||
|
|
||||||
*Greetings, fellow Penguin!*
|
*Greetings, fellow Penguin!*
|
||||||
|
|
||||||
This script is designed to help you optimize your system to run Star Citizen as smoothly as possible. It presents options to check your system for optimal settings and helps you change them as needed to prevent game crashes.
|
This script is designed to help you manage and optimize Star Citizen on Linux.
|
||||||
|
|
||||||
It also gives you a fast and easy way to wipe your Star Citizen *USER* folder as is recommended by CIG after major version updates. It will back up your exported keybinds, delete your *USER* folder, then restore your keybind file(s).
|
Zenity menus are used for a GUI experience with a fallback to terminal-based menus where Zenity is unavailable. The game directory paths provided by the user on first run are saved in *$XDG_CONFIG_HOME/starcitizen-lug*. Keybinds are backed up to *$XDG_CONFIG_HOME/starcitizen-lug/keybinds*
|
||||||
|
|
||||||
Zenity menus are used for a GUI experience with a fallback to terminal-based menus where Zenity is unavailable. The game directory paths provided by the user on first run are saved in *$XDG_CONFIG_HOME/starcitizen-lug*.
|
|
||||||
|
|
||||||
## Options:
|
## Options:
|
||||||
|
|
||||||
|
`Manage Lutris Runners`
|
||||||
|
- Quickly install and delete Lutris wine runners
|
||||||
|
|
||||||
|
`Delete my Star Citizen USER folder and preserve my keybinds`
|
||||||
|
- The helper will make backups of any exported keybinds, delete your Star Citizen USER folder, then restore your keybind files.
|
||||||
|
- To export your keybinds from within the game, go to:
|
||||||
|
- *Options->Keybindings->Control Profiles->Save Control Settings*
|
||||||
|
- To re-import your keybinds from within the game, select them from the list:
|
||||||
|
- *Options->Keybindings->Control Profiles*
|
||||||
|
|
||||||
`Check vm.max_map_count for optimal performance`
|
`Check vm.max_map_count for optimal performance`
|
||||||
- We recommend setting this to at least 16777216 to give the game access to sufficient memory.
|
- We recommend setting this to at least 16777216 to give the game access to sufficient memory.
|
||||||
- The helper will offer to set it for you or show you the commands to do it yourself.
|
- The helper will offer to set it for you or show you the commands to do it yourself.
|
||||||
@ -22,18 +30,23 @@ Zenity menus are used for a GUI experience with a fallback to terminal-based men
|
|||||||
- The helper will offer to set it for you and try to auto-detect the correct method to do so.
|
- The helper will offer to set it for you and try to auto-detect the correct method to do so.
|
||||||
- It is able to update either */etc/systemd/system.conf* or */etc/security/limits.conf*
|
- It is able to update either */etc/systemd/system.conf* or */etc/security/limits.conf*
|
||||||
|
|
||||||
`Delete my Star Citizen USER folder and preserve my keybinds`
|
|
||||||
- The helper will make backups of any exported keybinds, delete your Star Citizen USER folder, then restore your keybind files.
|
|
||||||
- To export your keybinds from within the game, go to:
|
|
||||||
- *Options->Keybindings->Control Profiles->Save Control Settings*
|
|
||||||
- To re-import your keybinds from within the game, select them from the list:
|
|
||||||
- *Options->Keybindings->Control Profiles*
|
|
||||||
|
|
||||||
`Delete my shaders only`
|
`Delete my shaders only`
|
||||||
- Sometimes all you need to do between major version updates is delete your shaders directory.
|
- Sometimes all you need to do between major version updates is delete your shaders directory.
|
||||||
|
|
||||||
`Delete my DXVK cache`
|
`Delete my DXVK cache`
|
||||||
- A troubleshooting step that sometimes helps fix various issues and crashes.
|
- A troubleshooting step that sometimes helps fix various issues and crashes.
|
||||||
|
|
||||||
|
`Get a random Penguin's Star Citizen referral code`
|
||||||
|
- Display a referral code for a random member of the Star Citizen Linux Users Group.
|
||||||
|
|
||||||
`Switch the helper between LIVE and PTU`
|
`Switch the helper between LIVE and PTU`
|
||||||
- Toggle between targeting LIVE or PTU for all of the above options. Defaults to LIVE on each run.
|
- Toggle between targeting LIVE or PTU for all of the above options. Defaults to LIVE on each run.
|
||||||
|
|
||||||
|
## Installation:
|
||||||
|
|
||||||
|
From Source:
|
||||||
|
1. Download it!
|
||||||
|
2. Run it!
|
||||||
|
3. If you want, move *lug-logo.png* to */usr/share/pixmaps/*
|
||||||
|
|
||||||
|
Arch Linux: https://aur.archlinux.org/packages/lug-helper/
|
||||||
|
1093
lug-helper.sh
1093
lug-helper.sh
File diff suppressed because it is too large
Load Diff
BIN
lug-logo.png
Normal file
BIN
lug-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Reference in New Issue
Block a user