ShadowInDarknezz: Has anyone managed to install Ergo's Fixpack via wine?
I tried installing it manually using the included .bat script as a guide. Just started playing so I'm not sure if my attempt worked, but the game hasn't crashed (much) so far.
- unpack the fixpack archive, keeping the paths.
- install sqlite3 (if you don't already have it)
- make a backup of the current .db4 files in export/db
- copy the .sql patch files into the db folder. Dont need to do this, but it makes it easier to run the database updates.
-insert the new tables into the databases:
:sqlite3 static.db4<static.sql
:sqlite3 locale.db4<locale.sql
:sqlite3 game.db4<game.sql
- copy the folders from the fixpack directory into the export directory.
edit: after a few days of playing I can say that it does work!
For my wine install (mint 20.2/Wine 5.0) I installed into a win32 prefix (Win7) , added winetricks verbs for quartz, xact, and videomemory (2048) and disabled winegstreamer in winecfg. The splash mpeg only plays as audio with a black screen, but the game runs fine. I had a few crashes before I added the videomemory verb, but after that it's been fine. I think you might be able to use the GL renderer, too.
edit2: forget about the memory thing, it's not wine related, it happens in native installs of the game if the high res textures are enabled. That isn't to say that you wouldn't be able to get rid of these errors with some diligent attention to overrides.