Difference between revisions of "BrawlBox"

From Custom Mario Kart
Jump to navigation Jump to search
m (Protected "BrawlBox" (‎[edit=sysop] (expires 14:25, 29 July 2013 (UTC)) ‎[move=sysop] (expires 14:25, 29 July 2013 (UTC))))
m
(22 intermediate revisions by 15 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
        |fileformat2=BRSAR
+
|fileformat10=BRSAR
|version=v0.68d
+
|version=v0.78 Hotfix 1
|video=
+
|video=
|download=http://forums.kc-mm.com/Gallery/BrawlView.php?Number=32721
+
|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.68, allows editing BRSAR files. A BRSAR file stores sounds such as character voices, and menu sounds.
+
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]].
 
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 compress SZS files (but it can open them!).
+
; brawltools @ github.com/libertyernie/brawltools
== Source Code and Downloads==
+
* [https://github.com/libertyernie/brawltools Project Home]
 
+
* [https://github.com/libertyernie/brawltools/releases Downloads]
; brawltools2 @ code.google.com
+
<br clear="all">
* [http://code.google.com/p/brawltools2/ Project Home]
 
* [http://code.google.com/p/brawltools2/downloads/list Downloads]
 
  
<br clear=all/>
 
 
{{Template:Custom Track Tutorial}}
 
{{Template:Custom Track Tutorial}}
[[category:Stub]][[category:Software]]
+
[[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