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

host player walking is flaky #6

Closed pnill closed 6 years ago

pnill commented 6 years ago

The current "player walking" booleans which trigger the animations for the player walking appear to be flaky between my host and client.

My client stops execution when I mouse out of it though so I'm not 100% sure if this is operating how it would over the internet, as I also received data much faster due to being 100% on a local network.

Basically though the host continues to walk even when they should not be where the player's movement seems extremely smooth on the host end.

pnill commented 6 years ago

The was in relation to the socket programming and not receiving all of the data per frame and is now considered to be resolved.