YesNoOk
avatar

Palette doesn't show up (Read 752 times)

Started by Trackiest head, November 29, 2018, 12:54:32 pm
Share this topic:
Palette doesn't show up
#1  November 29, 2018, 12:54:32 pm
  • **
  • Get yer gear up!
    • Spain
Hi. Im making a second additional palette for the update of my release and while I succesfully added one palette. After I finished the P3 pal. I noticed that no matter what button I press it never shows up. The ACT file is in there and indicated in the DEF, the palette itself is indexed right 1,3. It shows up perfectly in Fighter Factory. Does anybody have an idea of what's going on?
Re: Palette doesn't show up
#2  November 29, 2018, 03:01:56 pm
  • ****
    • crepa.neocities.org
What version of MUGEN is your character sprites?
If it's 1.0+ you need to add a remappal to make it work.
Re: Palette doesn't show up
#3  November 29, 2018, 05:53:16 pm
  • **
  • Get yer gear up!
    • Spain
I added
Code:
 [stateDef 5901]
type = S

[state 5901]
type = RemapPal
trigger1 = 1
source = 1,1
dest = 1,palno 
but that didn't do anything
Re: Palette doesn't show up
#4  November 29, 2018, 09:21:29 pm
  • ****
  • commissions open bang my line
    • USA
    • https://www.paypal.com/paypalme/xtayisblackx?country.x=US&locale.x=en_US

  • Online
add this under that remappal code

[State 5901, End]
type = ChangeState
trigger1 = 1
value = 0
My stages folder:
https://app.mediafire.com/g5pnpb2im4lqa

Want a screenpack ported to ikemen? DM's open
Want a stage remade with parallax & possible super jump? DM's open
Re: Palette doesn't show up
#5  December 01, 2018, 11:13:41 am
  • **
  • Get yer gear up!
    • Spain
Okay that did it. Thanks!