Jump to content
  • 0

Question

1 answer to this question

Recommended Posts

  • 0
Posted

Besides increasing the GameSpeed = 0 in your mugen.cfg setting to speed up things globally (you don't want it done globally right?), I think editing either or both CNS and AIR is a must......

 

For example, to make animation speed up in CNS only:

 

[state -3, Speed]  ;;; code by DavidGee @ MFG
type = ChangeAnim
triggerall = (RoundState = 2) && (MoveType != H)
trigger1 = AnimElemTime(AnimElemNo(0) + 1) < 0
trigger1 = AnimElemTime(AnimElemNo(0)) > floor ((AnimElemTime(AnimElemNo(0)) - AnimElemTime(AnimElemNo(0) + 1))/2)
ignorehitpause = 1
value = anim
elem = AnimElemNo(0) + 1

 

For movement speed up, you may want to use VelAdd state controller with similar triggers and x/y value addition.

 

[EDIT]: if someone can come up with a new simpler way then I want to know about that too........

"I still care to share because I believe in Sharing is Caring" - Werewood

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...