pnill / T4MP

T4MP (Turok 4 Multiplayer) is an modification to bring online play to Turok 4 Evolution for PC it's currently not any where near being actually useable for competitive or serious gameplay but it's getting there.
GNU Affero General Public License v3.0
16 stars 2 forks source link

Networking is Broken (Second player cannot move) #3

Closed pnill closed 7 years ago

pnill commented 7 years ago

I've disabled the position and view angle updates which allowed the player to move (of course) however, the new position did not appear on the server which leads me to believe it's not receiving the player snapshots or not parsing them correctly..

That or the indexes aren't matching, this is possibly why they couldn't move previous to the xyz pos and view angles being ignored for the local player server snapshot updates.

The host player does update positions when moved near the player walking animations do not stop though meaning walk_forward,walk_backward,walk_left,and walk_right are not being disabled when they should be... so something strange is going on with the packets there.