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

Custom CSS Troubles

DerpyCookies

Smash Rookie
Joined
Feb 20, 2015
Messages
22
Location
Ontario, Ohio
Hello! I have been attempting to create a custom CSS for Project M. I have attempted to use CSS Organizer 2.0. I open up the sc_selectcharacter.pac, but once it is finally opened, I get an error. Here it is:
Error: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
What happened? Is there a way to fix it, and if so, how? Thanks in advance.
 

Moydow

The fairest of them all
BRoomer
Joined
Aug 24, 2014
Messages
10,542
Location
https://experiencepoint.xyz
You need this Gecko code:

Code:
Custom CSS V3 [spunit262]
0668310C 00000030
387E006C 3B600000
3C808068 38840DE0
7CBB20AE 7CA50775
41800014 94A30004
3B7B0001 2C1B0032
4180FFE8 48000038
04690338 48000068
066900d8 00000008
2c170028 41820168
02680DE0 0022FFFF
06680DE0 000000YY
ZZZZZZZZ ZZZZZZZZ
YY = the number of characters, in hexadecimal
ZZZZ [...] = the order of the characters:

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 Marth
12 Mr. Game & Watch
13 Falco
14 Ganondorf
15 Wario
16 Metaknight
17 Pit
18 Pikmin & Olimar
19 Lucas
1A Diddy Kong
1F Dedede
20 Lucario
21 Ike
22 Robot
23 Jigglypuff
24 Toon Link
25 Wolf
26 Snake
27 Sonic
28 None
29 Random
2A Charizard
2B Squirtle
2C Ivysaur
2D Roy
2E Mewtwo
50 Popo
62 Nana
4C Giga Bowser
55 WarioMan
4A ZakoRed (Red Alloy)
4E ZakoBlue (Blue Alloy)
40 ZakoYellow (Yellow Alloy)
46 ZakoGreen (Green Alloy)
Each line of the code must have eight values (01020304 05060708).If the last line finishes short, pad it out with 00's.

Take the completed code, and replace the existing code in the standard RSBE01.gct using BrawlBox or some other GCT editor.
 
Top Bottom