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

CSS help needed

MrGame&Rock

Smash Ace
Joined
Jan 10, 2012
Messages
780
Location
Washington, DC
NNID
SpenstarHD
I made the codes for my custom CSS and saved them into a GCT file with the file replacement code and all that. When I load my hack through Gecko OS, however, the default CSS is shown instead of mine. What else do I have to do and how do I do it.

Here's a diagram of what it should look like:

Kirby Mario DK C.Falcon Ness G&W Link Pikachu Fox
MK Luigi Diddy ICs Lucas ROB Toon Link PT Falco
DDD Peach Yoshi Olimar Snake Sheik Zelda Jigglypuff Wolf
none Bowser Wario Pit Sonic Random Ganon Lucario none

and here are the codes:


Code:
Lone Zelda icon
046900E8 60000000 

CSS fixes for Samus/ZSS and Zelda/Shiek
80693D50 38800004 
06693D6C 00000008 
38000000 3880000F 
046900E8 60000000 
04697F58 60000000 
04697EEC 60000000 

Custom CSS
0668310C 00000030 
387E006C 3B600000 
3C808068 38840DE0 
7CBB20AE 7CA50775 
41800014 94A30004 
3B7B0001 2C1B0032 
4180FFE8 48000038 
04690338 48000068 
066900d8 00000008 
2c170028 41820168 
02680DE0 0022FFFF 
06680DE0 00000028 
0600010A 0B031202 
08071609 1A101904 
22241B13 1F0D0518 
26210F0E 2325280C 
15172711 29142028

Random Slot Patch 
06685824 0000000C 
3C608068 7C630214 
88630E80 00000000 
046857F0 3AE00037 
06680E80 00000037 
0600010A 0B031202 
08071609 1A101904 
22241B13 1F0D0518 
26210F0E 23250C15 
17271114 20000000
do I have everything right? what else do I need to do? any help would be much appreciated.
 

Video

Smash Rookie
Joined
Sep 12, 2010
Messages
11
Codes look fine to me, except that as far as I know you don't need the 1-line lone Zelda icon code, since it's already bundled into the Zelda/Sheik + ZSS fix (third line up).

If it still isn't working after removing that excess code, I'll give you my working CSS codeset if you don't mind having standalone Pokemon too:
http://pastebin.com/RGuMK22Y
(And no, it doesn't include Giga and Co. despite saying so.)

If it still doesn't work even after adding these codes, check that your GCT is called RSBE01.gct and is located in the codes folder at the root of the SD card.

Sorry if some of the stuff is a little basic, just wanted to be as in-depth as possible.
Hope I helped.
 

hotdogturtle

Smash Master
Joined
Feb 15, 2007
Messages
3,503
As far as why it won't show up, I haven't looked into it too much but it's probably a mistake in your code, or you're missing some, or else you're not loading them correctly. Do any other codes work or does your entire codeset not show up?

But what I can tell you is that just by quickly glancing over it I can see at least 2 flaws with your CSS itself. For one thing, your code doesn't match your "diagram". You listed 34 characters, but your code is set up for 40 slots. I haven't taken the time to decode every character in your code, but either you missed a few characters in your diagram or you somehow added extra stuff to your code.

And two, don't use the "none" slot. It can glitch the game and make you unable to select any of the characters in the bottom row until you reload your game. If you just put the exact number of characters into your code, the game will automatically sort them into 3 rows of 9 and one row of 7, just like in your diagram.

I suggest that you remake your code so that once you do get the loading problem figured out, you won't run into additional problems.
 
Top Bottom