Project Zomboid

Project Zomboid

Weakening Zombies (Real time)
正在显示第 1 - 10 项,共 12 项条目
< 1  2 >
更新于:2024 年 7 月 24 日 上午 11:25

Removed "Build 41" tag from the workshop description.

更新于:2024 年 7 月 24 日 上午 11:14

screwup

更新于:2024 年 7 月 24 日 上午 9:35

Fix for latest fix.

更新于:2024 年 7 月 24 日 上午 9:04

Minor update.

更新于:2024 年 7 月 24 日 上午 5:04

更新于:2024 年 7 月 3 日 上午 4:48

BUGFIX: Zombies now does not magically get health back when damaged or killed. Mod should work as intended now.

I could have fixed this sooner, but noone told me about this.

更新于:2024 年 5 月 31 日 上午 9:59

Synch with local version for weekend MP playtesting

更新于:2024 年 5 月 29 日 下午 1:15

Added parameters for performance testing (Do not change these if you're not performance testing the mod):
1. Setting how often the scheduler should run
2. How big the slice should be.

I have played the game with this mod uising the default values and haven't run into any problems, but for MP servers i don't know, so i made it possible to simulate a heavier load.

I then lowered the values to minimum, and while the scheduler ran more often, i didn't seen any FPS drops or experienced any lag. But YMMV...

更新于:2024 年 5 月 28 日 上午 8:57

更新于:2024 年 5 月 27 日 下午 3:02

- Incremented maxdays and maxperiod on start and range values to 365000 (1000 years).

- Changed iMaxHealthPenaltyAfterDays to a RANGE value (ranging from iStartDegradingAfterDays to iStartDegradingAfterDays + iMaxHealthPenaltyAfterDays) instead of an absolute clamp value. Reason: it is easier to specify a time range than to set an absolute time date.

So, If startdate is 30 and Maxhealth penalty day is 150, then Zombies will start degrading after a month (30 days), then reach maximum health penalty after 30+150=180 days (~6 months).