The Mugen Fighters Guild
Help => M.U.G.E.N Development Help => Topic started by: WooshaQ on December 02, 2014, 10:17:21 pm
-
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.
-
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