Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  [1] 2 3
1  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: November 25, 2013, 05:19:55 AM
Question: If I can't convert sawndz to .bnk files anymore do I just put the .sawnd file in the sfx folder?

Post Merge: November 23, 2013, 08:04:59 AM
Question: If I can't convert sawndz to .bnk files anymore do I just put the .sawnd file in the sfx folder?

Note: I also put 24.sawnd for zelda which is her skyward sword voice in the sfx but it wasn't read.

Update your code to the latest version, v1.20
2  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: November 16, 2013, 01:49:53 AM
Go ahead, no reason for me to stop you.
3  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: November 15, 2013, 07:52:07 PM
wait are the IDs in HEX or DECIMAL? i see problems happening here with people
Decimal.
4  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: October 11, 2013, 06:16:48 PM
Sorry for inconveniencing those who previously used .bnk files, but at this point it's definitely best to simply get away from them as .sawnd is a better standard.
5  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: September 30, 2013, 12:26:05 PM
I'm having a problem. The hacks I downloaded came with .BNK files as opposed to .SAWND files, and when I clicked "create .BNK", it says, "RSBE v1.20 does not support .BNK files; you should use .SAWND files instead". Is there any way to convert .BNK files to .SAWND files instead? Or is there a different solution?

I switched from .bnk to .sawnd because no such flexibility or conversion exists for .bnk files. You should ask whoever put the soundbanks together to provide .sawnd files instead.
6  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: September 23, 2013, 09:19:37 PM
Well, there's a problem. When I reach the Wii Strap screen, it just freezes. I renamed the .sawndz and everything :/ .
What soundbank are you replacing? It's probably a file size limit issue.
7  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: September 23, 2013, 09:07:14 PM
I has a question. If I already have a .sawndz file, then I just put it in the sfx folder after using that code, will it work?
Yes.
I remember when I replaced G&W's sounds with the Paper Mario sounds, it screwed up my Falco slot, for some reason. It's cuz their sound groups are next to each other in the BRSAR.
The new version might handle this properly.
8  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: September 23, 2013, 06:11:38 PM
Sawnd files have some additional information that can be used to import them back into Super Sawndz, and they more accurately parse the group data relocation group. It's also more standardized as they've been around for years now.
9  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: September 23, 2013, 02:31:07 PM
If you have trouble with my uploaded copy then try the standard version of Super Sawndz and see if that works. http://forums.kc-mm.com/Gallery/BrawlView.php?Number=27683

The only difference is that mine still supports .bnk files (just in case) and it automatically correctly names the file for you.
10  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: September 23, 2013, 12:56:11 PM
I just updated RSBE to v1.20. This version supports native .sawnd files and does not support .bnk files. I highly recommend you update, and .bnk files are now obsolete.
11  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: September 21, 2013, 07:49:56 AM
Just updated Super Sawndz to natively create .bnk files rather than rely on the Python module. Functionally it's the exact same but it might be faster and more reliable.

.bnk files might not preserve enough information to be able to insert them back into the BRSAR, but I'll probably look into this and see if it's possible. For the time being, I recommend packaging your SFX files with both a .bnk and a .sawnd for the convenience of the user.

Post Merge: September 21, 2013, 10:20:18 AM
Disregard the last post. I rewrote RSBE to natively use .sawnd files, so .bnk files will soon be obsolete. I need to perform extensive testing to make sure it's stable, but I'll update the code pretty soon.
12  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: September 19, 2013, 01:32:21 PM
How easy was my code? This is the first time someone else has ever done something with it.

I barely touched it, really. I had the .bnk creator written in Python already so I took the (extremely) lazy route and compiled it to a .exe and hooked it in, similar to how Sawndz was hooked. I could have rewritten it in C#, but it's been sitting around for a long time so I was afraid of forgetting how some things worked and spending hours debugging.
13  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: July 26, 2013, 12:52:36 PM
ok kool any idea where i can get them? (i got no clue) Tongue

Post Merge: July 26, 2013, 12:39:13 PM
also... is it safe to leave the smashbros_sound.brsar in the sound folder? or does it even matter? cause if it doesn't matter im gonna take it out (safe space on sd card ya know) Tongue
It doesn't matter where you keep the brsar.
soundconv.exe is part of the Nintendo SDK and so I'm not allowed to provide directions on where to find it.
14  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: July 26, 2013, 12:31:02 PM
what do i do from here?

You need this files which I haven't included: sndconv.exe, dsptool.dll, soundfile.dll
15  Super Smash Bros. Brawl Hacking / Programming / Re: It's here. RSBE - Replacement SoundBank Engine "FPC 4.0" by InternetExplorer on: July 26, 2013, 12:17:56 PM
-.- oh........ ok.... looking in super sawnds... how can you replace them? i don't see a replace button anywhere...
Browse and insert.
Pages:  [1] 2 3