Thread: Theme Park
View Single Post
Old 02-01-2017, 04:56 AM   #8
Ultroman
Newbie

 
Join Date: Feb 2011
Posts: 2
Default

Quote:
Originally Posted by terrormaster View Post
hou could i be this smart :brain: hehehehe i found it hou i can save the game .
i created a map in the folder theme park named save .
and voila i can save my progress now :brain:

but the sound and music i am still working on it to make it work but i hope i get it soon cuz its been 2 long since i played this when i was a kid in those good old days :-)
I've been battling the same thing myself, but I got it working. I'm using D-Fend btw. The problem was a stupid one. The standard template for Theme Park has the "Activate Sound" checkbox unchecked (in DosBox terms, I think that means the "nosound" bool is set to "true"). I just checked it, and it worked.

The whole installation process is a bit weird, too, since it doesn't create a setup-file for you to execute, when you want to make changes to the sound settings. You have to run it from the CD every time.

Here's my working DosBox config file, generated by D-Fend:

# This DOSBox configuration file was automatically created by D-Fend Reloaded.
# Changes made to this file will NOT be transfered to D-Rend Reloaded profiles list.
# D-Fend Reloaded will delete this file from temp directory on program close.

# Command line used when starting DOSBox:
# -CONF "C:\Users\Jonas\AppData\Local\Temp\Theme Park.conf" -NOCONSOLE

# Config file for profile "Theme Park"

[sdl]
fullscreen=true
fulldouble=false
fullresolution=0x0
windowresolution=original
output=overlay
autolock=false
sensitivity=100
waitonerror=true
usescancodes=true
priority=higher,normal
mapperfile=C:\Users\Jonas\D-Fend Reloaded\mapper.txt

[dosbox]
machine=vesa_oldvbe
captures=C:\Users\Jonas\D-Fend Reloaded\Capture\Theme Park\
memsize=32

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

[cpu]
core=dynamic
cputype=auto
cycles=fixed 10000
cycleup=500
cycledown=20

[mixer]
nosound=false
rate=44100
blocksize=2048
prebuffer=10

[midi]
mpu401=intelligent
mididevice=default
midiconfig=

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

[gus]
gus=true
gusrate=44100
gusbase=240
gusirq=5
gusdma=1
ultradir=C:\ULTRASND

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

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

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

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

[autoexec]
@echo off
SET PATH=Z:\
keyb US 437
mount C "C:\Users\Jonas\D-FEND~1\VIRTUA~1"
imgmount E "E:\Gamez\Old Games\Theme Park\Theme Park.iso" -t cdrom
mount D "E:\Gamez\Old Games\Theme Park\"
echo.
D:
cd\
cd
Z:\config.com -securemode > nul
call THEME.BAT
Ultroman is offline                         Send a private message to Ultroman
Reply With Quote