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

Help with Custom CSS Code

Geren

Smash Rookie
Joined
Mar 18, 2011
Messages
5
Hello forum, I'm in the need of help. Let me explain a little.
I'm trying to organize the CSS in the following manner:

CLICK HERE

So I made my custom code that goes along with this sc_character.pac:

Code:
Custom CSS V3 [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 00000026
00090D05 150C011A
03042414 0E0F2627
29022512 10172206
161F1121 0823201B
180B1907 130A0000

Custom Random V1 [spunit262]
06685824 0000000C
3C608068 7C630214
88630E80 00000000
046857F0 3AE00025
06680E80 00000025
00090D05 150C011A
03042414 0E0F2627
02251210 17220616
1F112108 23201B18
0B190713 0A000000
But in-game I get this:

CLICK ME

It's really messed up and I don't know why.

Does anybody know what am I doing wrong? Is my custom code all right? Am I missing something?
 

JetAurion

Smash Journeyman
Joined
Apr 19, 2009
Messages
392
Location
Bay Area
The CSS organizer icons don't really matter. Each icon is only a placeholder. The program assumes you have a regular CSS to begin with.

For example, the upper left character may be Mario on the program, but if your CSS code says that Zelda is the first character on the roster, the upper left icon on the program will correspond to Zelda, not Mario.

If you're using a CSS code, you should just ignore the pictures on the icons in the program.
 

Geren

Smash Rookie
Joined
Mar 18, 2011
Messages
5
The CSS organizer icons don't really matter. Each icon is only a placeholder. The program assumes you have a regular CSS to begin with.

For example, the upper left character may be Mario on the program, but if your CSS code says that Zelda is the first character on the roster, the upper left icon on the program will correspond to Zelda, not Mario.

If you're using a CSS code, you should just ignore the pictures on the icons in the program.

Yeah, that's what I'm doing. I followed This Guide to organize my CSS code.

The problem is that the code isn't working like it should, and I don't know why.
 

dino_gonzalez

Smash Apprentice
Joined
Jun 27, 2009
Messages
109
Location
Texas, Laredo
Problem who are Zero and Cloud replacing

00 Mario
09 Luigi
0D Peach
05 Yoshi
15 Wario

0C Bowser
01 Donkey Kong
1A Diddy Kong
03 Samus
04 Zero Suit Samus

24 Toon Link
14 Ganondorf
0E Zelda
0F Sheik

26 Snake
27 Sonic
29 Random
02 Link
25 Wolf

12 Mr. Game & Watch
10 Ice Climbers
17 Pit
22 Robot

06 Kirby
16 Metaknight
1F Dedede
11 Marth
21 Ike

08 Pikachu
23 Jigglypuff
20 Lucario
1B Pokemon Trainer
18 Pikmin & Olimar

0B Ness
19 Lucas
07 Fox
13 Falco
0A Captain Falcon

Here, order these the way you want & keep the numbering by them, its important
(I think its right though)



They will appear in the order you choose from left to right
for every row you have

36 icons = 4 rows, 9 columns
37-40 icons = 4 rows, 10 columns
41-45 icons = 5 rows, 9 columns
46-50 icons = 5 rows, 10 columns

that doesn't matter because you are using CSS organizer but still just letting you know what to expect
 

Geren

Smash Rookie
Joined
Mar 18, 2011
Messages
5
Code:
00 Mario
09 Luigi
0D Peach
05 Yoshi
15 Wario

0C Bowser
01 Donkey Kong
1A Diddy Kong
03 Samus
04 Zero Suit Samus

24 Toon Link
14 Ganondorf
0E Zelda
0F Sheik

26 Snake
27 Sonic
29 Random
02 Link
25 Wolf

12 Mr. Game & Watch
10 Ice Climbers
17 Pit
22 Robot

06 Kirby
16 Metaknight
1F Dedede
11 Marth
21 Ike

08 Pikachu
23 Jigglypuff
20 Lucario
1B Pokemon Trainer
18 Pikmin & Olimar

0B Ness
19 Lucas
07 Fox
13 Falco
0A Captain Falcon

Yeah, I'm using Cloud over Wolf and Zero over Link.

Here's the portion of the code I'm using and I got the order right...

00090D05 150C011A
03042414 0E0F2627
29022512 10172206
161F1121 0823201B
180B1907 130A0000
 

dino_gonzalez

Smash Apprentice
Joined
Jun 27, 2009
Messages
109
Location
Texas, Laredo
Custom CSS V3 [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 000000(26)
00090D05 150C011A
03042414 0E0F2627
29022512 10172206
161F1121 0823201B
180B1907 130A0000


Custom Random V1 [spunit262]
06685824 0000000C
3C608068 7C630214
88630E80 00000000
046857F0 3AE000(25)
06680E80 000000(25)
00090D05 150C011A
03042414 0E0F2627
02251210 17220616
1F112108 23201B18
0B190713 0A000000

4 rows, 10 columns
(- 2 spots at bottom)

I'm on Ubuntu can't help with CSS organizer but thats where the problem lays
(don't started throwing icons everywhere they are already in order)
 

Geren

Smash Rookie
Joined
Mar 18, 2011
Messages
5
I'm on Ubuntu can't help with CSS organizer but thats where the problem lays
(don't start throwing icons everywhere they are already in order)
This was the problem! Thank you very much for taking the time to respond and for helping me solve my problem!

Gracias, amigo!
 

seb1332

Smash Rookie
Joined
Nov 15, 2011
Messages
2
Please Help On My Custom CSS

im having a similar problem. Im trying to get all characters including independents and giga alloys wario man, etc. but my css comes out like this
 
Top Bottom