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

PMEX CBliss Expansion Pack

PyotrLuzhin

Smash Journeyman
Joined
Jul 1, 2014
Messages
470
Location
Altair's Lair
Hey guys! I've noticed that a bunch of people have been asking whether CBliss works with BrawlEX, and I've had to tell everyone that it doesn't work... until now.

Currently, this only works for PMEX (which you can download HERE), but I plan to create a vBrawl/Brawl- version soon.

Follow the instructions in the description of the KittyCorp link, and let me know what you think in this thread!

P.S. You don't even need to put the CBliss code in your GCT - it's built in!

CLICK HERE TO DOWNLOAD!
 
Last edited:

davidvkimball

blippi.gg, @MeleeHD Lead
Joined
Jun 21, 2013
Messages
400
Location
Tacoma, WA
Slippi.gg
D#0
NNID
davidvkimball
3DS FC
3196-5240-6546
Switch FC
SW-1880-0689-1110
Amazing work as usual Pyotr! Thanks for making this a thing.
 

PyotrLuzhin

Smash Journeyman
Joined
Jul 1, 2014
Messages
470
Location
Altair's Lair
everyone should note also that this doesn't even require the CBliss code - it's built into the included file "bx_fighter.rel"
 
Last edited:

Javln Mastr

Smash Journeyman
Joined
Jan 22, 2015
Messages
317
Location
Grooseland USA
NNID
Modernlykos
3DS FC
3823-8516-1685
Its amazing what you guys can still do after 8 years and a new installment in the franchise!
 

PyotrLuzhin

Smash Journeyman
Joined
Jul 1, 2014
Messages
470
Location
Altair's Lair
so i've also been getting a bunch of messages about how to add alternate team colors. You have to edit the following code in your GCT (it's already present in there):

Each "00" in the code *starting with 070506* represents a CSS slot. To give a character a set of working alt team colors, you need to change each "00" to "06" if you're following the CBliss convention (the alt red costume is FitChar07, the alt green costume is FitChar08, and the alt blue costume is FitChar09).

As an example, let's say I want to give Captain Falcon a set of Retro recolors for his alt team colors. To make them load, I'll need to first find his CSS Slot in the code.

First, I'll look here to find his CSS Slot ID: http://opensa.dantarion.com/wiki/CSS_Slots

Then, I'll count up from the first byte (07) in the Alt Color Engine Data code until I reach 0xA (his CSS Slot ID). Once I've done that, I'll see that his hex digit pair is the highlighted value.

Alt Color Engine Data (PL's edit) [PyotrLuzhin, Dantarion]
4A000000 90000000
161C4580 00000096
07050600 00000006
00060006 06000000
00060006 06060000
00000000 00000006
00050000 06060000
00000000 00000000
00000000 00000600
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000

I'll then change it to "06" to match with CBliss

Alt Color Engine Data (PL's edit) [PyotrLuzhin, Dantarion]
4A000000 90000000
161C4580 00000096
07050600 00000006
00060606 06000000
00060006 06060000
00000000 00000006
00050000 06060000
00000000 00000000
00000000 00000600
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000
00000000 00000000

If you're not using PMEX+CBliss, you'll have to assign additional alt colors manually in the CSSSlotConfigs of each character.

If you're using PMEX+CBliss (and you want everyone to have alt team colors), then here's a premodified code that enables team colors for everyone (EXCEPT FOR G+W, BECAUSE HE DOES STRANGE THINGS SOMETIMES. IF YOU CAN GET HIM TO WORK, THEN THAT'S AWESOME)

Alt Color Engine Data (FULL PMEX CBLISS EDIT) [PyotrLuzhin, Dantarion]
4A000000 90000000
161C4580 00000096
06060606 06060606
06060606 06060606
06060006 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606
06060606 06060606

sorry this took so long to crank out, I've been busy (and I still am busy haha)
 
Last edited:

devnew

Smash Apprentice
Joined
Dec 2, 2014
Messages
161
Location
The Corner
NNID
DevNew
"As an example, let's say I want to give Captain Falcon a set of Retro recolors for his alt team colors. To make them load, I'll need to first find his CSS Slot in the code.

First, I'll look here to find his CSS Slot ID: http://opensa.dantarion.com/wiki/CSS_Slots

Then, I'll count up from the first byte (07) in the Alt Color Engine Data code until I reach 0xA (his CSS Slot ID).
Looking at the link you posted it doesn't have Mewtwo or Roy. What would be there Id's
Sorry for stupid questions.(If this is one)
 
Last edited:

devnew

Smash Apprentice
Joined
Dec 2, 2014
Messages
161
Location
The Corner
NNID
DevNew
If I'm reading this right (Which I could not be) a set of 3 blocks of hex numbers 00 00 00 = to 1 character
Please tell me if I'm wrong
 
Top Bottom