
Marbull
Published
At first, game could not be launched without tinkering. Using the mf-install script without -proton argument made the game start and play up to the first boss cutscene but then game was stuck. Rerunning the script with -proton argument (and setting "PROTON=..." to the correct proton folder) made it finally work well.
dl and extract the full git directory from https://github.com/z0z0z/mf-install 'clone or download' button
open a terminal and navigate to this folder with 'cd' commands
type 'WINEPREFIX="/path_to.../Steam/steamapps/compatdata/774361/pfx" PROTON='/path_to/.../Steam/steamapps/common/Proton 4.11' ./mf-install.sh -proton
Had to use older proton version, added two launch flags and finally, as suggested by others, I added [53] = { setting = "soundvoices", value = 16, valueType = 2, }, to the configuration_system.lua file to eliminate the sound loop bug.
Playing skirmish with non linux users works perfectly with these tweaks.