SceptreOfficial / Simplex-Support-Services

Support system for Arma 3
Other
26 stars 12 forks source link

Choppers RTB but don't land #35

Closed NZF-JDWang closed 8 months ago

NZF-JDWang commented 4 years ago

Seen this a few times now, when you tell the transport choppers to RTB sometimes they will fly back to base and just hover there until you tell them RTB once more, then they will land.

SceptreOfficial commented 4 years ago

I've seen this happen and I don't know why it's broken only for RTB. I'll try to figure it out.

EpsilonCommunity commented 3 years ago

I've noticed this happening too

SceptreOfficial commented 3 years ago

The issue is that every other request that interrupts an active request gets immediately cancelled. This only happens on a dedicated server. And for the life of me, I cannot figure out why this is happening.

I found a workaround that seems to have solved the problem (executing the cancellation code on the next frame).

If this problem persists after the next update, let me know.

Kiskadee-dev commented 1 year ago

This is still an issue, multiple requests sometimes will mess with the last one and will require that we repeat the call.

For example, requesting a move and later changing it to land will make it move to the last order but won't land until we repeat the call.

LoydzLuck commented 1 year ago

Im playing using mods, the biggest ones being ALiVE and LAMBS fsm. If I disable LAMBS fsm in-game using Zeus the RTB function works perfectly. Its strange, idk if you guys are using AI mods but its almost like if its the AI's pathfinding.

SceptreOfficial commented 8 months ago

da41e7c8267984452dd918a0d421e72641a29008

SceptreOfficial commented 8 months ago

Test with the new version and create a new issue if it still occurs.