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
 
I cant quite understand why only one of those commands don't work.
But your solusion has at least some sence and logic.


can't see logic behind this: but is working:

Code:
423, 427, 11.0, 5.0,      1.0,    1.7,    83,    84, i ign 0.0,       0.0,   smooth smooth     0           0
426, 428, 5.0, 10.0,      1.0,    1.7,    83,    84, i ign 0.0,       0.0,   smooth smooth     0           0
423, 427, 10.0, 10.0,      1.0,    1.7,    83,    84, i ign 0.0,       0.0,   smooth smooth     0           0
423, 427, 10.0, 10.0,      1.0,    1.7,    83,    84, i ign 0.0,       0.0,   smooth smooth     0           0
 
It's an issue with the truck parser, will create a GitHub issue ticket on it soon.

But changing the command keys from 83, 84 to 82, 83 and updating the trigger keys accordingly should work around the issue. Here's the full truck files with the fix applied:
 

Attachments

Back
Top