When transport robot is moving towards player which is inside the train on the horizontal elevated rail, they go to the point directly below that rail. Technically, not a bug, but looks like a bug.
[2.0.16] [SA] Incorrect transport robot display when character is inside train on elevated train
[2.0.16] [SA] Incorrect transport robot display when character is inside train on elevated train
- Attachments
-
- 2024-11-11 02-17-27.mp4
- (11.99 MiB) Downloaded 18 times
Re: [2.0.16] [SA] Incorrect transport robot display when character is inside train on elevated train
Thanks for the report. This is a won't fix due the performance overhead it would have on every single robot everywhere at all times.
If you want to get ahold of me I'm almost always on Discord.
Re: [2.0.16] [SA] Incorrect transport robot display when character is inside train on elevated train
I can suggest changing this on a render layer, so they are rendered with the offset when all conditions are true:
- Robot is inside render area (of course it is)
- Robot is targeting current player or the vehicle they control: this should already be in the game data as these robots are colored differently; no need to render that to the other players
- Robot is near its destination: in FFF-421 it was said robots are now checked only once per N ticks, so the last (or last few) of chunks could be considered as "near"
- Target is elevated: in train or flies in jetsuit from mech armor (or any other method of elevation)