VOGONS


First post, by Muyfa666

User metadata
Rank Newbie
Rank
Newbie

I have TR1 running good in DOSBox, but I wanted to try out the unofficial audio patch.

The patched tomb.exe can use parameters to chose audio options. How would I use this with a .bat-file I made for DOSBox?

My .bat-file looks like this:

dosbox.exe "tomb.exe" -noconsole -fullscreen -exit -c "imgmount d c:\tombraid\disc\tr1_uap.cue -t iso"

Where and how shall I put the -audio 0 parameter?

dosbox.exe "tomb.exe" "-audio 0" etc, or dosbox.exe "tomb.exe" -audio 0 etc?

Anyone have a clue?

Reply 1 of 5, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Write a new batch file (tr1.bat) with tomb.exe -audio... In it and save it in the same folder as tomb.exe. In the line where you start dosbox with the tomb.exe, replace tomb.exe with tr1.bat

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 5, by Muyfa666

User metadata
Rank Newbie
Rank
Newbie

Tnx. Easy solution, but I didn't think of that! 😀

Reply 4 of 5, by Muyfa666

User metadata
Rank Newbie
Rank
Newbie

Just for reference thou, was any of my commands even close to correct? I sometimes have a hard time understanding DOSBox... 😉

Reply 5 of 5, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

*I* have no clue 😉
I rarely use the command line for other thibgs than using a different config file. I rather have one mount for all games and specific game settings in a start.bat in each game folder...

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper