YesNoOk
avatar

HELP! Char Only show default Pallete (Read 3971 times)

Started by Dark_Fundacion, December 11, 2024, 03:09:49 pm
Share this topic:
HELP! Char Only show default Pallete
#1  December 11, 2024, 03:09:49 pm
  • avatar
Hello,

I have a problem with my Aku-Amakusa character from KOF Anthology. I edited it in fff and create a new palletes, but only show the default. I Like this character a lot and I want to change the palette a bit and use more than one, but i cant.

I tried to search for a solution in this forum and others, but none of them worked. I think i followed the instruccion correctly, but who nows? maybe i'm missing something.

I tried:
        - Convert the sff to 1.1.
        - add the palettes to the sff.
        -Added this in the common.cns

          [State 5900, 3] ;Change palette
          type = remapPal
          trigger1 = 1
          source = 1,1
          dest = 1,palno

Thanks for reading

P.S. Please excuse my english is not my native language.
Last Edit: December 11, 2024, 04:13:53 pm by Dark_Fundacion
Re: HELP! Char Only show default Pallete
#2  December 13, 2024, 11:23:15 pm
  • ****
  • Formerly DeathScythe
    • Brazil
    • lyricasky.neocities.org
If your sff version is 1.0 or 1.1:

All your character palettes need to be index 1, and group 1 to 12.
1,1 should be the default palette. 1,2 - 1,3 - 1,4, and so on are the other palettes.

Then you add that code in the character's statedef 5900. Make sure you're adding it in the right place.
Finally, check if character version in your def file is set to 1.0 or 1.1.