
Board: M.U.G.E.N Development Help
Hey guys!
I have a question concerning the implementation of several KOF mechanics:
- 5 Power Bars - is there a way to increase the power bar number from 3 to 5? That would be useful for implementing MAX Mode or Hyper DMs.
- MAX Mode - I'm sure you can do this in the .cmd file, but how?
- Hops - an important movement mechanic in KOF, done by briefly tapping the jump button. Is that possible in MUGEN and Ikemen as well?
- 5 Power Bars - Yep, just increase the 'Power' of a character in their main .cns file to 5000. Should be listed right in [Data] and if it's not there, write 'Power = 5000' on a new line.
- MAX Mode - Check a KOF character that's been made for MUGEN that has it. It's been done before but has to be coded as a custom mechanic.
- Hops - 'Short hopping' has been done in a lot of characters. You could check a CVS/POTS character if you want one of the most common instances of short hopping (at least, as far as I'm aware they have short hopping).