Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!
You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!
--------------------------------
BRES
--------------------------------
char "bres"
dword 0xFEFF
dword EOF (File Size)
word Pointer to root section [2]
word Number of Sections [2] (Includes 'root' section)
ROOT HEADER:
char "root"
dword Full header section size [4]
//MASTER TABLE INDEX:
dword Master Table Pointer Section Size (seems to be first Table Entry only)
dword # of Master Table Entries + 1 [4] (One Table entry for each Section 'type' +1 for 'Root') [So 9 TEX0's would only warrant 1 Table Entry]
//Hex Workshop Structures//
//SSBB brres//
#include "standard-types.hsl"
#pragma byteorder(big_endian)
#pragma maxarray(65536)
#pragma Hide()
struct IndexEntry
{
dword pString; //Folder Name
dword pFileTable; //Root indexes Table
word unknown;
word unknown;
word unknown;
word unknown;
};
#pragma Show()
struct Main
{
char ID[4]; //'bres'
dword xFEFF;
dword FileSize;
word pRoot; //Pointer to 'root'
word SectionNumber; //Includes root
struct Index
{
char ID[4]; //'Root'
dword HeaderSize;
dword IndexSize;
dword FileTableNumber; //indexing file by folder
struct IndexTable
{
word xFF; //Always
word x00; //Always
word Index;
word unknown;
dword unknown;
dword unknown;
word x006D; //Always
word unknown;
word unknown;
word unknown;
struct IndexEntry Entries[Index];
};
};
};
I has modchipz!!! I will test your texture too.I may upload pics of the textures later.After I reinstall the Homebrew Channel,that is...Hey Andou, did you get your modchip fixed or w/e today?
If so, test out my waddle doo tex. plz if you still have it.
Mine still has yet to arrive at my doorstep.
THAT,my friends,was most likely done using the TEXTURE SWAP code for WiiRD (Ocarina and USB Gecko)I've been seeing a lot of things like this at Brawl Snapshots: http://www.brawlsnapshots.com/snapshots/45148?search=hack
Are they doing the same thing or at least something similar to what you're doing?
Yes they are freezing...I sent the final PCS of my costumes to Pharrox.If he says they are messed up I will have to remake them.If he says the PCS files are fine,then IDK what is messing up on me.Are they freezing?
EDIT: Wait, maybe you need the PAC as well?
They've already made a Shadow Mario. It looks more like Ice Mario because of limitations though.If you can do Dark Samus from metroid prime 2 that will be awesome!! :O
Or Shadow with sonic
Or shadow mario from mario sunshine!
Or White Falco with a brown peck and wear all black that will be so cool
Bowser looked beyond amazing.They've already made a Shadow Mario. It looks more like Ice Mario because of limitations though.
http://www.youtube.com/watch?v=X5uAq8Ys8G0
dat tanks. big timeYes they are freezing...I sent the final PCS of my costumes to Pharrox.If he says they are messed up I will have to remake them.If he says the PCS files are fine,then IDK what is messing up on me.
-I used WiiScrubber-If you're inserting with Trucha, use WiiScrubber instead
-Always burn the disk at 4x write speed to reduce errors
-If you don't already, use Imgburn to burn the disk, it's the best iso handler
-It could be low quality DVD's. If you keep having problems try Verbatim and see if it works
-Try burning it without multiples of any character (only burn 1 of the 2 Marths for example)
That's really all I could think of. You've got the hard part done correctly, now it seems theres just some simple problem with getting it to the disk. You say it freezes. How far do you get before it freezes, and when it does, do you have to unplug your Wii or hold down the power button to get it working again?