Posted July 28, 2019
Setting up Master of Magic to properly work under DOSBox and to look and sound at its very best doesn't take a whole lot. Here is a detailed how-to.
Graphics
Proper fullscreen with pixel-correct scaling at the original game speed.
1. Edit "dosboxMOM.conf" located in the MoM installation root directory.
2. Change the following parameters:
[sdl]
fullscreen=true
fulldouble=false
fullresolution=1920x1080 [your preferred monitor resolution]
windowresolution=800x600
output=opengl
[render]
frameskip=0
aspect=true
scaler=normal3x
[cpu]
core=auto
cputype=auto
cycles=fixed 25000
cycleup=1000
cycledown=1000
Sound
Higher bitrate sound effects at 48,000Hz.
1. Edit "dosboxMOM.conf."
2. Change the following parameters:
[mixer]
nosound=false
rate=48000
blocksize=1024
prebuffer=25
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=48000
Music
Supreme music using a special sound font specifically made for classic video games midi. Requires a modern PC. Setting up general midi is a bit of a hassle but the result is simply astonishing. You haven't played MoM like this before, even if you have used General Midi before.
1. Download "VirtualMIDISynth" from http://coolsoft.altervista.org/en/virtualmidisynth#download
2. Install "VirtualMIDISynth."
3. Download the "Fatboy soundfont" from https://fatboy.site.
4. Extract the "Fatboy soundfont" to the "VirtualMIDISynth" installation directory.
5. Start "VirtualMIDISynth."
6. Under Soundfonts chain click on "+" to add the "Fatboy soundfont."
7. Start "DOSBOX.exe" located in the located in the MoM installation root directory under /DOSBOX/
8. Type "mixer /listmidi" and note the digit "VirtualMIDISynth #1" is listed under.
9. Edit "dosboxMOM.conf."
10. Change the following parameter:
[midi]
mpu401=intelligent
mididevice=default
midiconfig=x [x = the digit you found out above, fill it in here]
11. Edit "dosboxMOM_single.conf."
12. Change the following code from:
cls
magic.exe
exit
to:
cls
install.exe
exit
13. Execute the "Launch Master of Magic" shortcut.
14. In the DOS installation screen click on "Configuration," then "General Midi," then "Soundblaster Pro (later)." Press "OK", then "Exit Program."
15. Edit "dosboxMOM_single.conf."
16. Change the following code from:
cls
install.exe
exit
back to:
cls
magic.exe
exit
17. That's it. Enjoy!
Graphics
Proper fullscreen with pixel-correct scaling at the original game speed.
1. Edit "dosboxMOM.conf" located in the MoM installation root directory.
2. Change the following parameters:
[sdl]
fullscreen=true
fulldouble=false
fullresolution=1920x1080 [your preferred monitor resolution]
windowresolution=800x600
output=opengl
[render]
frameskip=0
aspect=true
scaler=normal3x
[cpu]
core=auto
cputype=auto
cycles=fixed 25000
cycleup=1000
cycledown=1000
Sound
Higher bitrate sound effects at 48,000Hz.
1. Edit "dosboxMOM.conf."
2. Change the following parameters:
[mixer]
nosound=false
rate=48000
blocksize=1024
prebuffer=25
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=48000
Music
Supreme music using a special sound font specifically made for classic video games midi. Requires a modern PC. Setting up general midi is a bit of a hassle but the result is simply astonishing. You haven't played MoM like this before, even if you have used General Midi before.
1. Download "VirtualMIDISynth" from http://coolsoft.altervista.org/en/virtualmidisynth#download
2. Install "VirtualMIDISynth."
3. Download the "Fatboy soundfont" from https://fatboy.site.
4. Extract the "Fatboy soundfont" to the "VirtualMIDISynth" installation directory.
5. Start "VirtualMIDISynth."
6. Under Soundfonts chain click on "+" to add the "Fatboy soundfont."
7. Start "DOSBOX.exe" located in the located in the MoM installation root directory under /DOSBOX/
8. Type "mixer /listmidi" and note the digit "VirtualMIDISynth #1" is listed under.
9. Edit "dosboxMOM.conf."
10. Change the following parameter:
[midi]
mpu401=intelligent
mididevice=default
midiconfig=x [x = the digit you found out above, fill it in here]
11. Edit "dosboxMOM_single.conf."
12. Change the following code from:
cls
magic.exe
exit
to:
cls
install.exe
exit
13. Execute the "Launch Master of Magic" shortcut.
14. In the DOS installation screen click on "Configuration," then "General Midi," then "Soundblaster Pro (later)." Press "OK", then "Exit Program."
15. Edit "dosboxMOM_single.conf."
16. Change the following code from:
cls
install.exe
exit
back to:
cls
magic.exe
exit
17. That's it. Enjoy!
Post edited July 28, 2019 by leonardmccoy