|
| Author |
Message |
BattleDroid42
|
Post subject: Modifying Sounds? Posted: March 31st, 2009, 3:31 am |
|
 |
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 |
|
 |
Sporkinator
|
Post subject: Re: Modifying Sounds? Posted: March 31st, 2009, 12:52 pm |
|
 |
| 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 |
|
 |
BattleDroid42
|
Post subject: Re: Modifying Sounds? Posted: March 31st, 2009, 7:18 pm |
|
 |
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 |
|
 |
tesla_trooper
|
Post subject: Re: Modifying Sounds? Posted: April 1st, 2009, 6:56 am |
|
 |
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 |
|
 |
BattleDroid42
|
Post subject: Re: Modifying Sounds? Posted: April 5th, 2009, 4:37 pm |
|
 |
Joined: March 6th, 2009, 3:06 am Posts: 231 Location: Republic Command Post
|
|
|
YAY Problem Solved  Appearently ther is a mnu_click and a mnu_clik I just saved the sound as both
|
|
| Top |
|
 |
SnakeEye
|
Post subject: Re: Modifying Sounds? Posted: 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 |
|
 |
RoTaToR
|
Post subject: Re: Modifying Sounds? Posted: 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 |
|
 |
Sporkinator
|
Post subject: Re: Modifying Sounds? Posted: January 26th, 2010, 12:53 am |
|
 |
| 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. 
|
|
| Top |
|
 |
BattleDroid42
|
Post subject: Re: Modifying Sounds? Posted: April 11th, 2010, 6:17 pm |
|
 |
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 |
|
 |
TerrorBlades
|
Post subject: Re: Modifying Sounds? Posted: 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 |
|
 |
Sporkinator
|
Post subject: Re: Modifying Sounds? Posted: June 6th, 2010, 10:29 pm |
|
 |
| 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 |
|
 |
TerrorBlades
|
Post subject: Re: Modifying Sounds? Posted: 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 |
|
 |
Sporkinator
|
Post subject: Re: Modifying Sounds? Posted: June 7th, 2010, 5:11 am |
|
 |
| 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 |
|
 |
TerrorBlades
|
Post subject: Re: Modifying Sounds? Posted: 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 |
|
 |
Mr. Spock
|
Post subject: Re: Modifying Sounds? Posted: 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 |
|
 |
|
|