Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
IKEMEN GO Module - Default Palette Selector

Add-ons IKEMEN GO Module - Default Palette Selector

Images
Download: https://github.com/FredMcFrizzle/Ikemen-GO-modules/tree/main/forced_palette_selector
adding palnum = 4 to a character in the select.def file will force that character to pick palette 4.
example:
;--This KFM will be selected like normal, a b c x y z palettes.
kfm, stages/kfm.def, arcadepath=arcade/kfm_zss.lua, previous=d, next=w
;--This KFM will select palette 7 no matter which button you press.
kfm, palnum=7, stages/kfm.def,
;--This KFM will select palette 1 because 12 - 13 = 1
kfm, palnum=13, stages/kfm.def,
Back
Top