Skip to content

Instantly share code, notes, and snippets.

@sxiii
Created December 20, 2021 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sxiii/7317fcf2973678b10287f34f8df39d30 to your computer and use it in GitHub Desktop.
Save sxiii/7317fcf2973678b10287f34f8df39d30 to your computer and use it in GitHub Desktop.
Run Satisfactory on Linux (Arch, Garuda, Manjaro)

To properly run Satisfactory on Linux, only one change is needed.

Add this:

[/script/windowstargetplatform.windowstargetsettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_Vulkan

Into the file $HOME/.steam/steam/steamapps/compatdata/526870/pfx/drive_c/users/steamuser/Local Settings/Application Data/FactoryGame/Saved/Config/WindowsNoEditor/Engine.ini

Run the game from Steam as usual without nay more tweaks.

You could also run this command instead: echo "[/script/windowstargetplatform.windowstargetsettings] \n DefaultGraphicsRHI=DefaultGraphicsRHI_Vulkan" >> '/home/$USER/.steam/steam/steamapps/compatdata/526870/pfx/drive_c/users/steamuser/Local Settings/Application Data/FactoryGame/Saved/Config/WindowsNoEditor/Engine.ini'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment