• 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!

Request Help me out with this code (check third post)

TDRR

Smash Journeyman
Joined
Sep 18, 2017
Messages
286
Location
Venezuela
Press R in the character select screen for alt costume+alt moveset, like in 20XX Hack Pack where instead R switches you to an alt costume while D-Pad left/right switches you to an alt moveset.

This code won't really be of any use without a new ISO, but still, all i need is that if you press R, then redirect that character's/player's DAT target files to a aat/pat/sat/lat/rat/zat/wat/whatever single letter change you want here, this would easily allow for "new" characters (or at the very least clones) which would get much better once we crack Melee's animation format.

eg. PlMr.dat and PlMrNr.dat calls are now redirected to PlMr.wat and PlMrNr.wat respectively if R has been pressed, and pressing R in the CSS again will toggle it back again.

If possible make it a DOL mod but it's not strictly necessary, a gecko code will work fine too.

EDIT: If you want you can just make it for Mario and give me instructions to fill the rest, and if possible make it play a sound, preferably Fox's down-b sound (the sound it makes when activated and it doesn't hit anything)
 
Last edited:

wavedashing___okay

Smash Rookie
Joined
Jun 8, 2018
Messages
3
I'm not an expert at mod making, nor am I a beginner at mod making. I have no idea how to recreate this, but it sounds like a fun idea. Also, nice to see another Luigi main! :ultluigi:
 

TDRR

Smash Journeyman
Joined
Sep 18, 2017
Messages
286
Location
Venezuela
Alright this code doesn't appear to be released and i won't find it ever, so please at least help me out with the codes at the bottom spoiler of this post, the only thing i need is a way to make that code change Pr to Po instead of Gr to Go, i'm perfectly okay if you still have to press R on the SSS but at least loading PoMr.dat (and their associated costume files) instead of PrMr.dat (and their associated files, once again) would be good enough.

Old post:
After re-reading the MCM thread i found this: A code made by Achilles that appears to be what i want (update: it isn't)
However i would still need it to change via pressing the R button and have it change the costumes too, can anyone do this? (If you do, please tell me the single letter change that is applied when you press R, which should be .pat)

Can anyone send me a list of button codes on Super Smash Bros. Melee? Since i'm a moron with this kind of stuff i have decided to just execute both the right alt texture switch and the PAL alts at the same time with the same button press, i remember seeing it somewhere but i can't find it anymore.

Older post:
An update to this, i found _glook's Omega Stage toggle that already does something similar to what i'm asking:

Toggle Between Alpha and Omega at SSS (v1.02) [_glook]
C225A3C4 00000010
3DE08046 61EFB108
3A000000 3A200000
7E4F802E 7E319378
3A10000C 2C100025
4081FFF0 3E00803F
6210A3D0 81F00000
2C0F0000 4082001C
562F0295 41820038
39E00001 91F00000
38600008 48000018
562F0253 41820020
39E00000 91F00000
38600009 3DE08002
61EF4030 7DE903A6
4E800421 FC010040
60000000 00000000


If in Omega Mode, try loading Omega version of stage (v1.02) [_glook]
C21C06F4 0000000D
38000000 3C60803F
6063A3D0 80630000
2C030000 41820048
3860006F 98640002
90810004 3821FFFC
7C832378 3CA08001
60A56204 7CA903A6
4E800421 3CA08033
60A5796C 7CA903A6
4E800421 38210004
80810004 2C030000
4080000C 38600072
98640002 00000000

Now, the only thing i need to do now is make it work on the CSS, instead of replacing Gr to Go, make it replace Pr to Po (and check if a file named like the resulting filename exists) and i can get to work creating more characters, if anyone can tell me exactly how can i make such a thing, please tell me.
 
Last edited:
Top Bottom