VOGONS

Common searches


First post, by pitoloko

User metadata
Rank Newbie
Rank
Newbie

Hi.

I just prepared a bootable Windows 3.1 to run this game with DOS-BOX. The problem is that if I press spacebar key to put the game FMV's in fullscreen mode, it losses sound, and the sound is NOT restored when pressing spacebar key again to restore default FMV size. So I can't play fullscreen this game.

I don't know whether it can be a DOS-BOX problem, or maybe a Windows 3.1 problem. Any ideas?.

Here is my full configuration file:

# This is the configurationfile for DOSBox 0.74. (Please use the latest version of DOSBox)

[sdl]
fullscreen=true
fulldouble=false
fullresolution=original
windowresolution=original
output=overlay
autolock=false
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper-0.74.map
usescancodes=true

[dosbox]
machine=svga_s3
captures=capture
memsize=16

[render]
frameskip=0
aspect=false
scaler=hq2x

[cpu]
core=auto
cputype=auto
cycles=auto
cycleup=10
cycledown=20

[mixer]
nosound=false
rate=44100
blocksize=1024
prebuffer=20

[midi]
mpu401=intelligent
mididevice=default
midiconfig=

[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100

[gus]
gus=false
gusrate=44100
gusbase=240
gusirq=5
gusdma=3
Show last 65 lines
ultradir=C:\ULTRASND

[speaker]
pcspeaker=true
pcrate=44100
tandy=auto
tandyrate=44100
disney=true

[joystick]
joysticktype=auto
timed=true
autofire=false
swap34=false
buttonwrap=false

[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled

[dos]
xms=true
ems=true
umb=true
keyboardlayout=auto

[ipx]
ipx=false

[autoexec]
@Echo OFF

:: Volume mount
Mount "C" ".\The Daedalus Encounter" -T "dir"
ImgMount "D" ".\The Daedalus Encounter (CD-ROM)\The Daedalus Encounter (Disk 1 of 3).iso" -T "iso"
ImgMount "E" ".\The Daedalus Encounter (CD-ROM)\The Daedalus Encounter (Disk 2 of 3).iso" -T "iso"
ImgMount "F" ".\The Daedalus Encounter (CD-ROM)\The Daedalus Encounter (Disk 3 of 3).iso" -T "iso"

:: Configure Windows
CLS
C:\
REM AUTOEXEC.BAT
REM SET SOUND=C:\SB16
REM SET BLASTER=A220 I7 D1 H5 P330 T6
REM SET MIDI=SYNTH:1 MAP:X
REM C:\SB16\DIAGNOSE /S
REM C:\SB16\MIXERSET /P /Q
C:\WINDOWS\SMARTDRV.EXE
PATH C:\WINDOWS;
SET TEMP=C:\WINDOWS\TEMP

:: Run game
CD C:\DAEDALUS
DAEDALUS.exe

:: Clean
CLS
Mount -U "C"
Mount -U "D"
Mount -U "E"
Mount -U "F"

Exit /B 0