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

×
I would like to use Munt with my mt32 roms (would love to use my Roland, but no way of connecting it to this laptop), but the install directory doesn't have DOSBOX.CONF in it. I've tried looking in my documents and my local user/app directory. I can't find it.
No posts in this topic were marked as the solution yet. If you can help, add your reply
It's gonna be a little complicated because, in truth, there are *four* .CONF files that you're gonna need to edit. But thankfully, not TOO complicated.

Each game folder has its own CONF file (actually two, but only one is important for what we're doing now)

For instance, Quest for Glory 1 has dosboxQG1VGA.conf (which, despite its name, also handled the EGA version)
Quest for Glory 2 has dosboxQG2.conf

etc.

The edits you need to make have to to be done to each of these, which considering it's just changing a single value, shouldn't really be all that hard.

The reason they each have individual .CONF files, for the record, is that these games often have different needs, especially in regards to cycle speed.
I was actually looking for a main .conf file. One that has the options to that has dosbox configuration settings.

When I open dosboxQG1_addon.conf I don't any options to setup DosBox. This is all that is listed for configurations.

[sdl]
fullresolution=0x0
fullscreen=true
output=opengl
autolock=false

[dosbox]
machine=svga_s3
memsize=16

[render]
frameskip=0
aspect=false
scaler=normal2x

[cpu]
core=normal
cputype=auto
cycles=10000
cycleup=1000
cycledown=1000

[autoexec]
@echo off
mount C .\EGA\
c:
cls
SCIV.EXE
cls
exit

Do I just add the configurations that I would like to change to this .conf.[/i]


Actually, never mind. I copied the default conf file, made my changes, and made a new shortcut.

Thanks for the help!
Post edited April 08, 2017 by Ioskeha
That's not the conf file I was talking about.

The file is literally called dosboxQG1VGA.conf

There's an additional file called dosboxQG1VGA_single.conf that handles the auto-exec stuff.

I imagine the _addon is for the EGA version specific stuff, but I can't actually find that in my folders.