Project Zomboid

Project Zomboid

More Zombie Behavior
Showing 1-10 of 16 entries
< 1  2 >
Update: 27 Sep @ 4:09am

Updated java files

Update: 6 Sep @ 4:07am

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

Update: 27 Aug @ 9:52am

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

Update: 30 Jul @ 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: 14 Jun @ 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: 2 Jun @ 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: 28 May @ 11:52am

Refactored code into new separate version only for build 42

Added:
Boids / Flocking behavior
Random distribution of behaviors

Update: 14 Apr @ 12:56pm

Added sandbox variable for speed up / slowdown amount

Update: 13 Mar @ 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.

Update: 16 Jan @ 2:12pm

42:
Added bandits compatibility
Made moving during attack linked to timeDelta

41:
Added starlit libary as replacement for accessible fields