Page 1 of 1

[0.16.51] (minor) Exiting vehicles placement to far away

Posted: Tue Aug 21, 2018 6:03 pm
by Wolffeus
This is probably very low priority, but I thought I would post anyways:
Sometimes when entering and exiting vehicles very fast (spamming two buttons at the same time for a couple seconds), you get placed too far from the vehicle and can't reenter from the position you are in.
Works with car, tank and locomotive in all placements or rotations.
Reproduction: stand next to a vehicle and spam enter vehicle button (Enter and Numpad Enter for example)
No mods.

Re: [0.16.51] (minor) Exiting vehicles placement to far away

Posted: Tue Aug 21, 2018 7:52 pm
by DaveMcW
Confirmed.

Here is a script that will trigger the bug without the need to spam buttons:

Code: Select all

/c game.player.driving = true; game.player.driving = false;

Re: [0.16.51] (minor) Exiting vehicles placement to far away

Posted: Tue Aug 21, 2018 9:42 pm
by Rseding91
Thanks for the report however I'm not going to change this.

Entering and exiting vehicles use 2 different distances. Entering is defined in the player prototype and exiting is defined by the size of the vehicle bounding box.