
AukonDK
Published
Set virtual desktop size 800x600 in winecfg
Needs to be in a low resolution window. Might be ok in Gamescope.
Game chugs on higher resolutions even on windows. Developer recommends manually setting desktop resolution to 800x600. In Proton we can do that in a virtual desktop via protontricks
(Demo) Black rectangle in middle of screen, even with virtual desktop
virtual desktop 1920x1080
Text missing from menu, crashes when selecting first menu option (user32.dll caused an Access Violation (0xc0000005))
Settings requires msc42, install using winetricks etc. ---
Game is looking for data files in a directory adjacent to where the binary is, however it gets lost because Proton is running it from outside that directory. The following launch option will change to the correct directory before running. ---
command=$(echo %command%) && s="waitforexitandrun " && path=${command#*$s} && path="$(dirname "$path")" && cd "$path" && PROTON_USE_D9VK=1 %command% ---
D9VK needed or it will crash when starting new game. ---
Doesn't exit properly, process needs killing.
First game doesn't run at all. 2 stops after a splash screen. 3 stops responding on the loading screen. 15th anniversary does work but is a mobile port.
Seems to work ok, had to alt-f4 to close the window after quitting. Uses the GZDoom engine so the .iwad file could be used by native Linux GZDoom.