Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: KTH on October 12, 2011, 07:30:36 PM



Title: Edit the CSS of ASF1nk
Post by: KTH on October 12, 2011, 07:30:36 PM
Yeah, i really want to move some case on the CSS of ASF1nk.

I tried to look with CSS Organiser, it's too messed'up.


Title: Re: Edit the CSS of ASF1nk
Post by: KTH on October 13, 2011, 02:42:35 AM
bump


Title: Re: Edit the CSS of ASF1nk
Post by: nanobuds on October 13, 2011, 06:05:05 AM
you need to edit the codes. i can do if for you.


Title: Re: Edit the CSS of ASF1nk
Post by: KTH on October 13, 2011, 08:16:48 AM
Yeah please.
And maybe you can explain how on the same time.

(http://i.imgur.com/vrjKy.png)


Title: Re: Edit the CSS of ASF1nk
Post by: KTH on October 14, 2011, 05:06:08 AM
Bump


Title: Re: Edit the CSS of ASF1nk
Post by: nanobuds on October 14, 2011, 04:31:47 PM
Okay, here is the original code. you want to work with the Green part

ASF1nk's Custom CSS V2  [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 0000002F
* 00010203 06070811
* 12091A0E 17161320
* 21260D05 14101F25
* 1B0B270C 15242218
* 0A231929 0F045D5E
* 5C4A4E40 464c5500

Starting in that section, its Mario. His CSS ID is 00. then its DK, who is 01. etc etc.

Here are the IDs:
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
1B Pokemon Trainer
1C Charizard
1D Squirtle
1E Venasaur
1F Dedede
20 Lucario
21 Ike
22 Robot
23 Jigglypuff
24 Toon Link
25 Wolf
26 Snake
27 Sonic
28 None
29 Random
50 Popo
62 Nana
5C Charizard (Trainer Independant)
5D Squirtle (Trainer Independant)
5E Venasaur (Trainer Independant)
4C Giga Bowser
55 WarioMan
4A ZakoRed (Red Alloy)
4E ZakoBlue (Blue Alloy)
40 ZakoYellow (Yellow Alloy)
46 ZakoGreen (Green Alloy)

since you want R.O.B. in Diddy's spot, im going to find Diddy's ID, and replace it with ROB
* 00010203 06070811
* 12091A0E 17161320
* 21260D05 14101F25
* 1B0B270C 15242218
* 0A231929 0F045D5E
* 5C4A4E40 464c5500

After editing that, it should look like this:
* 00010203 06070811
* 1209220E 17161320
* 21260D05 14101F25
* 1B0B270C 15242218
* 0A231929 0F045D5E
* 5C4A4E40 464c5500

heres the final code: (Edited IDs are blue)
* 0668310C 00000030
* 387E006C 3B600000
* 3C808068 38840DE0
* 7CBB20AE 7CA50775
* 41800014 94A30004
* 3B7B0001 2C1B0032
* 4180FFE8 48000038
* 04690338 48000068
* 066900d8 00000008
* 2c170028 41820168
* 02680DE0 0022FFFF
* 06680DE0 0000002F
* 00090212 06070811
* 1A0D2210 17161320
* 21260C15 14190A25
* 1B0B2603 17241618
* 0F230129 0E045D5E
* 5C4A4E40 464c5500

tell me if it works. you had so much changed, i may have forgotten some. If i failed, post a pic of what i made, and ill fix it to what you want


Title: Re: Edit the CSS of ASF1nk
Post by: KTH on October 14, 2011, 04:57:32 PM
Thanks :)


Title: Re: Edit the CSS of ASF1nk
Post by: KTH on October 14, 2011, 05:14:00 PM
The CSS code glitch little more...

Pit, Snake, Meta Knight appear two times on the CSS (on the one edited and on the original place).


Title: Re: Edit the CSS of ASF1nk
Post by: nanobuds on October 14, 2011, 05:23:47 PM
alright, yeah i forgot some then. hold on, let me fix the code...


Title: Re: Edit the CSS of ASF1nk
Post by: nanobuds on October 14, 2011, 05:29:54 PM
okay try this
* 0668310C 00000030
* 387E006C 3B600000
* 3C808068 38840DE0
* 7CBB20AE 7CA50775
* 41800014 94A30004
* 3B7B0001 2C1B0032
* 4180FFE8 48000038
* 04690338 48000068
* 066900d8 00000008
* 2c170028 41820168
* 02680DE0 0022FFFF
* 06680DE0 0000002F
* 00090212 06070811
* 1A0D2210 051F1320
* 21270C15 14190A25
* 1B0B2603 17241618
* 0F230129 0E045D5E
* 5C4A4E40 464c5500[/spoiler]


Title: Re: Edit the CSS of ASF1nk
Post by: KTH on October 14, 2011, 06:21:38 PM
Almost good just DK and Snake isn't on the good place (they alternate).


Title: Re: Edit the CSS of ASF1nk
Post by: nanobuds on October 14, 2011, 06:27:05 PM
hmm so DK is where Snake is suppose to be?


Title: Re: Edit the CSS of ASF1nk
Post by: KTH on October 14, 2011, 06:35:37 PM
yes


Title: Re: Edit the CSS of ASF1nk
Post by: nanobuds on October 14, 2011, 06:42:52 PM
thats wierd... try this:
* 0668310C 00000030
* 387E006C 3B600000
* 3C808068 38840DE0
* 7CBB20AE 7CA50775
* 41800014 94A30004
* 3B7B0001 2C1B0032
* 4180FFE8 48000038
* 04690338 48000068
* 066900d8 00000008
* 2c170028 41820168
* 02680DE0 0022FFFF
* 06680DE0 0000002F
* 00090212 06070811
* 1A0D2210 051F1320
* 21270C15 14190A25
* 1B0B0103 17241618
* 0F232629 0E045D5E
* 5C4A4E40 464c5500


Title: Re: Edit the CSS of ASF1nk
Post by: KTH on October 14, 2011, 07:14:24 PM
Worked perfectly!
Thank you very much dude. You should do a tutorial with this.


Title: Re: Edit the CSS of ASF1nk
Post by: nanobuds on October 14, 2011, 07:45:03 PM
check the portrait section ;o