Battlezone 1

Community Forum
Home Page * Home Page Home Page Home Page
  Register
Login 
View unanswered posts View active topics

Delete all board cookies

Contact Us | All times are UTC + 1 hour [ DST ]




Home Page Home Page  [ 15 posts ] 
 
Previous topic | Next topic 
Author Message
Offline 
 Post subject: Modifying Sounds?
PostPosted: 31 Mar 2009, 05:31 
User avatar
stratter :)

Joined: 06 Mar 2009, 05:06
Posts: 194
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 31 Mar 2009, 14:52 
User avatar
single player fanatic

Joined: 01 Jun 2008, 23:16
Posts: 2025
Location: Luna's Dark Side Fear the razor-sharp edges of the heavy metal spork!
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: 31 Mar 2009, 21:18 
User avatar
stratter :)

Joined: 06 Mar 2009, 05:06
Posts: 194
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 01 Apr 2009, 08:56 
User avatar
unknown

Joined: 19 Mar 2009, 07:26
Posts: 97
Location: ARGENTINA (SORRY ABOUTH MY ENGLISH )
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 05 Apr 2009, 18:37 
User avatar
stratter :)

Joined: 06 Mar 2009, 05:06
Posts: 194
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 25 Jan 2010, 11:43 
User avatar
stratter :)

Joined: 06 Nov 2009, 00:17
Posts: 259
Location: Kristianstad, 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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 26 Jan 2010, 01:13 
User avatar
sniper

Joined: 30 Mar 2008, 17:49
Posts: 234
Location: Under your bed...
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 26 Jan 2010, 02:53 
User avatar
single player fanatic

Joined: 01 Jun 2008, 23:16
Posts: 2025
Location: Luna's Dark Side Fear the razor-sharp edges of the heavy metal spork!
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: 11 Apr 2010, 20:17 
User avatar
stratter :)

Joined: 06 Mar 2009, 05:06
Posts: 194
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 06 Jun 2010, 23:48 
stratter :)

Joined: 06 Jun 2010, 10:19
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 07 Jun 2010, 00:29 
User avatar
single player fanatic

Joined: 01 Jun 2008, 23:16
Posts: 2025
Location: Luna's Dark Side Fear the razor-sharp edges of the heavy metal spork!
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: 07 Jun 2010, 06:46 
stratter :)

Joined: 06 Jun 2010, 10:19
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 07 Jun 2010, 07:11 
User avatar
single player fanatic

Joined: 01 Jun 2008, 23:16
Posts: 2025
Location: Luna's Dark Side Fear the razor-sharp edges of the heavy metal spork!
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: 07 Jun 2010, 11:15 
stratter :)

Joined: 06 Jun 2010, 10:19
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 E-mail  
 
Offline 
 Post subject: Re: Modifying Sounds?
PostPosted: 07 Jun 2010, 12:40 
stratter :)

Joined: 20 Aug 2007, 14:17
Posts: 2120
Location: Zagreb, Croatia
I suggest using this proggy for opening Command Window. It simplifies everything (XP only). :)


Top
 Profile E-mail  
 
Search for:
Display posts from previous:  Sort by  
Home Page Home Page  [ 15 posts ] 

Contact Us | All times are UTC + 1 hour [ DST ]


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:  

cron
Donate Now
Donate Now


Powered by Skin-Lab © Alpha Trion
Hosted by FreeForums.org | Create a free forum