Page 1 of 1

Tutorial: Advanced Networking and Local Prediction

Posted: Sat Mar 04, 2017 7:49 pm
by Eukara
I'm just hotlinking this here because I suck at bbcode

https://icculus.org/~marco/quakec/csqc/prediction

This is for FTE QuakeWorld, no idea if Darkplaces users even have to worry about this sort of stuff.
This tackles the problem of having to do prediction of the local player yourself when overwriting the physics/networking of the player entity. For a long time this was a thing that FTEQW developers have tried to avoid doing... so here it is.

Re: Tutorial: Advanced Networking and Local Prediction

Posted: Sun Mar 05, 2017 4:46 pm
by toneddu2000
Interesting lecture, Eukos, thanks for sharing! I personally prefer not to update anything physics-related (origin, velocity, movetype) in Player predraw, but it's cool to see other ideas!
BTW: soo cool FreeCS project! :biggrin: It's great to see someone else who loves FTE! :lol:

Re: Tutorial: Advanced Networking and Local Prediction

Posted: Sun Mar 05, 2017 4:56 pm
by Nahuel
little OT: FREECS is awesome!!

Re: Tutorial: Advanced Networking and Local Prediction

Posted: Mon Mar 06, 2017 3:02 am
by frag.machine
Nice work, Eukos. Looking forward for more advanced CSQC tutorials.