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

AutoAim #12

Closed pnill closed 6 years ago

pnill commented 6 years ago

AutoAim is enabled by default usually on client and server, because of this a lot of damage calculation is extremely off and ends up causing major de-synchronization in terms of people thinking they're actually firing at another player and landing their shots. The way I'll handle this is hooking the engine and automatically disabling it.

pnill commented 6 years ago

https://github.com/PermaNulled/T4MP/commit/ec1a2688df34da06765e0903435dc2330b90e6b6 was a fix for this and it's tested/working.