No that is not a misspell of MSBT in the title, this is in fact something different. This is my newest tool I'm working on to help make modding easier.
What is an MTB?
An fighterbanktable.mtb located in data/sound/config/ is a file that controls per costume voicebanks and sound effects. It is basically a list of internal IDs (IDs a part of the nus3bank format) that correspond to costumes.
Features:
Usage:
Example of how to add a new character voice:
Credits:
-Soneek, for research, help in coding and debugging
-SonicBrawler, for the tutorial and help beta testing
-Zarklord, for also testing
Twitters to follow if you like this project:
-Mine, https://twitter.com/jam1garner
-Soneek's, https://twitter.com/brawlbrstms
-SonicBrawler's, https://twitter.com/SonicBrawler
Edit: Here is a mirror for those asking for it https://drive.google.com/file/d/1pEaPQ3g-UtvnXojCqk2K5K8ymlTiIRYx/view?usp=sharing
What is an MTB?
An fighterbanktable.mtb located in data/sound/config/ is a file that controls per costume voicebanks and sound effects. It is basically a list of internal IDs (IDs a part of the nus3bank format) that correspond to costumes.
Features:
- Add/Remove/Copy entries.
- Quickly change the internal ID of any nus3bank
- Output all the entry data in a human readable format
- Display IDs in hex or decimal
- Input in decimal or hex (Example: 0xA5 not A5)
- Edit entry data including name, the default internal ID, the additional internal ids, and the nus3bank type
- Importing an internal ID from a nus3bank's file path
Usage:
Example of how to add a new character voice:
- Make a copy of the voice nus3bank and rename it to <originalName>_cXX.nus3bank
- Use the tool to change the internal ID of the cXX nus3bank to something unique
- Add a new entry with the name of the character (Example: for "snd_vc_Fox.nus3bank" the name would be "Fox", the default internal ID being the internal ID of the original nus3bank, fill all the IDs of the costumes you want to skip over with the default id (example: if costume c08 is going to have a unique voice c01-c07 should be the default id while c08 should have the unique id of the nus3bank with _cXX added to the name)
- Put all the files back where they belong and build the mod!
Credits:
-Soneek, for research, help in coding and debugging
-SonicBrawler, for the tutorial and help beta testing
-Zarklord, for also testing
Twitters to follow if you like this project:
-Mine, https://twitter.com/jam1garner
-Soneek's, https://twitter.com/brawlbrstms
-SonicBrawler's, https://twitter.com/SonicBrawler
Edit: Here is a mirror for those asking for it https://drive.google.com/file/d/1pEaPQ3g-UtvnXojCqk2K5K8ymlTiIRYx/view?usp=sharing
Last edited by jam1garner,