Difference between revisions of "DCS on linux"

From DCS World Wiki - Hoggitworld.com
(qu)
 
(Update for latest install procedures on Proton. Added suggestion to use Lutris for standalone)
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>
  
Using Proton
+
DCS should now start up normally.
  
this requires that you have your games on Steam.
+
If you get an error with compiling the shaders during startup, you can use <pre style="color: red">protontricks 223750 d3dcompiler_47</pre> to fix that.
  
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
  
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://www.protondb.com/app/223750
  
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 23:19, 3 December 2022

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
protontricks 223750 d3dcompiler_47
to fix that.

Useful resources:

https://github.com/TheZoq2/dcs_on_linux

https://www.protondb.com/app/223750

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