Pickle said:All of the settings are in the dosbox.confJdbye said:I'm trying to get warcraft working (with sound), does anyone know what settings I need to set in the setup program for it to detect the emulated sound card? It asks me for a bunch of numbers which I just left at default (Sound Blaster) but the game says "Music card not found, run SETUP.EXE again" or something like that, then exits.
CODE
[sblaster]
# sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
# sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
# mixer -- Allow the soundblaster mixer to modify the dostbox mixer.
# oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
# On auto the mode is determined by sblaster type.
# All OPL modes are 'Adlib', except for CMS.
# oplrate -- Sample rate of OPL music emulation.
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=11025
I know about that. I thought I had set them, then when I checked 5 minutes after I posted, sbtype was set to none, so I must've forgotten
EDIT: I have another issue. I can't seem to get the virtual keyboard to work - it appears fine I can open and close it, change colors, switch between the two screens, but no characters appear if I try typing with it.
I did add the lines from the virtual keyboard mapper file, i even tried removing everything else to make sure nothing was conflicting - it still doesn't work.
EDIT2: Still can't get the virtual keyboard to work, but warcraft works.
I also made a .gpe script for use with the file selector in gmenu2x, that lets you run dosbox with any .conf without having to make a .gpe for each. If people are interested in it, I'll share it, just ask. It's a very simple script (not that I have skills to make advanced ones :lol
Last edited by a moderator: