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

×
Their is no sound playing
avatar
bibi92: Their is no sound playing
I do not own the game, but I'll mention a couple things that generally work with older games.

1. Make sure you're running the game with dosbox. (should be included with the installation).
2. Then I found this info posted on Yahoo Answers by someone named Unam_Unseen:

It is % 95 probable that it is about your game configurations, nothing related to the doxbox.
Old games cannot detect the soundcard type, IRQ, frequency... etc.
So at the game, go to config page and try to find the sound configuration.

Try each one which fits most close:

sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

This is what is inside DOSBOX's config file, at the parent folder of doxbox. Its named as DOSBOX.CONF. This is the values of your imaginary pc running DOS. What I mean is DOSBOX fools the game as if it is not a program but a PC having a SoundBlaster16 card installed.

Most crucial ones are: SB16 ( model: SoundBlaster 16 that is ), IRQ=7, SBBase=220, and OplRate:22050

So, there must be somewhere AT THE GAME CONFIG PAGE ( not DoxBox ) that you must configure soundcard type as : " SB16: IRQ=7, SBBASE=220 "

Also try all other possibilities, try all combination if this not works, don't worry it won't make any damage to your PC.

If not solved, for any cases, doublclick the speaker icon at system tray, and check whether or not all the Wave, Aux, Line In, and especially MIDI adjustments are enabled ( no checkbox )

If none solves, you must find and open this DOSBOX.CONF file by using NOTEPAD, and find the lines below and change the value to:
core=auto
cycles=auto -> Change this "auto" to "cycles=2000"
cycleup=500
cycledown=20

But as I told you, it is %95 probable that the problem is from game's configuration page, nothing related to doxbox....
Post edited January 15, 2018 by hudfreegamer
this worked for me :) thank you hudfreegamer