Azim / HoarderBud

A mod which makes hoarder bugs friendly and helpful, made for modjam
https://thunderstore.io/c/lethal-company/p/Azim/HoarderBud/
MIT License
0 stars 1 forks source link

(Issue) Hoarder bug egg hitbox allows it to be unrecoverable when thrown at a door #4

Open KaiCollins1 opened 9 months ago

KaiCollins1 commented 9 months ago

The small hitbox of the egg item allows it to be entirely within the "interact-box" of the main door. This may happen with other items, but is easier with an egg as it can be thrown at the door.

Screenshot 2024-01-12 144802

Screenshot 2024-01-12 144750

Azim commented 9 months ago

the throwing code is planned for a complete rewrite (currently uses flashbang code). rn its effectively teleportation with inbetween animation, which is why throwing it upward doesnt work. I wanna make it into a proper rigidbidy with actual physics interactions instead of raycasting

Azim commented 9 months ago

which could fix this issue as well but we will see when we get there. Not gonna specifically change that for now

KaiCollins1 commented 9 months ago

Interesting to know how throwing works. I honestly forgot flashbangs existed.