
aeonblue
Published
Installs fine, but won't run properly
When I try to run it I get a black screen until pressing ESC a few times. Sometimes then get to a menu page with buttons but no text. Click any button and it crashes. Using PROTON_USE_WINED3D=1 doesn't help at all.
But at least the menu music works!
Works beautifully straight out of the box. Looks great in 4K!
WINEDLLOVERRIDES="ddraw=n,b" gamescope -w 1920 -h 1080 -W 3840 -H 2160 -F fsr -f --force-grab-cursor -- %command%
Used the latest version of cnc-ddraw as per https://github.com/FunkyFr3sh/cnc-ddraw. Unpack the files into the main game directory. In the file DDrawCompat.ini I added 1920x1080 to the line SupportedResolutions
, and in the file SUN.ini I have the section
[Video]
AllowHiResModes=yes
ScreenWidth=1920
ScreenHeight=1080
StretchMovies=no
Panning using the right and bottom sides of the screen didn't work until I used gamescope. Then panning became really fast, which I fixed using the line maxgameticks=300
in ddraw.ini. But then the cursor movement was too slow, which was fixed with the --force-grab-cursor
option for gamescope.
After all that thinkering, works great! Higher resolutions than 1920x1080 result in graphical bugs, but things get too small anyway. FSR doesn't make much of a difference, integer scaling also looks fine.