
WGOS
Published
Music seems fine with quality, but SFX are seems like degraded a bit. Also there's a crackling sound when you quickly drag mouse over the buttons
On some arcade maps FPS lower than 30 or even 20
Initially, I tried to launch with Proton 5.0-3, but game was crashing after 5 minutes of playing, so I felt back to Proton 4.2-9 and then game was totally playable.
I disabled V-Sync and enabled multithreading
I also added AllowHardwareRenderUnderWine=Yes
to CFG.TXT in game root
Disabling Esync prevents game from crashing after 1-10 mins of playing. Using D3D10/11 also unnecessary, because game is using D3D9
Cyrillic text does not work if system's language set to English.
To fix this issue, add LANG=ru_RU.UTF-8 LC_ALL=ru_RU.UTF-8
or other Cyrillic locale to launch parameters
Also notice that if you are using Steam via Flatpak, this might not work, like as for me
GPU driver crash
Proton 5.0-3 gave me significant performance boost compared to 4.2-9 especially in arcade mode and planetary battles, but my GPU drivers were crashing for some reason with general protection failure
so switching kernel from native.5.5.6-914 to lts2018.4.19.106-116 helped me
Other tweaks I made in CFG.TXT (in game's root):
VSync=False
MultiThread=True
AllowHardwareRenderUnderWine=True
(add to end of the file)