Bots get stuck on ladders when trying to interact with items that are slightly out of reach #13598
NotWendy
started this conversation in
Bug reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Disclaimers
What happened?
In this example, if the bot approaches the reactor from above to power it on, they'll get stuck once they climb onto the ladder.
Likely happens because the bot knows the interaction area of the reactor would be within reach under normal conditions, but does not realize that being on the ladder reduces their reach by a lot.
Normally, you can interact with an object from its edge and it'll drag your character towards the intended interaction point, which in this case is the panel at the bottom of the reactor. You can't get dragged this way while you're on the ladder, which is what confuses the bot.
Dragging the bot down to the floor manually (by jumping past them and grabbing them with G repeatedly) leads to them successfully powering the reactor on, as soon as they've gotten close to the bottom of the reactor.
Here is a submarine in which this behavior can be reproduced reliably. I've moved the engineer and the mechanic spawn points above the reactor, so they always get stuck on the ladder when you start the sub in the submarine editor.
Gale.zip
The issue has been reported by numerous people outside of GitHub, and most commonly happens with large objects.
Reproduction steps
Alternatively, set up a similar structure yourself, forcing bots to approach a large interactable object from a ladder.
Bug prevalence
Happens every time I play
Single player or multiplayer?
Happens in both single player and multiplayer
-
No response
Version
v1.2.8.0 (Winter Update hotfix 2)
-
No response
Which operating system did you encounter this bug on?
Windows
Relevant error messages and crash reports
No response
Beta Was this translation helpful? Give feedback.
All reactions