Alternative Installations - starcitizen-lug/knowledge-base GitHub Wiki
Prerequisites
[!tip] New to Linux? See our Recommended Distributions for a list of the distros most compatible with Star Citizen.
[!tip] Our LUG Helper tool can perform these steps for you automatically! See our Quick Start Guide for instructions.
- Install Wine v9.4 or newer following the instructions for your distro. See the WineHQ Main Page for current versions. If your distro provides an up to date version of wine (ie. Arch), you may install from its repos instead.
- Install winetricks 20240105-next or newer. Instructions are on the Winetricks Github
- Set
vm.max_map_count
on your system to at least16777216
- Set the Hard open file descriptors limit on your system to at least
524288
- See the Manual Easy Anti-Cheat Configuration instructions here.
To check and set vm.max_map_count temporarily
sysctl vm.max_map_count => To check the value
sudo sysctl -w vm.max_map_count=16777216 => To set it temporarily
To set vm.max_map_count permanently
Distributions using sysctl.d: Manjaro / Antergos / Arch / Arch-based (probably) / Ubuntu (and probably derivatives) / Fedora
- Create a new drop-in config file:
/etc/sysctl.d/99-starcitizen-max_map_count.conf
- Add the following line to the file:
vm.max_map_count = 16777216
- To reload it, run
sudo sysctl --system
Distributions that use sysctl.conf
- Append the same line to
/etc/sysctl.conf
- To reload it, run
sudo sysctl --system
To set your system's hard open file descriptors limit
Distributions using systemd: Manjaro / Antergos / Arch / Arch-based (probably) / Ubuntu (and probably derivatives) / Fedora
- Create a new drop-in config file:
/etc/systemd/systemd.conf.d/99-starcitizen-filelimit.conf
- Add the following line to the file:
DefaultLimitNOFILE=524288
- To reload it, run
sudo systemctl daemon-reexec
Distributions that use /etc/security/limits.conf
- Add the following line to /etc/security/limits.conf:
* hard nofile 524288
Wine Installation
[!tip] Our LUG Helper tool now contains an option for a wine install and can perform these steps for you automatically! See our Quick Start Guide for instructions.
- Install and configure the necessary prerequisites
- Create and configure your wine prefix:
WINEPREFIX=$HOME/Games/star-citizen winetricks -q arial tahoma dxvk powershell win11
- Download and run the RSI installer:
WINEPREFIX=$HOME/Games/star-citizen WINEDLLOVERRIDES="dxwebsetup.exe,dotNetFx45_Full_setup.exe=d" wine "~/Downloads/RSI Launcher-Setup-2.3.1.exe" /S
- An example launch script is provided on our LUG Helper's Repo
If you have trouble installing recent Wine versions on a Debian-based distro due to missing faudio, see this link.
Proton Installation
- Install Open Wine Components umu-launcher
- Download and run the RSI Launcher installer:
GAMEID="umu-starcitizen" WINEDLLOVERRIDES="dxwebsetup.exe,dotNetFx45_Full_setup.exe=d" umu-run "~/Downloads/RSI Launcher-Setup-2.3.1.exe" /S
- Run the RSI Launcher:
GAMEID="umu-starcitizen" PROTONPATH="GE-Latest" umu-run "~/Games/umu/umu-starcitizen/drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe"
Alternate Launchers
[!caution] We cannot guarantee that the alternative installation methods on this page will work or perform well.
The recommended installation method is to follow our Quick Start Guide.
If you proceed with an alternative installation method, please be aware that not many members of our community use these methods. We may not be able to provide support for these installations if something isn't working right.
[!important] If using flatpak apps, ensure the install location is whitelisted using Flatseal or similar methods.
The Star Citizen launcher does not support temp paths via xdg-portals.
Bottles
- Create a new gaming bottle
- Use the "Install Programs..." Star Citizen option
- Run Star citizen, log in, and click install to finish installing the game
Faugus Launcher
- Download latest Star Citizen installer
- Press the "New" button
- Set title to "Star Citizen"
- Set the Path value to the RSI Installer file you downloaded
- Set the prefix to your preferred location e.g.
~/Games/star-citizen
- Set the Protonfix value to
umu-starcitizen
on the Tools tab - Press the "Play" button to run the installer, then exit
- Right click the game and set the "path" value to the RSI Launcher executable in the wine prefix
- Press the "Play" button to run the RSI Launcher, log in, and click install tto finish installing the game
Flatpak
Flatpak repository or latest release
For documentation and issues refer to https://github.com/mactan-sc/rsilauncher
- Add the repo
flatpak remote-add --user --if-not-exists RSILauncher https://mactan-sc.github.io/rsilauncher/RSILauncher.flatpakrepo
- install the rsi launcher flatpak
flatpak install -y --user --noninteractive RSILauncher io.github.mactan_sc.RSILauncher
- run the rsi launcher flatpak
flatpak run io.github.mactan_sc.RSILauncher
Heroic Games Launcher
- Download latest Star Citizen installer.
- Install Heroic Games Launcher.
- Launch Heroic, browse to
Wine Manager>Proton-GE
and installProton-GE-Latest
. - Return to the Library page, and click Add Game.
- Set Title to
Star Citizen
. - Click
Show Wine Settings
and ensure Wine Version is set toProton-GE-Latest
. - Click
Run Installer First
and select the Star Citizen install file. - Once install is complete, set
Select Executable
to theRSI Launcher.exe
and click Finish. - Open the game settings in Heroic, change to Advanced tab and under Environment Variables add
GAMEID=umu-starcitizen
. - Run the RSI Launcher, log in, and click install to finish installing the game
Lutris
- Set the default wine runner to GE-Proton in global preferences
- Launch the LUG Helper and select the installation method
Install Star Citizen with Lutris
- Allow the Preflight Check to fix any issues it finds before proceeding!
- Run the RSI Launcher, log in, and click install to finish installing the game
Steam
[!warning] We do not recommend installing Star Citizen within Steam. While it can be done, it creates several issues that we feel are not worth the effort to try to work around. For example, it limits configurability options and does not invoke needed protonfixes by default.
We believe you will have a much better experience following our Quick Start Guide. If you want to use Steam's proton, you may use umu-launcher by following the Proton Installation instructions above.