Difference between revisions of "BrawlBox"

From Custom Mario Kart
Jump to navigation Jump to search
m
m (Fixed errors.)
 
(50 intermediate revisions by 25 users not shown)
Line 1: Line 1:
 +
<div class="float-right">
 
{{Software-Info
 
{{Software-Info
|name=BrawlBox
+
|name=BrawlBox
|creator=[[User:Kryal|Kryal]]
+
|creator=Kryal, BlackJax96, libertyernie, Sammi Husky
|fileformat=PAC
+
|fileformat=PAC
|fileformat2=PCS
+
|fileformat1=PCS
|fileformat3=BRRES
+
|fileformat2=BRRES
|fileformat4=MDL0
+
|fileformat3=MDL0
|fileformat5=TEX0
+
|fileformat4=TEX0
|fileformat6=CHR0
+
|fileformat5=CHR0
|fileformat7=PAT0
+
|fileformat6=PAT0
|fileformat8=SRT0
+
|fileformat7=SRT0
|fileformat9=CLR0
+
|fileformat8=CLR0
|fileformat10=SHP0
+
|fileformat9=SHP0
        |fileformat11=BRSTM
+
|fileformat10=BRSAR
|version=0.65c
+
|version=v0.78 Hotfix 1
|video=
+
|video=
|download=http://www.mediafire.com/?l9309l977124p
+
|download=https://github.com/libertyernie/brawltools/releases
}}
+
}}
'''BrawlBox''' is a tool that was designed to edit the [[PAC (File Format)|PAC]], and [[PCS (File Format)|PCS]] files from [[Super Smash Bros. Brawl]]. It is also capable of creating [[BRSTM (File Format)|BRSTM]] files. As of version ''0.65b'', it has added support for [[Mario Kart Wii]]'s MDL0 version, among other things. It's useful for adding more materials and shaders to a model, and for removing the [[Harry Potter Effect]] from a [[Custom Track]] that suffers this problem. It can edit most, if not all formats that have been seen inside a [[BRRES (File Format)|BRRES]] file. However, it does not seem to support Mario Kart Wii's [[PAT0 (File Format)|PAT0]] or [[CLR0 (File Format)|CLR0]] files yet, as it uses the version from Smash Bros.
+
</div>
  
== Known Problems with Mario Kart Files ==
+
== Overview ==
*It cannot open [[SZS (File Format)|*.SZS]] files.
+
'''BrawlBox''' is a tool that was designed to edit the [[PAC (File Format)|PAC]] and [[PCS (File Format)|PCS]] files from [[Super Smash Bros. Brawl]]. It is useful for adding more materials and shaders to a model, and for removing the [[Harry Potter Effect]] from a [[custom track]] that suffers from this problem. It can edit most, if not all formats that have been seen inside a [[BRRES (File Format)|BRRES]] file.
*It doesn't handle subfiles from Mario Kart Wii very well, as they're a different version than Smash Bros'.
 
*It cannot add certain things to [[MDL0 (File Format)|v11 MDL0 files]] (the version Mario Kart Wii uses).
 
:*However, it '''can''' create v11 MDL0 files that work in Mario Kart Wii.
 
  
[[category:Stub]][[category:Software]]
+
Since version 0.68, it has been possible to edit sounds in BRSAR files. BRSAR files contain sounds like trick, boost, and character sounds.
 +
 
 +
Since version 0.77, it has been possible to add more files to the BRSAR, both in the filesystem and in internal indices, making it possible to add more slots for music and other SFX.
 +
 
 +
If you want to know more about creating a BRRES in BrawlBox, see [[Creating a BRRES with BrawlBox]].
 +
 
 +
If you want to know more about editing a BRRES in BrawlBox, see [[BrawlBox Tricks]].
 +
 
 +
== Source Code and Downloads ==
 +
; brawltools @ github.com/libertyernie/brawltools
 +
* [https://github.com/libertyernie/brawltools Project Home]
 +
* [https://github.com/libertyernie/brawltools/releases Downloads]
 +
<br clear="all">
 +
 
 +
{{Template:Custom Track Tutorial}}
 +
[[Category:Software]]

Latest revision as of 01:34, 10 January 2022

BrawlBox
Creator: Kryal, BlackJax96, libertyernie, Sammi Husky
File Formats:
Version: v0.78 Hotfix 1
Video:
Download: GitHub

Overview

BrawlBox is a tool that was designed to edit the PAC and PCS files from Super Smash Bros. Brawl. It is useful for adding more materials and shaders to a model, and for removing the Harry Potter Effect from a custom track that suffers from this problem. It can edit most, if not all formats that have been seen inside a BRRES file.

Since version 0.68, it has been possible to edit sounds in BRSAR files. BRSAR files contain sounds like trick, boost, and character sounds.

Since version 0.77, it has been possible to add more files to the BRSAR, both in the filesystem and in internal indices, making it possible to add more slots for music and other SFX.

If you want to know more about creating a BRRES in BrawlBox, see Creating a BRRES with BrawlBox.

If you want to know more about editing a BRRES in BrawlBox, see BrawlBox Tricks.

Source Code and Downloads

brawltools @ github.com/libertyernie/brawltools