Battlezone 1

Community Forum
Home Page Home Page Home Page
  Register
Login 

Delete all board cookies


Contact Us | All times are UTC



Welcome
Welcome to Battlezone 1 Forum!

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!


Home Page Home Page  [ 15 posts ] 
 
Previous topic | Next topic 
Author Message
Offline 
 Post subject: Modifying Sounds?
PostPosted: March 31st, 2009, 3:31 am 
User avatar

Joined: March 6th, 2009, 3:06 am
Posts: 231
Location: Republic Command Post
This may sound strange but i want the BZ Computer version menus to sound like the N64 versions menus. but I have a problem, the file called mnu_click from the Bzone.zfs wont accept the replacement in my Battlezone addon folder, however other sounds like mnu_next are replaced just fine... Any ideas why it wont let me replace the one crucial sound :?


Top
 Profile  
 
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: March 31st, 2009, 12:52 pm 
User avatar
senior member

Joined: June 1st, 2008, 9:16 pm
Posts: 3679
What's the problem? Any sound you put can work, but make sure it's 11025 Hz, 8 bit, Mono just play it safe. Zip your N64 sound files and host them and I can help solve the problem. So what happens? UE? Explain more.


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: March 31st, 2009, 7:18 pm 
User avatar

Joined: March 6th, 2009, 3:06 am
Posts: 231
Location: Republic Command Post
Sporkinator wrote:
What's the problem? Any sound you put can work, but make sure it's 11025 Hz, 8 bit, Mono just play it safe. Zip your N64 sound files and host them and I can help solve the problem. So what happens? UE? Explain more.


thanks but that pretty much sums up the problem, I probably need to change the bit rate and switch it to mono. Nothing happens when it dosent work it just plays the old sound. :)


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: April 1st, 2009, 6:56 am 
User avatar

Joined: March 19th, 2009, 5:26 am
Posts: 97
Location: ARGENTINA (EPIC STRATER)
I ALSE HAVE PROBLEMS INTALLING A MAP PACK WHO CHANGED MY STOCK SOUND , THAS WAS TERRIBLE , I HAD TO RE INSTALL THE ENTERY GAME


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: April 5th, 2009, 4:37 pm 
User avatar

Joined: March 6th, 2009, 3:06 am
Posts: 231
Location: Republic Command Post
YAY Problem Solved :D Appearently ther is a mnu_click and a mnu_clik I just saved the sound as both


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: January 25th, 2010, 9:43 am 

Joined: November 5th, 2009, 10:17 pm
Posts: 570
Location: Åhus, Sweden
Re: Modifying Sounds?
i have done it with a few files, like when i drive, instead of having this boring sound i added sound from a v8 engine!!!


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: January 25th, 2010, 11:13 pm 

Joined: March 30th, 2008, 3:49 pm
Posts: 459
Location: Wherever there is cake
SnakeEye wrote:
Re: Modifying Sounds?
i have done it with a few files, like when i drive, instead of having this boring sound i added sound from a v8 engine!!!
Bahha

Could you post that sound? I wanna be a BZ redneck for a day. xD


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: January 26th, 2010, 12:53 am 
User avatar
senior member

Joined: June 1st, 2008, 9:16 pm
Posts: 3679
I have a custom eject sound. I ripped it from the intro video where he says "I'm in trouble... I gotta eject!". The stock sound was annoying me by being overly loud and long whenever I am ejected from my ship.

I also recorded my own versions of all the sounds a pilot makes, but they aren't as good as the stock sounds. :lol:


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: April 11th, 2010, 6:17 pm 
User avatar

Joined: March 6th, 2009, 3:06 am
Posts: 231
Location: Republic Command Post
lol old post I found, anyway I made my sniper sound the same from Perfect Dark or Goldeneye so It's silenced!


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: June 6th, 2010, 9:48 pm 

Joined: June 6th, 2010, 8:19 am
Posts: 4
Hay Guy's i could really get some help with extracting all the sounds from BZ! Any one know any way?


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: June 6th, 2010, 10:29 pm 
User avatar
senior member

Joined: June 1st, 2008, 9:16 pm
Posts: 3679
You need to extract bzone.zfs using the UNZFS tool, which can be found here.

Copy bzone.zfs from your BZ folder to another location, such as a folder on your desktop. Place UNZFS.exe in the folder with that file. Then, via the command prompt, navigate to that folder using CD command. For me, that would be something like this:
Code:
CD C:\Documents and Settings\Sporkinator\Desktop\bzone
Then, type this command to extract bzone.zfs:
Code:
unzfs -u bzone.zfs
Alternatively you can just create a batch file (such as "extract.bat") with the extract command and place it in the folder with UNZFS.exe and bzone.zfs and just run it. Once you do that, you will have all the files extracted, including all the audio clips from the game.


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: June 7th, 2010, 4:46 am 

Joined: June 6th, 2010, 8:19 am
Posts: 4
Sporkinator wrote:
You need to extract bzone.zfs using the UNZFS tool, which can be found here.

Copy bzone.zfs from your BZ folder to another location, such as a folder on your desktop. Place UNZFS.exe in the folder with that file. Then, via the command prompt, navigate to that folder using CD command. For me, that would be something like this:
Code:
CD C:\Documents and Settings\Sporkinator\Desktop\bzone
Then, type this command to extract bzone.zfs:
Code:
unzfs -u bzone.zfs
Alternatively you can just create a batch file (such as "extract.bat") with the extract command and place it in the folder with UNZFS.exe and bzone.zfs and just run it. Once you do that, you will have all the files extracted, including all the audio clips from the game.


Oh Great Thanks’! But whenever I start the program it just shuts its self down really quick! I cannot click or type anything mush less see what it sees.


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: June 7th, 2010, 5:11 am 
User avatar
senior member

Joined: June 1st, 2008, 9:16 pm
Posts: 3679
It's a command-line application, you don't start it directly by clicking on it, you have to give it parameters. This is typically done via command prompt or batch file.

Start --> Run --> cmd

Now you have a command prompt window to enter commands in.

After browsing to the folder using the command prompt (CD <directory>), you actually run UNZFS by typing "unzfs -u bzone.zfs"

"-u" and "bzone.zfs" are 2 things UNZFS needs to know in order to actually do something. :)


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: June 7th, 2010, 9:15 am 

Joined: June 6th, 2010, 8:19 am
Posts: 4
Sporkinator wrote:
It's a command-line application, you don't start it directly by clicking on it, you have to give it parameters. This is typically done via command prompt or batch file.

Start --> Run --> cmd

Now you have a command prompt window to enter commands in.

After browsing to the folder using the command prompt (CD <directory>), you actually run UNZFS by typing "unzfs -u bzone.zfs"

"-u" and "bzone.zfs" are 2 things UNZFS needs to know in order to actually do something. :)


Awww ok! Thank you! This is awesume! Really thank you ^^ it works now ^^!


Top
 Profile  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: June 7th, 2010, 10:40 am 
senior member

Joined: August 20th, 2007, 12:17 pm
Posts: 3133
Location: Zagreb, Croatia
I suggest using this proggy for opening Command Window. It simplifies everything (XP only). :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Home Page Home Page  [ 15 posts ] 

Contact Us | All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  

Donate Now
Donate Now


Powered by Skin-Lab © Alpha Trion
suspicion-preferred