Project Zomboid

Project Zomboid

Zombies Fear The Sun
正在显示第 1 - 10 项,共 16 项条目
< 1  2 >
更新于:2024 年 12 月 17 日 上午 7:48
作者:pillow

2024-12-16 - 2.3 Sandbox options

  • Make all modifiers variables changable in the sandbox settings menu on a new tab. You can now ignore the default design of this mod and play to your own rules, based on overwhelming demand to change behaviors. Default rules are based on zombie behavior in the show Kingdom.

更新于:2023 年 2 月 16 日 下午 1:05

2.2
change the way zombies are initialized. Because it seems zombies are created before buildings they were failing checks for closest building and being set to docile outside.
when zombies are initialized they are immediately given a travel command.
modify night routine to encourage more zombies to go outside. Improve logic that gives zombies commands.
various code comment documentation updates

更新于:2023 年 2 月 15 日 下午 12:21

from github
2.1

add function to calculate if a target is too far
add function to lure zombies to a distant target helping in rural areas
change some logic on daytime and night time routines to make zombies more likely to move and reduce false positive docile zombies outside
change tick calculations slightly to make sure zombies are more likely to move
add lure chance to static variables to allow spicing up night time by pushing a certain percentage of zombies outside

更新于:2022 年 1 月 7 日 上午 5:06

1/7 - change target to avoid error spam.

更新于:2022 年 1 月 6 日 下午 3:44

1/6/2022 - upload to steam, small change to luresound, turn off loadzombie function due to issues.
11/05 - Changes by Monkey

  • Refactoring
  • Added day-night cycle depending on season
  • Added chance to alert zombies based on traits
  • Changed aggro'd zombies algorithm
  • Improved wandering algorithm, zombies sometimes move around when docile
  • Added a night routine that should have zombies wandering around more
  • Improved algorithm to help zombies become unstuck (need some feedback on this)
  • Aggro has a small chance to alert the whole building
  • Has a small chance to alert zombies while crouch running
  • When you aggro a room or building, there's a chance that not all zombies become aggro'd
  • Added chance to alert zombies on each hit

更新于:2021 年 10 月 22 日 下午 1:09

add helper function for empty building table to avoid excessive errors.
consolidate lure functions into a random 50/50 choice

更新于:2021 年 10 月 20 日 上午 10:42

fixed zombies not waking up in the evening

更新于:2021 年 10 月 20 日 上午 6:15

10/20 - add command flag and subsequent checks to aid zombies that get stuck

更新于:2021 年 10 月 19 日 下午 5:39

10/19 - Give zombies 2 ways to get inside, add ticker indepdentent of zombies

更新于:2021 年 10 月 18 日 下午 6:01

vastly improve performance with new functions and logic