PDA

View Full Version : Body Slam Wrestling


Office_Monk
24-05-2006, 12:13 PM
Hi there

I finally obtained a copy (thanks eBay) of my holy grail: Body Slam Wrestling.

Thing is, this is the weirdest installation I ever saw: it uses a batch-file to create a directory on c: for some stuff. So far so good. Then it keeps saying it can't fight a sound configuration, even after I manually define one with setsound and save it.

I tried dosbox and vdmsound: both give sound in the cd-menu, but then complain about it and won't launch the game. Also tried the set blaster variable...

I even copied the dir to my hd, then it complains about fail init :(

Damn, I finally have the game I was missing and can't play it :cry: :help:

The Fifth Horseman
24-05-2006, 12:34 PM
Retype the _exact_ error messages into here.

Office_Monk
24-05-2006, 12:48 PM
Error with dosbox:
No sound configuration file found. Please press any key to run sound setup
Press any key to continue...

(I oblige, run setup, save, exit... Same error as above)


Error with vdmsound: used to be the same as above, now: blackscreen.

After copying entire cd to c: and running with vdmsound:
wrong path or filename (working with batch-files is long ago for me, but I don't see references that have changed now)

The Fifth Horseman
24-05-2006, 01:27 PM
Did the game create any config file after running the setup? What is its filename?
Try displaying the command line switches one can use when running the game.
I had a similar (not exactly the same, but pretty close) thing with Pinball Illusions (the very same version now on Abandonia), and using a command line switch to set a different filename for the config has fixed it in a pinch.

Office_Monk
24-05-2006, 01:46 PM
Originally posted by the_fifth_horseman@May 24 2006, 03:27 PM
Did the game create any config file after running the setup? What is its filename?
Try displaying the command line switches one can use when running the game.
I had a similar (not exactly the same, but pretty close) thing with Pinball Illusions (the very same version now on Abandonia), and using a command line switch to set a different filename for the config has fixed it in a pinch.
It should create "eation.cfg" in the folder c:\bodyslam

However it doesn't...

The installer is a batchfile:
bodyslam.bat here's what's in it:
echo off
CD BODYMENU
INTRO.EXE
BODY1.BAT

here's body1.bat (the cd has 2 other demo's):
@echo off
:repeat
:start
@echo off
cd\bodymenu
cls
go
if errorlevel 4 goto manual
if errorlevel 3 goto pyscho
if errorlevel 2 goto ice
if errorlevel 1 goto body
goto exit

:manual
cd\
view
goto end

:body
@echo off

if not exist c:\bodyslam\eation.cfg goto error
cd \bslam\final
msub
init
if exist c:\bodyslam\names.txt goto skip
copy names.txt c:\bodyslam
:skip
tag
cd\bslam
pause
goto end

:error

@echo No sound configuration file found - Press any key to run sound setup.
pause
@echo off
cd\bslam\final
msub
init
if exist c:\bodyslam\names.txt goto skip2
copy names.txt c:\bodyslam
:skip2
soundset
if not exist c:\bodyslam\eation.cfg goto error
tag
cd..
pause
goto end


:pyscho
if not exist c:\windows\system.ini goto nowindows
if not exist c:\windows\psychotr.grp goto install

echo Psychotron Demo Loading...
runpsyc.exe
pause
goto end

:nowindows
echo.
echo Microsoft Windows required on Drive C
echo to run Psychotron Demo from this Menu
echo To Install from another Directory
echo Type WIN D:\PSYINST.EXE
echo where D:\ = is your CD ROM Drive
echo.
pause
goto end

:install
echo.
echo Psychotron Demo Installation
echo.
echo.
echo.
echo For best results please install a 256 colour screen driver for windows
echo.
echo Please refer to windows manual for detailed instructions.
echo.
echo.
pause
win \psyinst
pause
goto end

:ice
echo Ice Hockey Demo
echo ** THIS DEMO REQUIRES 8MEG OF RAM **
pause
cd\ice
call ice
pause

:end
goto repeat

:exit
CD\
echo.
echo.

and here's setsound.bat:
@echo off
cd final
msub
init
if not exist c:\bodyslam\names.txt copy names.txt c:\bodyslam
soundset
if not exist c:\bodyslam\eation.cfg goto error
tag
cd..
goto end

:error
@echo No sound configuration file found - please run the sound setup again.
cd..

:end

Office_Monk
24-05-2006, 02:23 PM
Found a way to play the game with vdmsound:

Picking the batch-file from it's gamedir on the cd. This way it let's me play without sound.

Tried with dosbox and it wouldn't work this way (keeps returning to sound config).

Tried copying the gamedir and then play: it hangs in it's setsound.

edit: it even runs in XP... I guess the game NEEDS the setblaster environment in autoexec.bat to recognize sound... Since XP doesn't have this I'll have to play silent.