Murderion: Whenever I boot up the game, the colours are strange and distorted, with the main menu appearing as a dark purple/reddish mess. This does not go away on moving into different parts of the game (in-game encyclopedia, battle map etc). I understand this is a common problem for Win 98/XP era games on Windows 7.
I've tried booting from all of the applicable files in the folders, nada. I've tried applying a couple of patches from other sites, none of which work.
For information, I'm running Windows 7 64 bit, with an AMD Radeon 6400M graphics card using AMD catalyst drivers. Any help would be much appreciated.
I use a simple batch file to kill the explorer.exe process, run a game and then restart explorer.exe for any game I run into with this problem (e.g. Austin Powers Pinball, StarCraft, etc.):
------ Start Code ------
@ECHO OFF
REM Kill explorer.exe
TASKKILL /F /IM explorer.exe
REM Insert command to start the program
Starcraft.exe
REM Restart explorer.exe
start explorer.exe
------ End Code ------
Just replace starcraft.exe with the start command for Galactic Battlegrounds (or whatever other game) and save the .bat file in the same folder as the game. For StarCraft, I named the file sc.bat and updated the shortcut to point to the batch file. Works pretty well for most of the games that have this problem. =)
Flynn