It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Okay, I created an MDK shortcut (Software Mode) on my desktop, but when I try to launch the program from it, the game is liberally splashed with psychedelic colors. It's the does the same thing every time... UNLESS I have a folder open on my desktop. Then it works fine.
It's not much of a problem, as I can just open a folder and play, it's just weird as all get out.
Anyone have any idea what on earth would cause such a thing? I'm genuinely curious.
This question / problem has been solved by Ralackkimage
If your using vista or later have you tried compatibility settings and turning off the desktop composition? If that works then it could be the same problem the worms game has where it uses the desktops colours or something like that and on vista machines this caused the game to have psychedelic colours as well.
Not sure why having the explorer window open would help though unless it took focus away from the desktop and gave it back to the game.
Just found the worms faq on the problem
" The game colours get all messed up
This happens when another application is stealing W:A's palette. W:A logs such occurrences to the file "palette.log" in your W:A folder. If you can, try closing the programs listed there.
Often it's a component of Windows itself that's stealing W:A's palette (usually csrss.exe). If you are using Windows Vista/7, having any Windows Explorer folder open while you play the game has been known to fix it. If this doesn't work, try terminating the explorer.exe process using Task Manager before starting W:A. You can later start it back from Task Manager (which you can open by hitting Ctrl+Alt+Delete), by going to File -> Run....
Another known work-around is to disable the Indexing Service and/or Automatic Updates services (Control Panel -> Administrative Tools -> Services).
You could also try an experimental WormKit module, which you can get here. "
kind of sounds exactly like whats happening in your game.
I set the game for Windows 95 compatibility mode and disabled desktop composition. It works flawlessly. Thanks a lot for the help!
Post edited October 10, 2009 by tyrelpinnegar
I had the exact same problem in windows 7. Setting the compatibility didn't help at all, so here's what I did (as said in the second post):
1. First did ctrl + alt + del and I terminated explorer.exe
2. Since we have no more GUI, I went back in the taskmanager, and selected 'new task' and browsed to MDK_soft.
3. Click 'ok', and you're good to go! It worked flawlessly.
4. After exiting the game, do: 'new task': 'explorer' 'ok'
Thank you for the help
hi when you don't want to go through this procedure every time you can create a text file (.txt) with the following instructions:

@echo off
taskkill /IM explorer.exe /F
d:
cd "D:\GOG.com\MDK\"
MDK_soft.EXE
pause
start explorer.exe
close

This is the case if you have installed your game to the direction "D:\GOG.com\" when you installed it to the default direction it's:

@echo off
taskkill /IM explorer.exe /F
cd "C:\Program Files (x86)\GOG.com\MDK\"
MDK_soft.EXE
pause
start explorer.exe
close

you get the idea just modify the text to the install direction.
Then save the file and change the ".txt" document to a ".bat" file. Now you have your own lunch file! Enjoy the game^^

Credit goes to: http://www.windows-seven-forum.de/spiele-f8/falsche-farben-bei-aoe-ii-t123.html
Post edited June 23, 2011 by why420