My journey into daily driving Linux is going rather well. Decided I’m gonna give myself a bit of a small challenge (or not, this might be easy).
I want to get a couple old games to work. I’ve had to do some tinkering or installed unofficial patches on these games probably since the Vista days. So I know they require some work to run on modern systems. But can’t find info on how to do it on Linux. I don’t want to do a «throw shit at the wall and see what sticks» and end up breaking something in my OS. I’m on Nobara KDE.
Installed in the EA App through Lutris:
- C&C Red Alert 2 and Tiberian sun (Black menus, game runs otherwise)
- Medal of Honor Allied Assault (Crash on startup)
Anyone wanna teach a Linux noob some tips and tricks to make this work? Or a way to install these .exe patch files and go the «windows» route? (Can this be done safely through Wine?)
Nice, good to hear it worked out mostly. As for the black menu issue, consider looking at using various different libraries. For example, some games need the actual Windows .DLL files depending in exactly how they use them. The substitutes in WINE are just that, substitutes, so they have very slightly different behaviour in some cases. For GUI libraries if you get something wrong it is easy to have problems like a black menu box from something loading out of order, returning too fast or slow, or just being formatted differently. The native libraries can be used and that can sometimes solve the issue.
I’ll look into this too. I’ve had this issue with TibSun for years but the unofficial patch from cncnet usually fixed it.
A lot of the stuff I come across in Linux makes more sense than in Windows honestly. It’s just completely different and that makes it hard when you’re used to messing with .exe files, .dll files and regedits.