Eagle-One-Development / sbox-speed-dial

Speed Dial Gamemode for s&box
MIT License
3 stars 1 forks source link

Prediction #31

Closed DoctorGurke closed 2 years ago

DoctorGurke commented 2 years ago

Couple of things that I noticed need a prediction pass

this essentially just comes down to predicting the collision for these. Pickuptriggers shouldn't be too hard to predict but the gun throwing is just using physics right now, so that's a bit of an issue. Gotta figure out how to do hulls properly for the gun models so they still collide with everything like they should.

DoctorGurke commented 2 years ago

predicting pickups is dumb and can't really be done feasibly, need to use lag compensation instead probably