Posted December 10, 2016
The music slider does not work in Deeper Dungeons.
if I add
MIXER CDAUDIO 50:50
before "CLS": in the file Dungeon Keeper Gold/dosboxDK_single.conf It turns off the music in Dungeon Keeper Gold and the game plays perfectly, but when I move on to play Deeper Dungeons, the music is back and I cannot control the volume.
Is there a different config file used for Deeper Dungeons where I need to add the
MIXER CDAUDIO 50:50 line?
Can anyone help me please because the loud music is driving me mad :-(
OK - PROBLEM SOLVED NOW
I have solved the issue but will leave this post in case anyone else has the same problem;
Change the file: Dungeon Keeper Gold/dosboxDK_addon.conf (don't forget to make a backup of the original file first) to read:
[ipx]
# ipx -- Enable ipx over UDP/IP emulation.
ipx=false
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C ".."
imgmount d "..\game.inst" -t iso -fs iso
c:
cls
MIXER CDAUDIO 1:1
deeper.exe
exit
And that solves the issue. Best wishes
Togfather
if I add
MIXER CDAUDIO 50:50
before "CLS": in the file Dungeon Keeper Gold/dosboxDK_single.conf It turns off the music in Dungeon Keeper Gold and the game plays perfectly, but when I move on to play Deeper Dungeons, the music is back and I cannot control the volume.
Is there a different config file used for Deeper Dungeons where I need to add the
MIXER CDAUDIO 50:50 line?
Can anyone help me please because the loud music is driving me mad :-(
OK - PROBLEM SOLVED NOW
I have solved the issue but will leave this post in case anyone else has the same problem;
Change the file: Dungeon Keeper Gold/dosboxDK_addon.conf (don't forget to make a backup of the original file first) to read:
[ipx]
# ipx -- Enable ipx over UDP/IP emulation.
ipx=false
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C ".."
imgmount d "..\game.inst" -t iso -fs iso
c:
cls
MIXER CDAUDIO 1:1
deeper.exe
exit
And that solves the issue. Best wishes
Togfather
Post edited December 11, 2016 by Togfather