0
I want to create a launcher for DOSBOX that directly starts DOOM. I do this by using the following (I'm on Linux):
dosbox ~/games/DOOM/DOOM.EXE
This works great, however, I want to use Gravis UltraSound emulation for sound, not Sound Blaster. To enable UltraSound, DOSBOX needs access to the UltraSound drivers and the DOSBOX config requires the directory for these drivers to be set with the ultradir
setting.
How can I launch DOOM and also make the ultradir
directory available to DOSBOX?
you can edit the config file and configure it in there. You can even launch doom from the config file. – LPChip – 2019-02-14T09:17:03.377
I know how, but when I start DOOM with the [name] parameter to an executable, it mounts that directory the EXE is in as C:. So, given that, how do I make DOSBOX aware of the ULTRASOUND directory? [without copying the ULTRASND directory into my game directory of course] – Luke – 2019-02-14T09:35:58.623
I don't know it from the back of my head, but the documentation on the dosbox site is good enough to figure it out from there. I do not have time to research it right now, because I can't test it. – LPChip – 2019-02-14T09:44:08.880