Full notes
Full Zombie Panic! Source update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Server
- UI and audio
- Fixes
- Workshop
- Gameplay
The long overdue v3.2 will be released this Friday (February 18th)! So be prepared to get your servers updated and have some fun! This update focuses mostly on fixing bugs and other issues, as well as improving or adding onto already existing features and content. A full changelog will be posted upon release of v3.2, but we'll talk about some of the changes that are coming right now.
Crouching Hitbox Issues
As many of you already know, there is an issue with the players hitboxes when crouching that can make it very difficult to hit the crouching players head. The issue is that the hitbox for the head is sticking outside of the bounding box, which means your hits will not register on that part of the hitbox that is outside of the bounding box.
We attempted to fix this in several ways, but these adjustments caused the side effect of getting stuck in objects when crouch jumping. So unfortunately we had to revert those changes, and we will look into how we can properly fix the crouching hitboxes in the future.
There is another fix we did for this that we will be including in the update, and that was moving the origin of the crouching animation backwards. This makes it so that the front of the head hitbox fits a little better into the bounding box. A side effect of this change is that now there is part of the leg hitboxes sticking out the back of the bounding box, which of course means you won't be able to hit those parts of a crouching Zombie. We thought this was a good compromise in order to be able to hit the head hitbox easier, though.
The yellow line is the bounding box for the player, the parts of the hitboxes outside of the bounding box cannot be hit.
Crouch Spamming In Mid-air
Due to some code left out in the code rewrite for v3.1, players have been able to abuse a function of crouch jumping to make themselves harder to hit while in the air. Players were able to instantly crouch and uncrouch while mid-air, which would shift their position back and forth as quickly as they could press and unpress the button.
We've fixed this by reimplementing a feature of crouch jumping that was used previously in the game. Now whenever you crouch in the air you will stay crouched until you hit the ground. This does not apply to swimming in water because it could prevent a player from being able to get out of a swimmable area that required them to be standing.
Animation Updates
There has been updates to some weapon and character animations that will require your workshop addons to be updated in order to be compatible with the adjustments. If you're using workshop addons and you notice issues - you'll want to comment on the page of the workshop item to inform the creator of the problem, and then disable the addon (if it causes you major problems).
To disable an addon go to your main menu and open Extra -> Add-Ons. There you will see a full list of all the workshop addons you are subscribed to. Find the addon that is causing you problems and uncheck the box for it beside the word "Mounted". (Your game may require a restart after this in order to unmount certain files.)
Weapon Adjustments
Shotguns had their spread slightly increased, they now shoot 8 pellets (instead of 7) that deal 13
Source
Changelog.gg summarizes and formats this update. How we read updates.
