First post, by Guest
I am trying to run an old RPG called Yendorian Tales: Chapter 2, with VDM sound. Sadly the game itself refuses to recognize any sound device I try with vdm. It has no sound setup program, just a batch file with the following lines:
@ECHO OFF
REM SB16SET /P /Q
%SOUND%\SBFMDRV > NUL
SW.EXE %1 %2 %3 %4
%SOUND%\SBFMDRV /U > NUL
ECHO ON
Now, the FAQ on their long closed company site says the following:
"In order to get sound/music in the game, you must have a Sound Blaster (Version 1.5 or greater) or 100%
compatible.
There must be a BLASTER and SOUND environment variable set in the AUTOEXEC.BAT file. The SOUND
variable must point to the directory that contains the FM music driver."
I am at a loss as to what I need to do, as I'm using VDM sound to make it think I have a soundblaster, I don't know where I can tell SET SOUND to look for the FM driver and I'm not even sure what my hercules' FM driver is called, or if it even exists.
Never run into any problems like this before with dos games =)
Any help would be greatly appreciated, thanks =)