ldesgoui / tf2-comp-fixes

Various TF2 tweaks catered towards competitive play
GNU General Public License v3.0
46 stars 7 forks source link

Bullets are improperly interpolated & delayed by one tick from their actual shot position #61

Open sapphonie opened 2 years ago

sapphonie commented 2 years ago

https://github.com/ValveSoftware/source-sdk-2013/pull/442 https://forums.alliedmods.net/showthread.php?t=315405 https://github.com/XutaxKamay/firebulletsfix

Seems like a pretty simple fix:

https://github.com/XutaxKamay/firebulletsfix/blob/master/scripting/firebulletsfix.sp#L84 -> https://github.com/XutaxKamay/firebulletsfix/blob/master/scripting/firebulletsfix.sp#L102 (though it should be mentioned that OnPlayerRunCmd is apparently client authoritative!!!!)