space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.13k stars 2.83k forks source link

Throwing distance is weird #29053

Open lzk228 opened 3 weeks ago

lzk228 commented 3 weeks ago

I did some testing and you cannot throw items exactly to your cursor image Here i was throwing one meatball per every marking and as you can see first 3 landed at same place, all other meatballs landed 1 tile further than my cursor

Earlier (like in feb 2023) i remember i could throw items exactly at the same place as my cursor

Plykiya commented 1 week ago

yeah, I experimented with this and looked at the code the throwing system doesn't calculate some exact way to get the object from point A to point B, you throw with the exact same power at all distances and it kind of hopes for the best that the force works out at all points