Current version: BrawlBox v0.78Changes in v0.78 (from the Changelog.txt):
. Added a facility for writing BrawlBox plugins in Python (bboxapi). A sample plugin is included.
. Added support for more filetypes in Export All and Replace All
. Changed Export All and Replace All to create/use subfolders for children of ARC and BRES nodes
. Added multi-select support (using Ctrl or Shift buttons) to the BrawlBox tree view. If all selected nodes are CHR0 animations or individual CHR0 entries, you can launch the "Edit All Animations" dialog from the right-click menu.
. Changed the default scale value in "Edit All Animations" to from 0 to 1
. Fixed a bug where animations that were only changed because of "Edit All" weren't saved
. Added support for encoding and decoding 16-bit PCM in RSTM containers
. Added "swap RGB" and "swap alpha" options to the texture converter dialog. "Swap alpha" will be turned on automatically if there are more distinct RGB values among fully transparent pixels than among partially opaque pixels.
. Added OpenAL audio output support (if OpenAL is not available, DirectSound will be used like before)
. Added support for setting texture matrices to identity in MDL0 objects
. Fixed crashing when opening modules whose section[5] isn't the object section
. Fixed resolution and rebuilding of Prolog, Epilog, and Unresolved addresses in .rel files
. Fixed getting length of sfx data written out of order
. Fixed bug where after replacing an RSAR file and reopening the RSAR, the replaced file would show as "external"
. Fixed crash opening an RWSD with no labels
. Fixed weight editor bugs
. Fixed ADPCM encoding to match Nintendo's implementation (pull requests #59 and #68)
. Fixed bug when trying to determine the encoding of a .bfstm or .brstm file
. Fixed model import bug where bones that were not included in any skin modifier were not imported
. Fixed bug where RASD nodes found in "External" BRES folders would not allow the BRES to be saved
. Various MDL0 fixes
BrawlBox should be able to run on Unix-based OSes using Mono (run "mono ./BrawlBox.exe".)
Known bugs list:Manual reports by users:
https://github.com/libertyernie/brawltools/issues?utf8=%E2%9C%93&q=is%3AissueAutomatic reports submitted using BrawlBox:
https://github.com/BrawlBox/BrawlBoxIssues/issuesIf you have any questions/problems, post them in this thread or
here.
Source code @ GitHub