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 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.
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 .