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

Jump, Crouch are not Hooked #2

Open pnill opened 6 years ago

pnill commented 6 years ago

Need to hook the Jump, Crouch, Fire (Release, Hold, and Fire) functions so that we're able to send that data in the player snapshots to the server.

pnill commented 6 years ago

Fire is now hooked. It was decided that jumping probably doesn't need to be handled... Now just need to handle crouching.

pnill commented 4 years ago

Jumping may need to be handled after all, as it seems when a dummy player picks up boots and jumps the game appears to think they're falling and applies fall damage on the server side but the client never sees this damage.

This could also be related to #5