Ford Mustang (1979-1982)

Released Ford Mustang foxbody (1982) 2020-07-29

pls keep backfire 🙏🙏🥺
It's broken in devbuild.

some morning PaintNet doodling:

screenshot_2025-04-08_08-33-02_2.png
 
I made some work around and is working now.

But can seee why one of two identical commands doesn't show up. No errors no broken beams just command beams is not there.
 
I made some work around and is working now.

But can seee why one of two identical commands doesn't show up. No errors no broken beams just command beams is not there.
This issue was apparently introduced shortly after 2022.12 release. For some reason `84` is no longer accepted as a valid command key:

Code:
[RoR|Actor|Warning] Section 'commands' or 'commands2': Invalid 'extend_key': 84; valid range is <0 - 84>

Changing keys to `82, 83` makes the backfire functional again:

Code:
triggers
421, 422, 0.6, 0.4, 83, 82, ci

commands2
426, 428, 10.0, 10.0,      1.0,    1.7,    82,    83, i ign 0.0,       0.0,   smooth smooth     0           0
423, 427, 10.0, 10.0,      1.0,    1.7,    82,    83, i ign 0.0,       0.0,   smooth smooth     0           0
 
Back
Top