The official installer of the Star Citizen's Linux Users Group
Org: https://robertsspaceindustries.com/orgs/LUG
Wiki: https://wiki.starcitizen-lug.org/
This script helps you quickly and easily install and manage Star Citizen on Linux.
It's maintained by the Star Citizen Linux Users Group org and community.
For our Quick Start Guide, troubleshooting steps, news, and other useful information such as input devices and head tracking setup, see our community's wiki link above.
These packages are maintained by the community
Arch Linux: https://aur.archlinux.org/packages/lug-helper/
Fedora: https://copr.fedorainfracloud.org/coprs/jackgreiner/lug-helper
NixOS: https://github.com/LovingMelody/nix-citizen
- Download and extract the .tar.gz archive.
- To run
lug-helper.shfrom your file manager:- Navigate to the extracted lug-helper directory.
- Right click on
lug-helper.shand select Run as a Program.
- To run
lug-helper.shfrom a terminal:- Open your terminal and cd into the extracted lug-helper directory:
cd /path/to/extracted/lug-helper(List files with thelscommand) - Once you are in the directory containing lug-helper.sh, run it by typing:
./lug-helper.sh
- Open your terminal and cd into the extracted lug-helper directory:
Dependencies: bash, coreutils, curl, polkit (these should be installed by default on most distributions)
Winetricks Dependencies: cabextract, unzip
Optional Dependencies: zenity (for GUI)
Zenity menus are used for a GUI experience with a fallback to terminal-based menus where Zenity is unavailable.
Command line arguments are available for quickly launching functions from the terminal. (./lug-helper.sh --help)
Configuration is saved in $XDG_CONFIG_HOME/starcitizen-lug/
Preflight Check
- Runs a series of system optimization checks and offers to fix any issues
- Checks that vm.max_map_count is set to at least 16777216
- This sets the maxmimum number of "memory map areas" a process can have. While most applications need less than a thousand maps, Star Citizen requires access to more
- Checks that the hard open file descriptors limit is set to at least 524288
- This limits the maximum number of open files on your system. On some Linux distributions, the default is set too low for Star Citizen
- Checks that vm.max_map_count is set to at least 16777216
Install Star Citizen Launcher
- Installs the Star Citizen RSI Launcher using Wine
Manage Wine Runners
- Quickly install and delete custom Wine runners
Manage DXVK
- Update or switch to a different DXVK in the game's Wine prefix
Maintenance and Troubleshooting
-
Target a different Star Citizen installation- Select a different wine prefix for the Helper to target in its operations
-
Update/Repair launch script- Update the game launch script to the latest version or repair broken paths, icons, and .desktop files
-
Edit launch script- Edit the game launch script
-
Open Wine prefix configuration- Runs winecfg in the game's Wine prefix
-
Open Wine controller configuration- Opens Wine's game controller configuration in the Wine prefix
-
Create joystick hidraw rules- Creates udev rules to enable joystick hidraw access
-
Install PowerShell into Wine prefix- Uses winetricks to install PowerShell
-
Update/Re-install RSI Launcher- Re-install the latest version of the RSI Launcher
-
Display Helper & Star Citizen directories and files- Show all the directories and files currently in use by both the Helper and Star Citizen
-
Reset Helper configs- Delete the configs saved by the helper in $XDG_CONFIG_HOME/starcitizen-lug/
-
Uninstall Star Citizen- Deletes the currently used Wine prefix and other installed files
About and Support
- Display information about the LUG Helper and links to our community
Author: https://github.com/the-sane
❤️ Many thanks to everyone who has contributed to the project!
You can view commit graphs for our contributors here.
Runner Downloader inspired by https://github.com/richardtatum/sc-runner-updater
Please read the Contributor's Guide.
For a high level overview of the script's functions, please see Code Structure and Overview on the wiki.
Packagers, please see the Packager's Guide.