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

×
Does anyone know how to change the default midi device for MC2? I want to use my actual Roland module for music in stead of emulated soundblaster. MC1 has these setting ingame, but I cannot find them for 2.

EDIT: n/mind, found it: you are supposed to mount mc2.cfg as cd img and run nwsetup from there. Works like a charm now!
Post edited April 09, 2013 by sndwv
avatar
sndwv: Does anyone know how to change the default midi device for MC2? I want to use my actual Roland module for music in stead of emulated soundblaster. MC1 has these setting ingame, but I cannot find them for 2.

EDIT: n/mind, found it: you are supposed to mount mc2.cfg as cd img and run nwsetup from there. Works like a charm now!
I've been trying to do that and I have no idea how to do it with the GOG set up of dosbox.

Could you please retype how it is you got to the sound set up?
avatar
Magmarock: Could you please retype how it is you got to the sound set up?
Sure; edit dosboxMagicCarpet2_single.conf in your GOG MC2 install folder (with something like notepad) and add 1 line so that it reads:


[autoexec]
# Lines in this section will be run at startup.

@ECHO OFF
imgmount D "..\MC2.cfg" -t iso -fs iso
mount C "..\GAME"
d:
cls
call NWSETUP.BAT
NETHERW.EXE
exit



This will launch the setup program prior to launching the game. When you're done, if you want, remove the line 'call NWSETUP.BAT' or, for later reference, disable it by prefixing a # so that it reads #call NWSETUP.BAT

If you want to use another hardware device (like an external midi module or different sound card) there will be other things to do as well: http://www.dosbox.com/wiki/Dosbox.conf#midiconfig_.3D_id_of_MIDI_device
avatar
Magmarock: Could you please retype how it is you got to the sound set up?
avatar
sndwv: Sure; edit dosboxMagicCarpet2_single.conf in your GOG MC2 install folder (with something like notepad) and add 1 line so that it reads:

[autoexec]
# Lines in this section will be run at startup.

@ECHO OFF
imgmount D "..\MC2.cfg" -t iso -fs iso
mount C "..\GAME"
d:
cls
call NWSETUP.BAT
NETHERW.EXE
exit

This will launch the setup program prior to launching the game. When you're done, if you want, remove the line 'call NWSETUP.BAT' or, for later reference, disable it by prefixing a # so that it reads #call NWSETUP.BAT

If you want to use another hardware device (like an external midi module or different sound card) there will be other things to do as well: http://www.dosbox.com/wiki/Dosbox.conf#midiconfig_.3D_id_of_MIDI_device
Thanks buddy.