Okay....
Firstly, Thank you alllllllllll who contributed to this thread, you've got me running a game I've missed for so very very long...
EDIT: I posted this after testing the game, but then after playing it a little more I realise VMDS seems to make it crash and random things, so I'm going back to everything that was said before...
TRY THIS AT YOUR OWN RISK IF YOU WANT, BUT I RECOMMEND BACKING UP YOUR ARENA.BAT if you are thinking about editing it. I think I'll just start a new post and see if anyone has any ideas about the sound...
---------------------------------
The man called Joe! I had exactly the same problem as you, got everything working (including music) FINE except the sound....
Here's what I did..
1) Download and install the newest version of VMDSound. I know the purpose of this thread was to get it working without, but this worked for me...
2) SAVE YOUR CURRENT ARENA.BAT FILE AS A BACKUP. SOMEWHERE. ANYWHERE. JUST IN CASE.
3) Make new Arena.bat in notepad or whatever with this as the line:
@A -sa:220 -si:7 -sd:1 -ma:220 -mq:7 -md:1 -ssbpdig.adv -msbfm.adv
4) Run Arena.bat by RIGHT CLICKING on it and selecting "Run with VDMS..." That should now be an option once having installed - from step 1.
5) Now that worked for me for sound. Might wanna play around with the install options if it doesn't for you, fiddle with it to set it to soundblaster pro or something...
6) Let me guess, your mouse don't work. Take the
LH c:\dos\mousectl.com 4,5,6,7,9,10,11,12
line from your c:\dos\autoexec.bat (or wherever you stuck the dos files from the beginning, and add it somewhere into the Autoexec.VDMS in your c:\program files\vdmsound (or wherever you installed VDMS...)
It should now look like this:
@echo off
REM Free up some environment space
set classpath=
set include=
set lib=
set msdevdir=
LH c:\dos\mousectl.com 4,5,6,7,9,10,11,12REM Install CD ROM extensions - to enable, uncomment the line immediately below:
REM lh %SystemRoot%\system32\mscdexnt.exe
REM Install DPMI support
lh %SystemRoot%\system32\dosx.exe
The bolded is the important line. It runs the mouse program earlier in the thread WITH VDMS. Now simply go back to your original Arena.bat, and run with VDMS...
Worked great for me...