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

×
NOTE: Anyone experienced in DOSBox and it's configuration files may perform this guide without MagicISO and right inside DOSBox itself.

So in any case here's the solution:

1. Download Magic iso from here: http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm (it's a virtual drive).

2. In your Stonekeep game folder: rename "STONKEEP.INST" to "STONKEEP.CUE" and "STONKEEP.GOG" to "STONKEEP.BIN", as you might have guessed this is the Stonekeep cd image in disguise. :-)

3. Open MagicISO and load "STONKEEP.CUE" and you should be able to browse the files inside the image.

4. Go inside the folder "idata" and copy and paste everything to your main Stonekeep folder, overwrite or skip any files that already exist.

5. From your main Stonekeep folder open the file "dosboxStonekeep_settings.conf" (make a backup first), clear everything and replace it with the paragraph below:

[ipx]
# ipx -- Enable ipx over UDP/IP emulation.

ipx=false

[autoexec]
# Lines in this section will be run at startup.
echo off
cls
mount C ..
C:
setup.exe
EXIT

....and save the file when done.

6. Now the setup program will let you save the settings and in turn have music in your game. :-)

7. LAST AND IMPORTANT STEP: Go Back to Step 2 of this guide and rename those files back to their original names.


Basically the setup program refuses to save the settings because it was being accessed from a read-only source (the Stonekeep mounted image inside Dosbox).