You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Install fresh version of C&C (without CnCNet)
Copy installation folder to desktop (or anywhere)
Download packag_8.67.3.tar and untar
Copy entire package contents into C&C folder
Open terminal to C&C Folder
run chmod u+x ./YRLauncherUnix.sh
fix a weird carriage return bug: sed -i -e 's/\r$//' YRLauncherUnix.sh
create file: touch wine-dta.sh
use vi to insert contents:
#!/bin/sh
wineconsole Resources/Compatibility/Unix/wine-game.bat &
BACK_PID=$!
wait $BACK_PID
to make executable, run chmod u+x wine-dta.sh
Create this new path Resources/Compatibility/Unix/ with mkdir
In the Unix folder, create a file wine-game.bat with the contents:
gamemd-spawn.exe -SPAWN -CD -LOG
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
wine-game.bat
edit: tested on the latest 8.65.2 with no luck
tried the latest cnc_ddraw.dll with no luck
The text was updated successfully, but these errors were encountered: