Force pallette on character?

Skull Kingz

Active member
I need some help forcing a pallette on my character. I just want the chracter to use the same pallette in every level, without physically going in there and changing it frame by frame. How do I do That?
 
You say palette, SK. But do you mean remap?

You CAN manipulate the palette by literally changing the colors within the palette itself to replace all of the sprites. Like, if your character wears red and you want him to wear blue? Find that color of red on the palette, change it to the blue you want, save the image, and declare it with the palette command Beastie mentioned.
 
Yeah I know what you guys mean, I know about remaps and stuff like that, but can i make it be something like this?..

Stage 1 - wear black/only black on that level.
Stage 2 - wear green/only green on that level.
Stage 3 - wear red/only red on that level.
 
you have to use weapon for that and you give different default palette on every weapon, im using it for my mod and script workarounds only create problems if you die and want to bring back default palette for every player.
 
There's a scripted way for this but you need scriptwork for this.
It works like this: in player's SPAWN animation, there's a script which checks a global variable, let's name it: Palette and changes player's palette with what's defined there. If that variable is empty, nothing is done.

That variable is set in each stage to define which palette is used in that stage.
This variable is cleared after a level ends.

I could share this script for you but I suggest using Nick's suggestion above. Maybe you have idea of unlocking some moves in different stage ;).
 
Back
Top Bottom