Difference between revisions of "DCS on linux"

From DCS World Wiki - Hoggitworld.com
(qu)
 
(Added matrix space)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
THis page is a stub. It will be expanded on at a later date.
+
DCS can be made to run on linux. You will need to use either wine or proton.
  
DCS can be made to run on linux. You will need to use either wine or proton
+
===Using Wine===
 +
This is most useful for those who are on standalone. You can use Lutris to make installation easier. https://lutris.net/games/dcs-world/
  
useful resources:
 
  
https://github.com/TheZoq2/dcs_on_linux
+
===Using Proton===
  
https://www.protondb.com/app/223750
+
This requires that you have your games on Steam.
  
 +
As of October 2022 the following steps are confirmed to be working on Kubuntu 22.04:
  
Using Wine:
+
Enable compatibility mode for DCS in the properties by going into the compatibility tab and enabling the tickbox in the settings. Choose Proton 7 or Proton Experimental as the version
This is most useful for those who are on standalone.
+
 
 +
Go to the General tab, and set up the following launch options: <pre style="color: red">WINEDLLOVERRIDES='wbemprox=n' %command%</pre>
 +
 
 +
DCS should now start up normally.
  
 +
If you get an error with compiling the shaders during startup, you can use  to fix that: <pre style="color: red">protontricks 223750 d3dcompiler_47</pre>
  
Using Proton
+
====OpenTrack====
  
this requires that you have your games on Steam.
+
OpenTrack can de made to run under Proton using a tool called SteamTinkerLink to run multiple programs inside the same prefix. SRS might work this way as well. (not sure yet)
  
As of 2022-08-03 the following steps are confirmed to be working on Kubuntu 22.04:
+
===Useful resources:===
  
Enable compatibility mode for DCS in the properties by going into the compatibility tab and enabling the tickbox in the settings. Choose Proton 7 or Proton Experimental as the version
+
https://github.com/TheZoq2/dcs_on_linux : Git documentation for running DCS using Wine.
 +
 
 +
https://www.protondb.com/app/223750 : ProtonDB page for DCS.  
  
Go to the General tab, and set up the following launch options: <pre style="color: red">WINEDLLOVERRIDES='wbemprox=n;msdmo=n' %command% --old-login</pre>
+
https://matrix.to/#/#dcs-on-linux:matrix.org : A matrix space to discuss running DCS on linux. Matrix is kind of a counterpart to Discord that ''does'' respect your privacy.
  
DCS should now start up normally.
+
N.B. This page is a stub. It will be expanded on at a later date.

Revision as of 11:08, 14 March 2023

DCS can be made to run on linux. You will need to use either wine or proton.

Using Wine

This is most useful for those who are on standalone. You can use Lutris to make installation easier. https://lutris.net/games/dcs-world/


Using Proton

This requires that you have your games on Steam.

As of October 2022 the following steps are confirmed to be working on Kubuntu 22.04:

Enable compatibility mode for DCS in the properties by going into the compatibility tab and enabling the tickbox in the settings. Choose Proton 7 or Proton Experimental as the version

Go to the General tab, and set up the following launch options:
WINEDLLOVERRIDES='wbemprox=n' %command%

DCS should now start up normally.

If you get an error with compiling the shaders during startup, you can use to fix that:
protontricks 223750 d3dcompiler_47

OpenTrack

OpenTrack can de made to run under Proton using a tool called SteamTinkerLink to run multiple programs inside the same prefix. SRS might work this way as well. (not sure yet)

Useful resources:

https://github.com/TheZoq2/dcs_on_linux : Git documentation for running DCS using Wine.

https://www.protondb.com/app/223750 : ProtonDB page for DCS.

https://matrix.to/#/#dcs-on-linux:matrix.org : A matrix space to discuss running DCS on linux. Matrix is kind of a counterpart to Discord that does respect your privacy.

N.B. This page is a stub. It will be expanded on at a later date.