Okay now, I recently got the updated Aino Heart from Arcana Heart who is a favorite character of mine to play with. However though, instead of her having pink hair, it's blue and her clothes are white. I am using No-Limit Winmugen with a King of Fighters Screenpack, Street Fighter 2 Alpha Lifebars, no debug mode and an Arcana Heart 2 Opening. I've also changed it to hi-res by changing the value thing to 4 and changing the screen-size. I'm tired of seeing most of my favorite playing characters having the wrong colors and all. How do I fix this?
Seriously... it sounds like you're just picking the wrong pallete.You can customize what button selects what pallete in mugen easilly, but just modifying the .def file in notepad. You don't need to know a thing about mugen code at all.... so give it a shot.Let me know what character you're talking about... I don't have it, so I can't try it out to see what you mean. Is she ALWAYS blue no matter what button you press to select her? That's a common issue, and one that can be easilly fixed.
Tom Servo the Whale Biologist said, October 08, 2008, 05:06:34 amSeriously... it sounds like you're just picking the wrong pallete.You can customize what button selects what pallete in mugen easilly, but just modifying the .def file in notepad. You don't need to know a thing about mugen code at all.... so give it a shot.Let me know what character you're talking about... I don't have it, so I can't try it out to see what you mean. Is she ALWAYS blue no matter what button you press to select her? That's a common issue, and one that can be easilly fixed.It's this Heart Aino: http://mugenguild.com/forumx/index.php?topic=79781.0
This should be a pretty easy fix. Open Heart Aino's .def file and look towards the top:pal.defaults = 1,2,3,4 the, toward the bottom of the .def file the palletts should be listed: (should look something like this)pal1 = HeartAino1.actpal2 = HeartAino2.actpal3 = HeartAino3.actpal4 = HeartAino4.actpal5 = HeartAino5.actpal6 = HeartAino6.actYou must tell Mugen which palletts you want to use.change pal.defaults = 1,2,3,4 to whatever colors(palletts, or "costumes") you want to be able to select when playing.