crymp-net / client-server

CryMP client and server
https://crymp.org
20 stars 7 forks source link

Sometimes rockets go through static/terrain #72

Open griseraner opened 1 year ago

griseraner commented 1 year ago

Happens mostly with vehicle guns Edit: happens with all rockets This is due to projectile being spawned on server first, and being removed before it actually collides on the client

griseraner commented 1 year ago

Possible solution: Trigger the effect on client on remove (if it hasnt actually collided yet)

griseraner commented 1 year ago

Maybe we can compensate the delay on client with faster projectile speed.. VTOL missiles seem to work fine most of the time though 🤔