<div class='quotetop'>QUOTE(the_fifth_horseman @ Aug 9 2007, 03:40 PM) [snapback]303926[/snapback]</div>
Quote:
<div class='quotetop'>QUOTE(Guest @ Aug 9 2007, 03:59 AM) [snapback]303765[/snapback]
|
Quote:
But what about windows 98?
[/b]
|
Same as for all other DOS games running under Windows : no.
[/b][/quote]
Here are my files (wolf.conf) and wolf batch to tun wolf under windows 98 SE:
----------
wolf.conf
----------
[sdl]
fullscreen=false
fulldouble=false
fullresolution=original
windowresolution=original
output=surface
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper.txt
usescancodes=true
[dosbox]
language=
machine=vga
captures=capture\wolf\
memsize=32
[render]
frameskip=0
aspect=false
scaler=normal2x
[cpu]
core=auto
cycles=3000
cycleup=500
cycledown=20
[mixer]
nosound=false
rate=22050
blocksize=2048
prebuffer=10
[midi]
mpu401=intelligent
device=default
config=
[sblaster]
sbtype=sbpro2
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050
[gus]
gus=true
gusrate=22050
gusbase=240
irq1=5
irq2=5
dma1=3
dma2=3
ultradir=C:\ULTRASND
[speaker]
pcspeaker=true
pcrate=22050
tandy=auto
tandyrate=22050
disney=true
[joystick]
joysticktype=auto
timed=true
autofire=false
swap34=false
buttonwrap=true
[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled
[dos]
xms=true
ems=true
umb=true
keyboardlayout=none
[ipx]
ipx=false
[autoexec]
# Lines in this section will be run at startup
# Would give you a E in DOSBox
# which points at E:\GAMES
mount E "E:\GAMES"
# Change at disk E
E:
# Goes to the root directory of the current drive
cd\
# Goes to the directory GAMES\wolf
cd wolf
# Run g.exe without loadfix
wolf.EXE
# Exit DosBox
exit
---------
wolf.bat
---------
dosbox -exit -conf wolf.conf