rockocalypse Posted July 1, 2014 Posted July 1, 2014 Is it possible to remove the regeneration of health a character gets of they survive a round in turn mode? Or at least make it a lot less?
0 Werewood Posted July 2, 2014 Posted July 2, 2014 I tried this in my MUGEN1.0 Team VS and it seems working: Put the following lines MUGEN code under your CNS' [statedef -2] line: [state -2, VarSet] type = VarSet triggerall = TeamMode = turns trigger1 = P2Life != 0 && EnemyNear, Alive = 1 v = 55 ;you may want to use other variable number if #55 has been already used.... value = Life ignorehitpause = 1 [state -2, LifeSet] type = LifeSet triggerall = TeamMode = turns trigger1 = Win value = var(55) ;you may want to use other variable number if #55 has been already used.... ignorehitpause = 1 rockocalypse 1 "I still care to share because I believe in Sharing is Caring" - Werewood
0 PlasmoidThunder Posted July 2, 2014 Posted July 2, 2014 I believe so, yes. I don't have access to MUGEN right now, but I'm going to hazard a guess and say it's somewhere in mugen.cfg. Project LG said: God knows you shit out characters like a friggin' gumball machine.
0 rockocalypse Posted July 2, 2014 Author Posted July 2, 2014 Tried that already. I searched config for the key words health, recover, and turn and came up with nothing. If it is there I can't find it.
0 rockocalypse Posted July 3, 2014 Author Posted July 3, 2014 do you mean to put them in the common1.cns in the Data folder? Because Im not seeing a Statedef -2 in there. Or am I supposed to add this to the cns of all my characters individually?
0 rockocalypse Posted July 3, 2014 Author Posted July 3, 2014 I figured it out.....Now I have to add that code to all 1000+ chars though XD Thank you Borewood.
0 swooosh83 Posted September 22, 2017 Posted September 22, 2017 Is the code supposed to go into each character's "constants.cns" file?
Question
rockocalypse
Is it possible to remove the regeneration of health a character gets of they survive a round in turn mode? Or at least make it a lot less?
6 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now