Index ⇒ Games Support ⇒ Battlezone II start up prob..

Trouble playing a game? Game not running well? Ask help here.

Moderator: LW Moderator

Battlezone II start up prob..

Postby Felix » Tue Mar 08, 2005 3:04 pm

when I started it up I got an error with some file called bzone.sym ... and then it quits..... does anyone have this prob?
T E <=block of text
X T
User avatar
Felix
Addicted Member
 
Posts: 103
Joined: Sat Jan 15, 2005 10:39 am
Location: Farther than you think...
Thanks: 0
Thanked: 0 time in 0 post

Postby hfric » Tue Mar 08, 2005 11:45 pm

you mean the rip version or the iso version
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Image
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ஜ۩۞۩ஜ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
User avatar
hfric
3DSL Moderator
 
Posts: 5003
Joined: Sun Jan 09, 2005 2:51 am
Thanks: 131
Thanked: 569 times in 482 posts

Postby Felix » Wed Mar 09, 2005 12:22 am

hehe.. I'm talking about the one on the site.... and it doesn't seem to unpack properly either... :?
T E <=block of text
X T
User avatar
Felix
Addicted Member
 
Posts: 103
Joined: Sat Jan 15, 2005 10:39 am
Location: Farther than you think...
Thanks: 0
Thanked: 0 time in 0 post

Postby black » Wed Mar 09, 2005 12:27 am

did samething for me :x
User avatar
black
Super Member
 
Posts: 831
Joined: Sat Oct 30, 2004 5:27 pm
Location: Newfoundland
Thanks: 2
Thanked: 0 time in 0 post

Postby Felix » Wed Mar 09, 2005 1:28 am

yeah the unpack.bat is a little screwy.... there's a lot of typos too...
T E <=block of text
X T
User avatar
Felix
Addicted Member
 
Posts: 103
Joined: Sat Jan 15, 2005 10:39 am
Location: Farther than you think...
Thanks: 0
Thanked: 0 time in 0 post

Postby GabeLogan » Sun Mar 13, 2005 8:18 am

ok so we now know who that there is a problem with the download that were all having. does anyone know how to fix it? :(
GabeLogan
Newbie
 
Posts: 2
Joined: Sun Mar 13, 2005 8:10 am
Thanks: 0
Thanked: 0 time in 0 post

Postby black » Sun May 15, 2005 9:26 pm

someone plz fix the unpack.bat please

@echo off

if not "%_4VER%"=="" goto CONVERT
4dos.com /e:2048 /d /c %0
echo.
goto END

:CONVERT
alias wunpack = "%_cwd\wunpack.exe"

for /R %x in (*.mp3) do (

if exist "%@name["%x"].wav" del "%@name["%x"].wav" >nul
echos converting %x
rename "%x" backlash.mp3 >nul

wunpack backlash.mp3 backlash.wav > nul

iff exist backlash.wav then
rename backlash.wav "%@name["%x"].wav" >nul
del backlash.mp3 >nul
echo ... done
else
rename backlash.mp3 "%x" >nul
echo ... failed
endiff
)
unalias wunpack
rewav.com
cls
cd WAV
del *.wav > nul
cd ..

:END
User avatar
black
Super Member
 
Posts: 831
Joined: Sat Oct 30, 2004 5:27 pm
Location: Newfoundland
Thanks: 2
Thanked: 0 time in 0 post

Postby loki1985 » Tue May 17, 2005 2:08 pm

this will most propably not work, since it makes use of 4DOS.EXE which i think doesn't run in Windows 2000/XP...

all you have to do is to convert all .MP3-files to WAV files using e.g. RazorLame plus Lame.

after that, delete the MP3's and run REWAV.COM....

be sure to use some good conversion tool, not some big media player like WinAMP or this like.... RazorLame or CDex should do fine...
User avatar
loki1985
Super Member
 
Posts: 925
Joined: Fri Jun 18, 2004 8:58 am
Location: South of Heaven
Thanks: 1
Thanked: 5 times in 4 posts

Postby crop » Fri May 20, 2005 6:13 pm

Tried that and I have xp, still wont load.
crop
Member
 
Posts: 47
Joined: Tue Apr 12, 2005 8:13 pm
Thanks: 0
Thanked: 0 time in 0 post

Postby AtoMiC_PoTaTo » Tue Jul 05, 2005 3:30 am

Bumping to let you know that I'm working on a rip of this game, should be ready soon ;).
User avatar
AtoMiC_PoTaTo
Super Member
 
Posts: 491
Joined: Fri Aug 13, 2004 10:21 pm
Location: Quebec - Canada
Thanks: 0
Thanked: 5 times in 5 posts

Postby dead-meat » Tue Jul 05, 2005 9:50 am

Dunno what this thread is about, and don't wanna read all that stuff but something cought my eye quite fast. There's a mistake in your unpack process..

Code: Select all
iff exist backlash.wav then
rename backlash.wav "%@name["%x"].wav" >nul


should be more like

Code: Select all
if exist backlash.wav then
rename backlash.wav "%@name["%x"].wav" >nul


shouldn't it?
dead-meat
Super Member
 
Posts: 1529
Joined: Fri Jun 18, 2004 1:20 pm
Thanks: 0
Thanked: 3 times in 3 posts

Postby black » Tue Jul 05, 2005 2:35 pm

ill redownload it dead-meat then fix that error see if it worksImage
User avatar
black
Super Member
 
Posts: 831
Joined: Sat Oct 30, 2004 5:27 pm
Location: Newfoundland
Thanks: 2
Thanked: 0 time in 0 post

Postby loki1985 » Tue Jul 05, 2005 2:40 pm

@black: convert the script to use lame instead, cause 4dos won't work on win2k/XP....

btw: this smiley makes my eyes bleed. i will never be abled to look into the sunset :(
User avatar
loki1985
Super Member
 
Posts: 925
Joined: Fri Jun 18, 2004 8:58 am
Location: South of Heaven
Thanks: 1
Thanked: 5 times in 4 posts

Postby black » Tue Jul 05, 2005 3:11 pm

loki1985 wrote:@black: convert the script to use lame instead, cause 4dos won't work on win2k/XP


what you mean convert the script to use lame
User avatar
black
Super Member
 
Posts: 831
Joined: Sat Oct 30, 2004 5:27 pm
Location: Newfoundland
Thanks: 2
Thanked: 0 time in 0 post

Postby loki1985 » Tue Jul 05, 2005 3:46 pm

lame = commandline MP3 encoder/decoder
User avatar
loki1985
Super Member
 
Posts: 925
Joined: Fri Jun 18, 2004 8:58 am
Location: South of Heaven
Thanks: 1
Thanked: 5 times in 4 posts

Next

Return to Games Support

Who is online

Users browsing this forum: No registered users and 2 guests