✔️ FIXED BUG: No Wheel Control at Tile Edges

Eggheads talking about bytes and stuff.
Post Reply
User avatar
Krishty
Site Admin
Posts: 1364
Joined: 2022-Jan-09, 00:59

✔️ FIXED BUG: No Wheel Control at Tile Edges

Post by Krishty »

Not very important for TAW, since all runways are always in the middle of a tile. But very important for Ace Combat with small tiles:

If you roll over the edge between two tiles, strange things happen. The plane might slow down drastically. You may lose steering. Control surfaces start moving.

It is extremely apparant on this aircraft carrier in AC3, which is placed in-between four tiles:
image.png
image.png (298.88 KiB) Viewed 135 times
Looks like the physics engine tests every wheel four times: Once for each tile. (This is correct, as the plane overlaps all of them and wheels may come into contact with either.)

One tile collides with the wheel, and forces are computed correctly. But the other three do not, and the wheels reset to “not touching terrain”. When the FCS checks wheel load, it finds that no wheel touches the ground, so it assumes the plane is airborne.

Wheels should not reset to “not touching terrain” when a collision test fails, they should do so when all collision tests fail!
User avatar
Krishty
Site Admin
Posts: 1364
Joined: 2022-Jan-09, 00:59

Re: 🔴 OPEN BUG: No Wheel Control at Tile Edges

Post by Krishty »

Will be fixed to an acceptable level in the next build.
User avatar
Krishty
Site Admin
Posts: 1364
Joined: 2022-Jan-09, 00:59

Re: ✔️ FIXED BUG: No Wheel Control at Tile Edges

Post by Krishty »

Post Reply