Tracking: Difference between revisions

From Wavu Wiki, the 🌊 wavy Tekken wiki
Line 35: Line 35:
The test is done by recording a Heihachi doing the attack into a sidestep, and then trying to hit him with the move being tested.
The test is done by recording a Heihachi doing the attack into a sidestep, and then trying to hit him with the move being tested.


The tracking score is equal to <code>startup + test</code>, where <code>startup</code> is the startup of the move, and <code>test</code> is the test with the best score where:
The tracking score is equal to <code>startup + test</code>, where <code>startup</code> is the startup of the move and <code>test</code> is the test with the best score where:


* the move still hits
* the move still hits

Revision as of 03:24, 14 January 2021

Tracking is the ability of a move to hit a sidestepping opponent. It's affected by the move:

  • having a wider hitbox
  • having a hitbox closer to one side
  • realigning towards the opponent during startup

In addition, there are moves which cause either the attacker or defender to recover slightly off-axis, which can change the tracking of immediate followups.

Measurement

The following tests are used to measure tracking scores for Wavu Wiki movelists:

  • +9 — 2 hit
  • +8 — 1 hit
  • +7 — 1,2 hit
  • +6 — d/b+1,F hit
  • +5 — d/f+1+2 hit
  • +4 — d/f+1,1 hit
  • +3 — BT 1 hit
  • +2 — f+2 hit
  • +1 — 1 block
  • +0 — 2 block
  • -1 — d/f+1 block
  • -2 — d/f+1,1 block
  • -3 — f+2,3 block
  • -4 — d+2 block
  • -5 — b+1 hit
  • -6 — f+2~1+2 block
  • -7 — d/f+3 block
  • -8 — BT 1 block
  • -9 — f+2 block

The test is done by recording a Heihachi doing the attack into a sidestep, and then trying to hit him with the move being tested.

The tracking score is equal to startup + test, where startup is the startup of the move and test is the test with the best score where:

  • the move still hits
  • the move doesn't miss in a test with a worse score[1]

The tracking score is thus the number of frames Heihachi can sidestep for and still be hit by the move.

In tests where the bot has around 11 to 14 frames to sidestep, both sidestep and sidewalk should be tested. The test is passed only if both get hit.

  1. This is to avoid situations where a move will hit at e.g. -9 but not -2 to -8 because of weird hurtbox interactions.

Considering startup

An often overlooked aspect to measuring tracking is that a move's speed plays a role. Slower moves give the opponent more time to sidestep, which leads to two unexpected results:

  • If tests measure if a move hits after a sidewalk at +0, then slow moves will be underrated.
  • If tests measure if a move hits after a sidestep, then slow moves will be overrated.

For this reason, the “tracking score” takes startup into account.

Knowing this is necessary to contextualize the score: Against an opponent doing sidestep block, a slow move that tracks 15 frames of sidestep is just as good as a fast one. But against an opponent who commits to a sidewalk, the faster move is better, because it doesn't give them that extra time.

Limitations

This measurement is simplifying things.

In some cases, a move will track well at close range but not at long range, or it can hit at -9 but not at -5, because the hitbox has a weird shape. In addition, there are many interactions between odd hurtboxes which aren't reflected by testing only against a single, standardized opponent.

There are also many situations where a move will hit an opponent sidestepping but whiff against sidestep guard or sidestep crouch, and vice versa.

The most significant limitations is that the tests only work on moves done from standing. Moves from stances must be tested in other ways.

The use of this tracking score in movelists is not meant to be definitive. Extra pages detailing the tracking of moves in relevant situation can be valuable additions to the wiki.

Alternatives

One could simply note the exact size and position of the hitbox and whether or not it realigns, but for most players this is not useful information.

One could reduce the score down to something like “tracks left”, “tracks right”, or “no tracking”, but this would be oversimplifying.