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

×
Hello,
I found the DK1 Map editor thread and followed the instruction for getting it to run written by user name DeMignon. It still crashes on me. I am running Windows 7 home premium 64 bit operating system. I changed the compatibility to Windows 95, 98, and XP and run in administrator mode and it still crashes. I get the title screen and then the cd image screen. It crashes at the cd image screen. Also once I change the path in the keeper.cfg file to use the editor I can no longer play the game. Do I have to change it back and forth every time I want to use the editor? Any thoughts and help would be appreciated, thanks.
Post edited May 21, 2014 by bfritschi
This question / problem has been solved by DeMignonimage
avatar
bfritschi: ...
Contact Support.
avatar
tfishell: Contact Support.
The editor for DK1 isn't officially supported, so they won't be of much help.
avatar
bfritschi: ... Also once I change the path in the keeper.cfg file to use the editor I can no longer play the game. Do I have to change it back and forth every time I want to use the editor?
It's normal that you can't play the game anymore. It's running within DOSBox, a virtual DOS environment and from within the game thinks it's installed in C:\. Once you change the INSTALL_PATH variable inside KEEPER.cfg to your real directory, the game gets confused.

A simple solution is to make a copy of your game's folder in which you install the editor and leave the game as it is. Of course you'll have to copy your edited maps back to the original installation later.
Another solution would be to alter the DOSBox environment to show your actual filesystem (not recommended).
avatar
bfritschi: ...I get the title screen and then the cd image screen. It crashes at the cd image screen.
When you make a backup copy of your game's folder to install the editor, name it DK1 and put it to C:\ to avoid problems with blanks. (KEEPER.EXE should now be in C:\DK1)
Edit C:\DK1\KEEPER.CFG and set
INSTALL_PATH=C:\DK1

Save and try to run the editor.
Post edited May 21, 2014 by DeMignon
I apologize it has taken me a few days to get back to posting. I made a copy of my dungeon keeper folder and made a new folder on the C: drive. Then followed the editor instructions. It works now, but I get a color glitch every now and again. The best way to describe it is the colors go all rainbow colored. I am not worried about the color issue as once I save, log out, and restart the program the colors are back to normal. Is there anyway I can configure DosBox to use with the editor so that the special slow down and the scrolling descriptions can be read? Thanks for your help.
avatar
bfritschi: ... It works now, but I get a color glitch every now and again. ... Is there anyway I can configure DosBox to use with the editor so that the special slow down and the scrolling descriptions can be read?...
Unfortunately no, you can't run the editor in DOSBox. It was shipped with the Dungeon Keeper: Gold Edition, which was Windows only. As far as I know, there's no DOS version of this editor.

The rainbow color glitch happens because the editor is trying to use its own exclusive color palette, but this doesn't always work on newer Windows versions.
The easiest way to fix this, is shutting down the explorer.exe task while using the editor.

- Start the editor
- Press Ctrl-Shift-Esc to open the Taskmanager
- Switch to “Process” tab, locate “explorer.exe”, click the “End Process” button and confirm the operation
- Once the explorer is shut down the Taskbar is gone as well, but the colors in the editor should be fine
- Use Alt-Tab to jump back to the editor
- After you're done editing, you want to start the explorer again. Go back to the Taskmanager.
- Select "File" on the menu bar and then "New Task”. Enter “explorer” to restart the Explorer.

Alternatively write your own batch file to automate the process:
- Make a plain text file (e.g. DKEditor.txt) and save it on the Desktop
- Write and save the following text in this file:

taskkill /F /IM Explorer.exe
C:\DK1\dkedit.exe
start explorer.exe

- Now rename DKEditor.txt to DKEditor.bat
- Start the editor by starting DKEditor.bat
Post edited May 28, 2014 by DeMignon
Thanks for all the help DeMignon!!