Few reports saying that the 1s interval is too long (agreed) and that interrupted backs are reported as b-steps.
Proposed changes (non-breaking)
Interval reduction 16 frames -> 6 frames (.375s)
Minimum b pressed required 2 -> 3
Above change is in 6.37.1 but there are a few more issues:
The replay file logs b presses even when the back action is already happening. The m_sequence field indicates the precise order of all commands given by a player. Consecutive values of m_sequence in a b command indicate that the event should be discarded (has no effect, b is already happening). b-steps require a movement command in between bs to count.
Few reports saying that the 1s interval is too long (agreed) and that interrupted backs are reported as b-steps.
Proposed changes (non-breaking)
Above change is in 6.37.1 but there are a few more issues:
m_sequence
field indicates the precise order of all commands given by a player. Consecutive values ofm_sequence
in a b command indicate that the event should be discarded (has no effect, b is already happening). b-steps require a movement command in between bs to count.