Johnl12
Repairman
Originally posted by Twisty
Okay, Ive decided to take your advice and run the game off the HDD. I made my original boot disk on my other computer which has W98 on it. I have stripped the autoexec and corresponding config of cd driver references.
[Edited by Twisty on 06-06-2001 at 10:01]
Twisty, I've just re-read this post. Your win98 bootdisk it does HIMEM.SYS and EMM386.EXE on it. WinME does not support DOS so you'll need to these files from a Win9x machine! A "Win9x Startup Disk" has all the basic files to run DOS. HIMEM.SYS and EMM386.EXE needs to run off the floppy.
DEVICE=A:\WINDOWS\HIMEM.SYS
DEVICE=A:\WINDOWS\EMM386.EXE 16384 D=64 FRAME=E000 /I=B000-B7FF RAM
SBLive needs HIMEM.SYS and EMM386.EXE to run it's SB16 Emulation.
The other drivers like the sound card, mouse, cd-rom can still run off the HDD.
This is the setting you need in the autoexec.bat to run SBLive in DOS with joystick support.
REM -------THE BELOW LINES ARE FOR THE SOUND CARD-----------
SET BLASTER=A220 I5 D1 H5 P330 T6 J200
SET CTSYN=C:\WINDOWS
SBMIXER /P /Q
C:\PROGRA~1\CREATIVE\SBLIVE\DOSDRV\SBEINIT.COM
Also, make sure you have this path C:\PROGRA~1\CREATIVE\SBLIVE\DOSDRV\
in your SET PATH line in the autoexec.bat.
You should be able to get the CD-ROM working too. While using your boot disk use the MEM command like this
mem /c > p1mem.txt
mem(space)/c(space)>(space)p1mem.txt
Notice the spaces. This will create a "detail report". Open the p1mem.txt file and post it.