Project Zomboid

Project Zomboid

More Zombie Behavior
目前顯示第 1-10 項,共 17 項
< 1  2 >
更新:10 月 21 日 @ 上午 11:14
Morry 發表

Updated java files

更新:9 月 27 日 @ 上午 4:09
Morry 發表

Updated java files

更新:9 月 6 日 @ 上午 4:07
Morry 發表

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

更新:8 月 27 日 @ 上午 9:52
Morry 發表

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

更新:7 月 30 日 @ 下午 12:26
Morry 發表

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

更新:6 月 14 日 @ 上午 7:11
Morry 發表

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

更新:6 月 2 日 @ 下午 1:17
Morry 發表

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

更新:5 月 28 日 @ 上午 11:52
Morry 發表

Refactored code into new separate version only for build 42

Added:
Boids / Flocking behavior
Random distribution of behaviors

更新:4 月 14 日 @ 下午 12:56
Morry 發表

Added sandbox variable for speed up / slowdown amount

更新:3 月 13 日 @ 下午 1:54
Morry 發表

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.