
Gazza
Published
I installed the game via steam (inc vc redist) then used wine + dxvk to run it from the REDprelauncher and it worked. I could not get it to run via steam + proton. env WINEPREFIX=/home/ssd3/SteamLibrary/steamapps/compatdata/1091500/pfx/ wine REDprelauncher.exe --launcher-skip
tabbing out crashes the game
~12FPS on recommended hardware
Bypass the launcher to get it working. I did: Use steam > add non-steam game > select KSP_64.exe as the file; force proton and, then it works.
The game only has a small 480p window. (it might be the same on windows idk)
You need to install wine mono and use wined3d in a 32 bit prefix. Enable desktop emulation in winecfg as well.
Use these launch options:
PROTON_USE_WINED3D=1 WINEARCH=win32 WINE_MONO_OVERRIDES=Microsoft.Xna.Framework.*,Gac=y %command%
DXVK_ASYNC=1 %command%
as launch options and, set worker threads to a smaller number; 8 caused crashes to be rare.