PureSmoke: I know this has been talked about on this forum before, but The music is wayyy too loud, I cant seem to lower it. The in game volume options dont work either.
How do I make the music volume lower. If there is a way can you tell how to do it step by step, I dont really know a lot about dos games.
Thanks
ZFR: You can't change the music volume in game, you have to use Dosbox to do it.
Open your folder where you have installed the game and find the file
dosboxLBA_single.conf. You can open it using notepad. It should look something like this:
[IPX]
Enable=0
Connection=0
ipx=false
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C ".."
imgmount d "..\LBA.DAT" -t iso
c:
cls
mixer cdaudio 90:90
mixer sb 240:240
RELENT.EXE
exit
The numbers in bold is what you want to change. The first one (90) is music volume while the second one (240) is sound volume.
The above numbers is what worked fine for me. If it's too loud, try lowering the music volume. Set it to 40 or something until it sounds right.
Thanks a lot ZFR, it worked. I appreciate you telling me how to do it as well. The only thing is, my
dosboxLBA_single.conf looks like this:
[IPX]
Enable=0
Connection=0
ipx=false
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C ".."
imgmount d "..\LBA.DAT" -t iso
c:
cls
mixer cdaudio 2:2
RELENT.EXE
exit
The
mixer sb 240:240, isn't there for some reason. Do you know why?
Anyway thanks again man, I truly appreciate it!