Goatlink
Smash Apprentice
hey Stratcoaster, what determines the color yellow in your code? is there a simple way to change it to any other color?
Last edited:
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!
Do you have this code for P2-4? :DNew Code
Change P1 Shield Color
- Colors are in RRGGBB format. Replace those letters below with color code.
[Achilles]
(Action Replay, 1.02)
444D650C RRGGBB00
(Gecko, 1.02)
48000000 804D650C
DE000000 80008180
14000000 2F595900
E2000001 80008000
I was initially planning on having the shield change color during shieldstun, but then found out that the game only looks for a shield color everytime a shield is initially brought up (duh...). Nonetheless, you can still use this code with some sort of toggle to change the shield color midmatch (just not midshield).
As a reference, default shield colors are:
P1 - F25959
P2 - 6666FF
P3 - 66BF40
P4 - 46E64D
It's StratOCaster.hey Stratcoaster, what determines the color yellow in your code? is there a simple way to change it to any other color?
The line which says "//Write "00" to "blue" value is the one you should change.Code:Turn yellow during shield stun (v1.02) [InternetExplorer]: 0406B80C 4853B9F4 045A7200 7F03C378 045A7204 81C30070 045A7208 2C0E00B5 045A720C 40820038 045A7210 3DC0C200 045A7214 91C30518 //Write to "red" value 045A7218 91C3051C //Write to "green" value 045A721C 91C30520 //Write to "blue" value 045A7220 91C30524 045A7224 39E00000 045A7228 91E30528 045A722C 91E3052C 045A7230 91E30530 045A7234 91E30534 045A7238 91E30520 //Write "00" to "blue" value 045A723C 39E00091 045A7240 99E30564 045A7244 8001007C 045A7248 4BAC45C8
Change Player Shield Colors (all players now...)Do you have this code for P2-4? :D
You accidentally added 10 to P4's address I think, it didn't work for them, but I changed it to 1400000C RRGGBB00 and it works fineChange Player Shield Colors (all players now...)
(1.02) [Achilles]
P4
48000000 804D650C
DE000000 80008180
1400001C RRGGBB00
E2000001 80008000
If you wanted to change them all at once, you can squish these all together like so
48000000 804D650C
DE000000 80008180
14000000 RRGGBB00 //P1
14000004 RRGGBB00 //P2
14000008 RRGGBB00 //P3
1400001C RRGGBB00 //P4
E2000001 80008000
yeah I did...sorry about. Glad you caught on to the pattern! I'll update it aboveYou accidentally added 10 to P4's address I think, it didn't work for them, but I changed it to 1400000C RRGGBB00 and it works fine
Which code specifically are you talking about beanwolf? You said "the code for all" but I don't understand that. I was having that issue at one point as well. If you by chance are using the "skip results screen and normal KO counter" , make sure you are using the updated version that I reposted 2 days ago.Hey, achilles, that code for all the causes the game to crash on 1.02 the SECOND time you load a stage (at the stage select screen), or at least on Dolphin. I've having trouble getting code combinations to "stick" with CodeManager right now so I haven't tested it on console. I isolated it to just that code so I'm sure that it's the one currently crashing the game. Just thought I'd let you know,
Yes, separating them would probably be safer and more likely to work as intended. I can do more testing with this when I get back on my regular computer. Sorry if its not workingAh, I meant the code for all the shield colors to be altered that was posted above.
This one in particular:
CMYK Shields
48000000 804D650C
DE000000 80008180
14000000 FF00FF00
14000004 00FFFF00
14000008 00FF0000
1400000C FFFF0000
E2000001 80008000
Would separating the codes be a safer bet?
I have, but how do I remove the netplay settings? I have downloaded a new version of Dolphin, and removed the old Dolphin Settings folder in the Documents folder. Still getting the same problem..Have you played Melee with Netplay before? I was having that same problem and it ended up being Netplay settings that was my issue.
This is what I did.I have, but how do I remove the netplay settings? I have downloaded a new version of Dolphin, and removed the old Dolphin Settings folder in the Documents folder. Still getting the same problem..
Beanwolf, the changing shield color code is something I have only tried on Dolphin.Keeping the shield color codes separate caused the codes to stop the crashing on Dolphin, but they are still crashing on console . It's the same type of crash too, happening on the second load of the character select screen.
Best compliment I've gotten yet! lolAchilles is like the Mang0 of Melee hacking, he just showed up and instantly changed the game entirely. Good stuff Achilles
Edit: Also, I see you're in Columbus. Have you gone to any of the OH tournaments? You should totally join the northeast OH/Pittsburgh facebook group and come to our events: https://www.facebook.com/groups/NEOHBURGH/ I'd love to meet you in person
Thanks for posting and giving your feedback! I believe the issue you experienced is one that is in the vanilla game itself. A little bit ago, when my friends and I were playing on Dreamland in Develop Mode (from the Debug menu), whenever we input the actions to toggle on collision bubbles, our characters would completely disappear. This wouldn't happen on any other stages. I never experienced the green polygon though. So it's no surprise that it doesn't work with my codes, either. I completely forgot about this, though, so I'll be sure to make a note of it on the original post of my thread.this thread is really a good help for the future of the Melee community, lts of utilities for training and such, fascinating :D
also, i don't think i saw an "unrestricted camera" code for Melee 1.02, is there one?
or should i just use the 1.01/1.0 version of the code for 1.02?
i'd really appreciate it, i got the hitbox toggle, force SSS, flash on l-cancel codes working good, but there's an issue i got while testing it on Dreamland
i was (slot 1) against (CPU, in stans) on Dreamland, training mode, and if i move to the center and farther to the left, a giant random green polygon (or vertex?) spazzes and stretches in the background, i discovered it while using Green Falcon, then switched to White-Pink and it still showed the same green thing
AND if i toggle the "hitboxes, no model" code, Falcon turned completely invisible, i could only see him again by toggling to "hitboxes and model" code, or trying to toggle them both to OFF. I don't know if it has happened to anyone else, but i'm just trying to report it here
Good stuff with the codes though, my respect to the wizards :3
woooah, many thanks :DThanks for posting and giving your feedback! I believe the issue you experienced is one that is in the vanilla game itself. A little bit ago, when my friends and I were playing on Dreamland in Develop Mode (from the Debug menu), whenever we input the actions to toggle on collision bubbles, our characters would completely disappear. This wouldn't happen on any other stages. I never experienced the green polygon though. So it's no surprise that it doesn't work with my codes, either. I completely forgot about this, though, so I'll be sure to make a note of it on the original post of my thread.
Also, I'll look around for an unrestricted camera code for 1.02. If I can't find one, it shouldn't be too difficult to port.
Found this code on Arcentral. Please give it a test and let me know if it works.
Unrestricted Pause Camera (1.02) [strikebowler585]
04452F54 42000000
04452F58 42000000
04452F5C 42000000
04452F60 40200000
04452F64 47000000
Gecko OS Mod will only load retail DVDs, not backups. However, Gecko codes can be used with USB loaders, though that isn't covered in the OP.I am wondering if I need my legit copy of melee for this or if I would be able to use a dvd- iso, unhacked or even a hacked one. My main issue is that I have not been able to get the Gecko OS Mod to load my modded iso dvd. Another thing I am running into is the installer and patcher keep failing, even when I am connected to the internet with my memory card out. Any suggestions?
As I said, it's already possible to load Melee via USB or SD card. I would recommend making a new thread or doing your own research.I have been trying to grow interest in my local community. I would also be really interested in a usb or even an sd care loader for melee. (I will disclose I am the proud owner of multiple retail copies, so I'm not just trying to play for free). I know this is aimed at the larger spectrum, but this can REALLY help grow this small sector. THANK YOU