First post, by pitoloko
pitoloko
Offline
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=truefulldouble=falsefullresolution=originalwindowresolution=originaloutput=overlayautolock=falsesensitivity=100waitonerror=truepriority=higher,normalmapperfile=mapper-0.74.mapusescancodes=true[dosbox]machine=svga_s3captures=capturememsize=16[render]frameskip=0aspect=falsescaler=hq2x[cpu]core=autocputype=autocycles=autocycleup=10cycledown=20[mixer]nosound=falserate=44100blocksize=1024prebuffer=20[midi]mpu401=intelligentmididevice=defaultmidiconfig=[sblaster]sbtype=sb16sbbase=220irq=7dma=1hdma=5sbmixer=trueoplmode=autooplemu=defaultoplrate=44100[gus]gus=falsegusrate=44100gusbase=240gusirq=5gusdma=3
ultradir=C:\ULTRASND[speaker]pcspeaker=truepcrate=44100tandy=autotandyrate=44100disney=true[joystick]joysticktype=autotimed=trueautofire=falseswap34=falsebuttonwrap=false[serial]serial1=dummyserial2=dummyserial3=disabledserial4=disabled[dos]xms=trueems=trueumb=truekeyboardlayout=auto[ipx]ipx=false[autoexec]@Echo OFF:: Volume mountMount "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 WindowsCLSC:\REM AUTOEXEC.BATREM SET SOUND=C:\SB16REM SET BLASTER=A220 I7 D1 H5 P330 T6REM SET MIDI=SYNTH:1 MAP:XREM C:\SB16\DIAGNOSE /SREM C:\SB16\MIXERSET /P /QC:\WINDOWS\SMARTDRV.EXEPATH C:\WINDOWS;SET TEMP=C:\WINDOWS\TEMP:: Run gameCD C:\DAEDALUSDAEDALUS.exe:: CleanCLSMount -U "C"Mount -U "D"Mount -U "E"Mount -U "F"Exit /B 0
