Besiege

Besiege

Logic extensions mod
憨憨 15. juni 2024 kl. 3:00
Steering, Wheels FPIO Bug?
This mod is great, and I've been playing it for a while, but I've noticed a bug that I don't know if it's just me experiencing it.

When Steering, Wheels are selected with FPIO checked, they will no longer be able to moveback, only move forward, but Cogs are functioning normally.
< >
Viser 1-3 af 3 kommentarer
憨憨 15. juni 2024 kl. 3:16 
It seems that if I move back first, then move forward, Wheels can move back normally
Lambda  [udvikler] 15. juni 2024 kl. 13:23 
Hi. There is a conflict between input direction as FPIO and as detected by game itself. Mod dynamically sets speed slider value to interpolated in [0..(forward-backward)]. So if backward key has bigger simulated value, then it ends up in negative speed naturally.
At the same time game checks if backward key is pressed and forward is not, it inverts value. So pressing backwards gets minus from FPIO and another minus from game, ending up with plus (forward).
Right now I can't figure out how to fix this. Changing FPIO logic to not get negatives breaks LERP mode since all LERPed keys are treated as (almost) always pressed by game and it applies "plus" since forward is also held. I guess for now we have to use FPIO mode only for LERP-controlled gears, not manual-controlled ones.
Lambda  [udvikler] 15. juni 2024 kl. 13:37 
Oh nvm, I've just applied in-game negative detection logic once more to level it out lol.
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50