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 want Dungeon Keeper on my Tablet.
I have thinked that would be easy: copy and paste the gog-dk-files into the tablet, starting with dosbox and voilà...
i see the title and then need a cd.
ok, so i must mount a image.
i have a look ad dungeonDK_single.conf in the autoexec and i added following in my dosbox before start:
imgmount d "..\game.inst" -t iso -fs iso
yeah, now should i play the game. no, it needs the cd.
i have looked in every dosbox config file of the game, i dont see a mount or something that i can execute to fix that.
any ideas?
I think you have to mount the keeper folder in your image file game.gog I think...
So I'm not sure if this will work with DOSBox on an android tablet.
Actually, he didn't specify what kind of tablet he had. I assumed a Windows one if he copied the DOSBox folder.
hello.
i have mounted the dungeon keeper folder, but same result.
i have a android tablet with dosbox turbo. you can configure this dosbox and make game profiles + have a autoexec
How are you going to simulate right click?
with the mouse?
If you have windows 8 why are you farting around with DOSBox and Daemon Tools? Just re-download the windows installer.

That said... you could try using the mount command to assign your virtual drive to A: or D:. Just a wild guess. Been a few years since I messed with DOS.
Post edited February 28, 2014 by urknighterrant
Here is the relevant part of a launcher I wrote to play DK in DOSBox on Debian (GNU/Linux).
Hopefully it should work with Android too:

dosbox -c 'mount c ~/.local/games/dungeonkeeper
c:
imgmount d /usr/local/games/dungeonkeeper/game.inst -t iso -fs iso
keeper.exe
exit'

You'll need to replace "~/.local/games/dungeonkeeper" with the path to the game directory and "/usr/local/games/dungeonkeeper/game.inst" with the path to the game.inst file.

(DOSBox 0.74 here, I don't know if it matters)
If you're still interested I posted a guide on mygaming.co.za/forum/showthread.php/42070-Playing-GOGs-version-of-Dungeon-keeper-gold-on-android

it's very similar to what vv221 posted, with one or two small caveats