Open
Description
resolution settigns don't work and game can't change default resolution to another windowed one nor full screen
using .NET8 Binary on linux
client ver: 8.65.1
Game:Red Alert 2 : Yuri's revenge
these files I created with the help of Discord server staff.
wine-dta.sh
#!/bin/sh
WINEPREFIX="/home/zeyad/wineprefixes/games32-test" wineconsole wine-game.bat & BACK_PID=$! wait $BACK_PID
wine-game.bat
gamemd-spawn.exe -SPAWN -CD -LOG
edit: tested on the latest 8.65.2 with no luck
tried the latest cnc_ddraw.dll with no luck