YesNoOk
avatar

Rage arts like Tekken 7 (Read 2100 times)

Started by Tekkenthusiast, June 01, 2017, 04:45:20 pm
Share this topic:
Rage arts like Tekken 7
#1  June 01, 2017, 04:45:20 pm
  • *
    • USA
    • ronlacson1@yahoo.com
I would like to put akuma a Rage art, a Raging demon obviously. Raging demon would only trigger when akuma has low on health and It can only be used once. I need variables?
"Come back when you're ready to fight!"
-Heihachi
Last Edit: June 08, 2017, 05:21:27 am by Noctis
Re: Rage arts like Tekken 7
#2  June 01, 2017, 04:53:31 pm
  • ****
  • Pixels are atom's of resolution,Low-res or Hi-res
    • Turkey
    • metekervan26@gmail.com
.cmd
statedef -1
trigger(x) = life < y

I copy pasted this from an old thread,this is pretty much the answer of 1st question,I have no idea about 2nd one.
Re: Rage arts like Tekken 7
#3  June 01, 2017, 04:58:08 pm
  • ****
  • Objection! Sustained!
    • Russia
    • mitia.pogorelov1@yandex.ru
Yes, but only one. Execution controller, for making you unable to make this move again.
That's simple. Just follow these steps:
------------------------
Step 1: Put this in -3. That's for reseting your ability to make this move in new round. Don't forget to put any number instead of X, of course.
[State -3, Var Reset]
type = VarSet
trigger1 = roundstate = 0
var(X) = 0
ignoreHitPause = 1
-----------------------
Step 2: Put this into move's state.
[State Z, Execute once]
type = VarAdd
trigger1 = !time
var(X) = 1
ignoreHitPause = 1
----------------------
Step 3: Just create in move's CMD code a trigger "Var(x)=0". That's all.
----------------------
With life it's even easier: just put in the same code a trigger "Life <= Y". Nessecary HP points instead of Y, of course.
Re: Rage arts like Tekken 7
#4  June 04, 2017, 05:36:37 pm
  • *
    • USA
    • ronlacson1@yahoo.com
Yes, but only one. Execution controller, for making you unable to make this move again.
That's simple. Just follow these steps:
------------------------
Step 1: Put this in -3. That's for reseting your ability to make this move in new round. Don't forget to put any number instead of X, of course.
[State -3, Var Reset]
type = VarSet
trigger1 = roundstate = 0
var(X) = 0
ignoreHitPause = 1
-----------------------
Step 2: Put this into move's state.
[State Z, Execute once]
type = VarAdd
trigger1 = !time
var(X) = 1
ignoreHitPause = 1
----------------------
Step 3: Just create in move's CMD code a trigger "Var(x)=0". That's all.
----------------------
With life it's even easier: just put in the same code a trigger "Life <= Y". Nessecary HP points instead of Y, of course.

Thanks man! I'll try this code :D
"Come back when you're ready to fight!"
-Heihachi
Re: Rage arts like Tekken 7
#5  June 08, 2017, 05:21:08 am
  • ****
  • Hey, I'm Grump!
    • USA
    • soldier.ucoz.net/
You gotta update us and let us know if it worked or not. otherwise ima assume you solved it and change your topic. if you still need help after that, chances are you wont get it. no one clicks on solved topics.

(Youtube) (WIP) (Mediafire) (New Anime Shop) My Manga Reviews! Personal favorite Patreon! Check her out!

"There is nothing either good or bad, but thinking makes it so."
Re: Rage arts like Tekken 7
#6  June 09, 2017, 03:44:00 pm
  • *
    • USA
    • ronlacson1@yahoo.com
You gotta update us and let us know if it worked or not. otherwise ima assume you solved it and change your topic. if you still need help after that, chances are you wont get it. no one clicks on solved topics.

Oh I'm sorry :| gotta update you next time :) been busy with school lol hahahaha
"Come back when you're ready to fight!"
-Heihachi