Project Zomboid

Project Zomboid

More Zombie Behavior
Showing 1-10 of 17 entries
< 1  2 >
Update: Oct 21 @ 11:14am

Updated java files

Update: Sep 27 @ 4:09am

Updated java files

Update: Sep 6 @ 4:07am

Fixed Move during attack being faster than intended on lower frame rates

Update: Aug 27 @ 9:52am

Updated overrideMovement for javamod
Updated javamod
Updated intercept to only return intercept vector

Update: Jul 30 @ 12:26pm

Added optional java sub mod
Fixed multiple issues with sandbox settings not having the stated effect

Attempted to improve kinematic wander, still does not work properly

Update: Jun 14 @ 7:11am

Fixed issue with animations not being overwritten in v2
Improved wander mechanic, but it still requires more work
Added simple replacement for grouping when wander behavior is active

Update: Jun 2 @ 1:17pm

Moved files to client instead of server in hopes of fixing desync

With flockign return new CustomVector2 instead of cached value, as operators are not always present for some reason

Update: May 28 @ 11:52am

Refactored code into new separate version only for build 42

Added:
Boids / Flocking behavior
Random distribution of behaviors

Update: Apr 14 @ 12:56pm

Added sandbox variable for speed up / slowdown amount

Update: Mar 13 @ 1:54pm

Fixed issue with SpeedUpSeconds being retrieved before value was initialized, this caused the default value of 300 to always be used
Fixed issue with speed up not being calculated completely accurately, it should now more closely follow SpeedUpSeconds

42: Added requested slowdown as alternative for speed up. Uses the exact same mechanics as speed up, but slows down instead.