Difference between revisions of "BrawlBox"

From Custom Mario Kart
Jump to navigation Jump to search
(Updated.)
m
(46 intermediate revisions by 24 users not shown)
Line 1: Line 1:
 +
<div class="float-right">
 
{{Software-Info
 
{{Software-Info
|name=BrawlBox
+
|name=BrawlBox
|creator=[[User:Kryal|Kryal]], [[User:BlackJax|BlackJax]]
+
|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
|fileformat1=SHP0
+
|fileformat9=SHP0
|version=0.66
+
|fileformat10=BRSAR
|video=
+
|version=v0.78 Hotfix 1
|download=http://www.mediafire.com/?39pmxwtxjm8c75t
+
|video=
}}
+
|download=https://github.com/libertyernie/brawltools/releases
 +
}}
 +
</div>
 +
 
 +
== Overview ==
 
'''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'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.
 
'''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'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.
  
The most recent version, v0.66, allows editing of many model and texture animations that were not available before. This includes versions from [[Mario Kart Wii]].
+
Since version 0.68, it has been possible to edit sounds in the BRSAR. The BRSAR contains sounds like tricks, boosts, 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 indexes, 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]].
  
== Known Problems with Mario Kart Files ==
+
== Source Code and Downloads ==
*It cannot edit [[SZS (File Format)|*.SZS]] files (but it CAN decompress them).
+
; brawltools @ github.com/libertyernie/brawltools
 +
* [https://github.com/libertyernie/brawltools Project Home]
 +
* [https://github.com/libertyernie/brawltools/releases Downloads]
 +
<br clear="all">
  
[[category:Stub]][[category:Software]]
+
{{Template:Custom Track Tutorial}}
 +
[[Category:Software]]

Revision as of 15:14, 27 June 2017

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'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.

Since version 0.68, it has been possible to edit sounds in the BRSAR. The BRSAR contains sounds like tricks, boosts, 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 indexes, 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