lug-helper/README.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2021-01-03 18:29:28 +00:00
# LUG-Helper
2020-08-17 02:26:11 +00:00
**Star Citizen's Linux Users Group Helper Script**
2019-10-24 04:01:09 +00:00
2020-08-17 02:10:34 +00:00
https://robertsspaceindustries.com/orgs/LUG
2020-08-17 02:26:11 +00:00
*Greetings, fellow Penguin!*
2020-08-17 02:10:34 +00:00
2021-01-16 14:33:13 +00:00
This script is designed to help you manage and optimize Star Citizen on Linux.
2020-08-17 02:10:34 +00:00
2021-01-17 00:24:23 +00:00
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*
2020-11-26 13:55:04 +00:00
2020-08-22 01:19:47 +00:00
## Options:
2020-12-27 21:47:26 +00:00
`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*
2020-08-22 01:19:47 +00:00
`Check vm.max_map_count for optimal performance`
2020-11-26 13:55:04 +00:00
- We recommend setting this to at least 16777216 to give the game access to sufficient memory.
2020-08-22 01:19:47 +00:00
- The helper will offer to set it for you or show you the commands to do it yourself.
2020-08-23 13:44:21 +00:00
`Check my open file descriptors limit`
2020-09-04 01:23:38 +00:00
- We recommend setting the hard open files limit to at least 524288.
- 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*
2020-08-23 13:44:21 +00:00
2020-08-22 01:19:47 +00:00
`Delete my shaders only`
- Sometimes all you need to do between major version updates is delete your shaders directory.
`Delete my DXVK cache`
2020-11-26 13:55:04 +00:00
- A troubleshooting step that sometimes helps fix various issues and crashes.
2020-08-22 01:19:47 +00:00
2021-01-12 01:03:42 +00:00
`Get a random Penguin's Star Citizen referral code`
2021-01-12 01:04:01 +00:00
- Display a referral code for a random member of the Star Citizen Linux Users Group.
2021-01-12 01:03:24 +00:00
2020-08-22 01:19:47 +00:00
`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.
2021-01-17 21:05:10 +00:00
## Installation:
1. Download it!
2. Run it!
3. If you want, copy *lug-logo.png* to */usr/share/pixmaps/*