Home Gallery Resources The Team Rules chat Login Register
  Show Topics
Pages:  [1] 2 3
1  Help & Tutorials / Help / Game and Watch costume replacment code help on: August 04, 2011, 03:09:52 PM
This is NOT a repeat of my other topic. My other topic I already "fixed".

Hi guys! I'm using a custom code to replace game watch's 5 costumes with giga bowser and the alloys.

Code:

* 80000000 90180B48
* 80000001 90180BF8
* 60000003 00000000
* 4A001000 00000000
* 38000002 00FF1200
* 4A001001 00000000
* 38000004 FF000001
* 10000000 0000002C
* 100003C5 00010000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF1200
* 4A001001 00000000
* 38000004 FF000002
* 10000000 0000002F
* 100003C5 00010000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF1200
* 4A001001 00000000
* 38000004 FF000003
* 10000000 0000002F
* 100003C5 00010000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF1200
* 4A001001 00000000
* 38000004 FF000004
* 10000000 00000030
* 100003C5 00010000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF1200
* 4A001001 00000000
* 38000004 FF000005
* 10000000 00000031
* 100003C5 00000000
* E0000000 80008000

It works, but only for player one. Other players show up as game and watch....

Any idea how to fix?

And if anyone doesn't know this code/where to find it, here's the original.

Code:
Character/Costume Replacement (all) [spunit262]
80000000 90180B48
80000001 90180BF8
60000003 00000000
4A001000 00000000
38000002 00FFWW00
4A001001 00000000
38000004 FF0000XX
10000000 000000YY
100003C5 000Q00ZZ
E0000000 80008000
86000000 00000004
86000001 0000005C
62000000 00000000


WW=Character to replace
XX=Costume to replace
YY=New Character
ZZ=New Costume

I'll break it down some more if that's needed.
You can find WW/YY values here:
00 Mario
01 Donkey Kong
02 Link
03 Samus
04 Zero Suit Samus
05 Yoshi
06 Kirby
07 Fox
08 Pikachu
09 Luigi
0A Captain Falcon
0B Ness
0C Bowser
0D Peach
0E Zelda
0F Sheik
10 Ice Climbers
11 Popo
12 Nana
13 Marth
14 Mr. Game & Watch
15 Falco
16 Ganondorf
17 Wario
18 Metaknight
19 Pit
1A Pikmin & Olimar
1B Lucas
1C Diddy Kong
1D Charizard
1E Charizard (Trainer Independant)
1F Venasaur
20 Venasaur (Trainer Independant)
21 Squirtle
22 Squirtle (Trainer Independant)
23 Dedede
24 Lucario
25 Ike
26 Robot
27 Jigglypuff
28 Toon Link
29 Wolf
2A Snake
2B Sonic
2C Giga Bowser
2D WarioMan
2E ZakoRed
2F ZakoBlue
30 ZakoYellow
31 ZakoGreen
32 Mario

For XX and ZZ Values:
00-05 Normal 6 colors
06-0B Wario's 6 colors
0C Emerald (subspace, only some char)

Thanks for the help, anyone!
2  Help & Tutorials / Help / Question about the alloys over game and watch. on: August 01, 2011, 02:30:55 PM
http://forums.kc-mm.com/Gallery/BrawlView.php?Number=18589

Would it be possible to have this hack, but have the default costume be game and watch, but the others be the alloys and giga bowser (No wario man)?
3  Help & Tutorials / Help / Brawl disk not loading sometimes? on: July 23, 2011, 01:37:33 PM
Ok, so, I have to go do something, so I'm gonna have to be brief, I can give more details later.

Basically, my Wii runs other games fine, but most times Brawl keeps saying it can't read the disk when it gets to the character select screen after I choose my character. If that doesn't do it in, the stage select screen does. This has only started happening for like a month.
4  Help & Tutorials / Help / Character/costume replacement code help (Poke trainer's CSS ID?) on: June 10, 2011, 01:07:53 PM
Hey guys, I need more help with my CSS. So, I'm trying to do something like the CSS in this video.
<a href="http://www.youtube.com/watch?v=slbswEXhbmM&feature=related" target="_blank" class="aeva_link bbc_link new_win">http://www.youtube.com/watch?v=slbswEXhbmM&feature=related</a>


He used this code:

Code:
Character/Costume Replacement (all) [spunit262]
80000000 90180B48
80000001 90180BF8
60000003 00000000
4A001000 00000000
38000002 00FFWW00
4A001001 00000000
38000004 FF0000XX
10000000 000000YY
100003C5 000Q00ZZ
E0000000 80008000
86000000 00000004
86000001 0000005C
62000000 00000000

and pasted it over six times to cover all of ZSS's costumes

Code:
* 80000000 90180B48
* 80000001 90180BF8
* 60000003 00000000
* 4A001000 00000000
* 38000002 00FF0400
* 4A001001 00000000
* 38000004 FF000000
* 10000000 0000002E
* 100003C5 00010000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF0400
* 4A001001 00000000
* 38000004 FF000001
* 10000000 0000002F
* 100003C5 00010000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF0400
* 4A001001 00000000
* 38000004 FF000002
* 10000000 00000030
* 100003C5 00010000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF0400
* 4A001001 00000000
* 38000004 FF000003
* 10000000 00000031
* 100003C5 00010000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF0400
* 4A001001 00000000
* 38000004 FF000004
* 10000000 0000002C
* 100003C5 00000000
* E0000000 80008000
* 4A001000 00000000
* 38000002 00FF0400
* 4A001001 00000000
* 38000004 FF000005
* 10000000 0000002D
* 100003C5 00000000
* E0000000 80008000
* 86000000 00000004
* 86000001 0000005C
* 62000000 00000000

and I understand how the code works and all that. I saw a guide on what the letters mean, etc. However, the code came with this guide of IDs:

Code:
00 Mario
01 Donkey Kong
02 Link
03 Samus
04 Zero Suit Samus
05 Yoshi
06 Kirby
07 Fox
08 Pikachu
09 Luigi
0A Captain Falcon
0B Ness
0C Bowser
0D Peach
0E Zelda
0F Sheik
10 Ice Climbers
11 Popo
12 Nana
13 Marth
14 Mr. Game & Watch
15 Falco
16 Ganondorf
17 Wario
18 Metaknight
19 Pit
1A Pikmin & Olimar
1B Lucas
1C Diddy Kong
1D Charizard
1E Charizard (Trainer Independant)
1F Venasaur
20 Venasaur (Trainer Independant)
21 Squirtle
22 Squirtle (Trainer Independant)
23 Dedede
24 Lucario
25 Ike
26 Robot
27 Jigglypuff
28 Toon Link
29 Wolf
2A Snake
2B Sonic
2C Giga Bowser
2D WarioMan
2E ZakoRed
2F ZakoBlue
30 ZakoYellow
31 ZakoGreen
32 Mario

What I'm trying to figure out is, what code do I use if I want to do this with Pokemon Trainer (Because I can just select the pokemon individually with diffrent icons anyway, so he's pointless.)? I don't see him up there. I see the pokemon (Twice over with trainer independant) but not the trainer himself. Anyone?
5  Help & Tutorials / Help / ASFLink Blue CSS custom code - help! on: June 06, 2011, 04:23:31 PM
Hey, guys! I need some help. I'm using ASFLink's Blue CSS, and I want the characters in a diffrent order. Here's how they are in the original....


and here's something I put together in the custom CSS organizer, how I want them to show up.


Now, I tried using my version's pac, but the only thing that changes is the location of the random icon. So, I'm guessing his code is at fault. I tried taking off his code but then all the extra characters disapeared, screwing up the order completely.  So, anyone who knows how to change the code, please help! Here's his code...
Code:
ASF1nk's Custom CSS V2  [spunit262] [18 lines]
* 0668310C 00000030
* 387E006C 3B600000
* 3C808068 38840DE0
* 7CBB20AE 7CA50775
* 41800014 94A30004
* 3B7B0001 2C1B0032
* 4180FFE8 48000038
* 04690338 48000068
* 066900d8 00000008
* 2c170028 41820168
* 02680DE0 0022FFFF
* 06680DE0 0000002F
* 00010203 06070811
* 12091A0E 17161320
* 21260D05 14101F25
* 1B0B270C 15242218
* 0A231929 0F045D5E
* 5C4A4E40 464c5500

So yeah. Anybody who can re-arrange that to my order would be really cool.
6  Help & Tutorials / Help / Absolute basic PSA guide? on: June 05, 2011, 09:08:19 AM
Hey, so I REALLY want to start making PSAs, but I have no idea how to approach it. Can someone link me to the best guide for learning PSA from the ground up?

Also, a question, how easy would it be to replace Pikachu's final smash with something akin to Zero Suit Samus's? (Without the transformation of course)
7  Help & Tutorials / Help / Giving characters different victory themes. on: June 04, 2011, 10:06:50 PM
Hi, is there a way to change the victory themes for a character? Like to make Pikachu play Game and Watch's, for example? A simple change, but I want my victory themes to match with the characters.

EDIT: A little clarification, before someone gets confused. I want to actually swap what victory theme the game reads from. Like, I want the rest of the pokemon to use the normal pokemon victory theme, but Pikachu to use something different.
8  Help & Tutorials / Help / Question about editing in 3ds max (simple?) on: June 04, 2011, 09:30:39 PM
There has to be a way to do this.

If I make an edit to one side of the body, is there a way to "mirror" it to the other side? Like if I edit an ear, is there a way to make that happen on the other side?

If you need an example, I'm talking about the ears in this picture.

Pikachu's ears are proving to be a pain to edit, and I don't think it'll look good if I tried to do it twice mirrored.
9  Help & Tutorials / Help / Where do I put common5 in riivolution? on: June 01, 2011, 05:09:41 PM
Sorry for another noob question, but seriously, where does this thing go? Where do I put replacements for the "system" folder?
10  Help & Tutorials / Help / Ok, so I've been off the brawl hacking scene since last summer. Custom Sounds? on: June 01, 2011, 03:10:35 PM
I've been seeing custom sounds being uploaded, and noticed a tutorial in the tutorial section. This is great news for me, but I don't understand, is there a new file replacement code that allows sound replacement? How do I find what sounds are what? Can I do this with an SD card?

Sorry for noob questions, but I've been gone for quite a long time.
11  Super Smash Bros. Brawl Hacking / General Hacking Discussion / ITT: Characters you'll never replace. on: November 25, 2010, 08:47:42 AM
Lots of cool hacks going around these days, but which ones are so great they'll make you replace a brawl character with their moveset?

The only way I'd ever switch out one of these characters is if someone made a Marx port for them. (Which is unlikely)

Mario
Sonic
Kirby
Link (Yup, screw you Zero moveset)
Zelda
Bowser
Ganondorf
Dedede
Yoshi

Thats about it for me. How about you?

Also sorry if this is in the wrong place, I just got back here after like, a few months.
12  Super Smash Bros. Brawl Hacking / General Hacking Discussion / Dunno where to post a suggestion, so here goes. on: July 18, 2010, 05:24:27 PM
Each hack should have a comments section where people can comment on it. It seems like a nice idea....would it be too hard to code?
13  Help & Tutorials / Help / Wtf is up with G&W in model viewer? on: July 11, 2010, 10:48:55 PM
Why is he 3D?
14  Help & Tutorials / Help / Submission Broken? on: July 02, 2010, 05:15:16 PM
http://forums.kc-mm.com/Gallery/BrawlView.php?ByUserID=4425&Moderated=0

Its been pending for over a day....and other Tlinks have been accepted. :I
15  Help & Tutorials / Help / Where are the CRL0 files in stages? on: June 29, 2010, 06:18:52 PM
I gotta change some BG colors. :/
Pages:  [1] 2 3