Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'hit_back:'
#1
As we all know there is no hit_back: tag - or at least it doesn't work in any way
However we can easily simulate it perfectly with a few hit_d: and mp: tags

All we need is a hit_d: tag with the frame we want to got to when the opposite direction key is held and an mp: -1 in the same frame
Now i suppose many already know that the hit_d in such a case will act when either Defense is pressed, the mp is too low to take 1 or the opposite direction key is held (used for firens burn_run to stop)

there will always be enough mp for the mp: -1 to work (unless you overdrained yourself really badly somehow) but the Defense key is undesired if we really only want the 'hit_back' input
that one can be blocked out by making the frame we will go to require an amout of mp far above the 500 a character has
now the hit_d will only be carried out if you press back

all pretty simple, nothing new
but here an examlpe for woody (omitting everything unimportant):
    DC-Code:
<frame> 249 fly_crash
   pic: 152  state: 7  wait: 1  next: 251 mp: 99999
<frame_end>
<frame> 250 fly_crash ... mp: 200
<frame> 251 fly_crash
   pic: 153  state: 3  wait: 1  next: 252 hit_d: 249  mp: -1
<frame_end>
this one is actually a circle - you carry out a tiger dash, however you are holding back right at the start, visually staying in the first frame as long as you hold backwards
as soon as you release you will dash forward
also the mp: -1 acts very fast so you are basically only in frame 249 (sporting a nice state: 7 giving you some defense as you wait)

a circle like that can be nice for simply delaying a move for as long as you need (cascading several of them for each frame would allow the player do delay/slow down a move at any point)
putting many of those in a chain could create a nice chargeable move
it can be used to change direction during a move
it could also be used to simply cancel a move just to carry out a different one
or to have two variations of a move (normal/held back, strong/weak, knocking down/dance of pain, lifting up/catching, high throw/low throw, ...)

this can add a lot of variety to a character thats intuitive to execute

pro:
-a new key apart from D J A to toy around with
-it depends on your direction
-it can be held down and get noticed by the game as often as you like (charging)
-it does not have to be pressed in an exact moment (just held down)
-it acts much faster than normal hit_ tags
-AI will use it automatically

con:
-F6 will turn it into a normal Defense key (ignoring all mp tags)
-if you use this to delay a move like the tiger dash you will waste your 200 mp before you actually get to dash (you might get pushed into broken defense in my example)
Reply


Messages In This Thread
'hit_back:' - by YinYin - 02-15-2010, 12:31 PM
RE: 'hit_back:' - by Azriel - 02-15-2010, 12:37 PM
RE: 'hit_back:' - by YinYin - 02-15-2010, 12:38 PM
RE: 'hit_back:' - by Azriel - 02-15-2010, 12:56 PM
RE: 'hit_back:' - by YinYin - 02-15-2010, 01:42 PM
RE: 'hit_back:' - by Bamboori - 02-15-2010, 01:04 PM
RE: 'hit_back:' - by TheNave - 02-15-2010, 01:50 PM
RE: 'hit_back:' - by Bamboori - 02-15-2010, 02:05 PM
RE: 'hit_back:' - by dubbleD - 02-16-2010, 06:28 AM
RE: 'hit_back:' - by Alblaka - 03-29-2010, 08:53 AM
RE: 'hit_back:' - by STM1993 - 02-23-2014, 11:34 AM
RE: 'hit_back:' - by YinYin - 02-23-2014, 11:51 AM
RE: 'hit_back:' - by STM1993 - 02-23-2014, 12:38 PM
RE: 'hit_back:' - by YinYin - 02-23-2014, 12:44 PM



Users browsing this thread: 1 Guest(s)