Project Zomboid

Project Zomboid

Zombies Fear The Sun
16개 중 1~10개 표시 중
< 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