Skip to content

Linux Setup

jsoctocat edited this page Feb 17, 2024 · 9 revisions

Linux Setup

  1. I highly recommend you use the windows version on proton over native Linux version as it's a lot easier to use, you do need to install donet 8 through "Protontricks" or use version 1.1.8
  2. By default the following launch options are used to start the game on Linux, if you are planning to use a different version of Proton, you would have to change the launch option as the path to the proton file would be different
  3. STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.local/share/Steam/ STEAM_COMPAT_DATA_PATH=~/.local/share/Steam/steamapps/compatdata/582660 SteamAppId=582660 SteamGameId=582660 nohup ~/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point ~/.local/share/Steam/steamapps/common/'Proton - Experimental'/proton run
  4. If you need any additional launch options put them before nohup such as ../tdata/ DXVK_HUD=1 DRI_PRIME=1 MESA_VK_DEVICE_SELECT=1 nohup
  5. CPU core affinity tweak is not supported on Linux
  • NOTE: "nohup" must be included or the game will close with the launcher at start up, the above paths are default steam install locations, and is using Proton - Experimental

Steps

  1. Download .NET 8.0 Runtime HERE
  2. Pick Package manager instructions
  3. Pick Scripted install
  4. Follow the guide to install .NET 8.0 Runtime
  5. Once it's done, verify you have a ".dotnet" folder in your home folder, it's hidden by default
  6. Follow the following images to create a shortcut to launch the Launcher from your desktop

Right click on your desktop

Make sure the path is to the launcher's folder

Clone this wiki locally