AirRice / zs_banditwarfare

Derivative PVP Gmod gamemode based on Zombie Survival
https://steamcommunity.com/sharedfiles/filedetails/?id=2744583080
6 stars 5 forks source link

Hotfixes #27

Closed AirRice closed 2 years ago

AirRice commented 2 years ago

Fix several potentially gamebreaking bugs.

  1. Weapon damage being unreliably transmitted in clientside hitscan mode. Fixed by making damage field be sent directly, but can be exploited extremely easily. Clientside hitscan is definitely not safe for public servers.
  2. Fixed https://github.com/AirRice/zs_banditwarfare/issues/13. End of round camera position is overall more cinematic and no longer gets stuck within entities.
  3. Potential fix for https://github.com/AirRice/zs_banditwarfare/issues/14. The large number of recursive calls made when phasing was the issue, and has been fixed here through precaching, etc.