lug-helper/README.md

38 lines
1.9 KiB
Markdown
Raw Normal View History

2020-08-17 02:10:34 +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
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.
2020-08-22 01:55:11 +00:00
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).
2020-08-17 02:10:34 +00:00
2020-08-22 01:19:47 +00:00
## Options:
`Check vm.max_map_count for optimal performance`
- We recommend setting this to 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.
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-23 14:01:58 +00:00
`Delete my Star Citizen USER folder and preserve my keybinds`
2020-08-22 01:19:47 +00:00
- The helper will make backups of any exported keybinds, delete your Star Citizen USER folder, then restore your keybind files.
2020-08-22 01:54:27 +00:00
- 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
`Delete my shaders only`
- Sometimes all you need to do between major version updates is delete your shaders directory.
`Delete my DXVK cache`
- A troubleshooting step that sometimes helps fix various issues
`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.