15-05-2011, 02:53 AM
|
#309
|
Join Date: Feb 2011
Location: ,
Posts: 43
|
Quote:
Originally Posted by Japo
In DOSBox you need to mount the CD or else the game won't have access to it, use the MOUNT command. See DOSBox's README.TXT for details but this should work if you CD drive letter is D:
Code:
mount d d:\ -t cdrom -label CRUSADER
As for the sound you can first try in-game accessing the options from the game menu. If that doesn't work, edit CRUSADER.CFG and make sure there are lines reading like this (for DOSBox's default sound card settings and if the CD is mounted in DOSBox as the D: drive):
Code:
sound=on
music=on
port=0x220
irq=7
dma=1
soundcard=3
...
cdletter=d
flicpath=\flics
Don't add these lines, just edit the existing ones changing the text after the "=" in each line.
|
This did it! Thank you!
|
                       
|
|