YesNoOk
avatar

Migrating to 1.1 from 1.0 (Read 214 times)

Started by WooshaQ, December 02, 2014, 10:17:21 pm
Share this topic:
Migrating to 1.1 from 1.0
#1  December 02, 2014, 10:17:21 pm
  • ***
  • Smart Icoca wannabe!
    • Poland
    • samouczek.com/
So I finally got a new laptop capable of running png and modern mugen finally runs at full speed but since i ommited the all the novelties i started to be a little confused about certain elements of modern mugen, namely:

- pallets, after saving to 1.1 png format i cant seem to get the to work, only the dafault one seems to be willing to show but not the rest, note that I added the indexed pallets for sff in order from 1,1 to 1,6 and added

[Palette Keymap]
x = 4 ;Press button X to select palette 1, etc.
y = 5
z = 6
a = 1
b = 2
c = 3

to character def file together with pal.defaults=1,2,3,4,5,6 on top of the def but without any luck.
Last Edit: December 02, 2014, 10:34:15 pm by WooshaQ
Re: Migrating to 1.1 from 1.0
#2  December 08, 2014, 08:28:12 am
  • ***
    • USA
you need


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

in statedef 5900. this should do the trick