Difference between revisions of "BRRES"
(Adding BrawlCrate to the Ripping Tools list since it's probably worth mentioning, a working link for BRRESViewer, and a few minor fixes.) |
m (The Mii Channel uses the SZS compression, while the Wii Shop Channel doesn't use any kind of compression.) |
||
Line 186: | Line 186: | ||
| [[Metroid: Other M]] || 11 || None | | [[Metroid: Other M]] || 11 || None | ||
|- | |- | ||
− | | [[Mii Channel]] || ? || | + | | [[Mii Channel]] || ? || SZS |
|- | |- | ||
| [[Monster Hunter Tri]] || 11 || None | | [[Monster Hunter Tri]] || 11 || None | ||
Line 342: | Line 342: | ||
| [[Wii Play: Motion]] || 11 || SZS | | [[Wii Play: Motion]] || 11 || SZS | ||
|- | |- | ||
− | | [[Wii Shop Channel]] || ? || | + | | [[Wii Shop Channel]] || ? || None |
|- | |- | ||
| [[Wii Sports]] || 9 || SZS | | [[Wii Sports]] || 9 || SZS |
Revision as of 01:15, 18 May 2022
BRRES is a common archival format for the Wii that can contain anything from models (BRMDL / MDL0), textures (BRTEX / TEX0), or animations (BRCHA / CHR0, BRSHP / SHP0, SRT0, et cetera).
Contents
Ripping Tools
There are a number of tools available for the BRRES format that are capable of viewing and exporting files into more standard common file formats.
BrawlBox
BrawlBox can edit many subfiles of the BRRES format, such as texture and animation files.
BrawlCrate
A fork of BrawlBox that adds new features and fixes bugs.
BRRESViewer
BRRESViewer can view & export models, textures and animations contained in a BRRES file.
Compressions
- None: The files have no compression and can work right away.
- Container: No compression is used on these files, but you'll need to use a hex editor to locate the "bres" headers, trim everything before that.
- AFS: An archival format mainly but not always used for sounds, programs like AFS Explorer can unpack these.
- ARC: Nintendo's common file packaging. Often uncompressed, these "U8" packages can be unpacked using a programs like ARCTool.
- CPK: CRI's compression format. Use Noesis to unpack these archives.
- FPK: An archival format used primarily for games developed by Eighting. Use FPKTool to unpack these files.
- LZSS: A standard form of compression, there is a QuickBMS script available that can decompress them.
- SZS: A secondary, often-compressed format used for Nintendo's games. Use either SZS Modifier or BrawlBox to open these files.
- ZIP: The most basic compression. Only one known game uses ZIP, and there are dozens of programs available that can be used to unpack the files within.
- Unique: Has an unusual form of compression. If there isn't a script available, a memory dump using Dolphin is usually the only other way to extract them.