DayZ
PvZmoD_Spawn_System
Showing 1-10 of 96 entries
< 1  2  3 ... 10 >
Update: 3 Jun @ 7:05am

PvZmoD Spawn System
- 03/06/2025 (V1.28.ai.2)
----- Fix : Code changes to avoid new 1.28 dev warning messages.

Update: 25 Feb @ 6:29am

PvZmoD Spawn System
- 25/02/2025 (V1.27.ai.1)
----- Fix : Code changes to avoid new 1.27 dev warning messages.
----- Fix : Sometime zombies spawned very very small (almost invisible) or became giant for some players.
----- Fix : Some train events was using helicopter event values (type and zombie number).
----- Sakhal Profile : Update with 1.27 map changes*

* You will have to manually update the DynamicSpawnZones.c and StaticSpawnDatas.c files.
If you didn't modify them with custom values you can copy-past the files from the profile included in the mod on your corresponding server profile files.
If you made modifications you will have to manually apply 1.27 new stuff. To find what have been modify, search "V1.27" in these to files and you will find which lines were modify or added.
Remember you can add lines in these two files if needed.

Update: 2 Nov, 2024 @ 3:10am

- 31/10/2024 (V1.26.ai)
----- Fix : Possible null message
----- Profile : Sakhal profile added*

*Don't forget to rename the profile folder if you want to use it.
Look at installation instruction if you don't see what I mean.
https://test-steamproxy.haloskins.io/workshop/filedetails/discussion/2051775667/2145343824304517070/

Update: 15 Oct, 2024 @ 6:09am

- 15/10/2024 (V1.26.ah10)
----- Profiles : Dean Hall zombies (ZmbM_Gamedev_Black, ZmbM_Gamedev_Blue, ZmbM_Gamedev_Gray) added in ZombiesCategories.c for each map profile (in Small/Average/BigTown_Low lists).
----- Profiles : New winter zombies added in Namalsk profile (in ZombiesCategories.c)

Note : Modifications have to be manually done in your profile file (add ZmbM_Gamedev_Black, ZmbM_Gamedev_Blue, ZmbM_Gamedev_Gray) ot just replace your current file by the updated one if you didn't modify it.

Update: 27 May, 2024 @ 5:50am

- 27/05/2024 (V1.25.ah9)
----- Fix : First dynamic zone (data_Zone001) was not working as attended (was working like countryside spawns).
Thanks to Chimere for reporting the bug and helping to solve it.

Update: 29 Dec, 2023 @ 8:43am

- 29/12/2023 (V1.23.ah8)
----- Chernarus Profile : Countryside spawn rate decreased (1)
----- Changed : Red message "link your discord" updated to be more clear.

(1) Have to be manually updated in DynamicSpawnDatas.c (line data_CountrySide)

Update: 7 Nov, 2023 @ 8:38am

- 07/11/2023 (V1.23.ah7)
----- Update : 1.23 ready.
----- Profile Chernarus : NWAF updated*

*Modification have to be manually done in your profile folder. Here are the modified values
In DynamicSpawnZones.c : data_Zone013
In StaticSpawnDatas.c : data_HordeStatic 248-249 / 268-269-270-271 / 338-339-340-341-342

Update: 29 Aug, 2023 @ 5:47am

- 29/08/2023 (V1.22.ah6)
----- Update : 1.22 ready.
----- Profiles : Some Y coords (height) adjusted in StaticSpawnDatas.c Pripyat profile (thanks to Groundhog).
----- Profiles : New Coords added in DynamicSpawnZones.c Deer Isle profile for the new isle (thanks to Stephane).
----- Profiles : "CigarettePack_Partyzanka" removed from all profiles because it seems to conflict with Expansion AI (I don't know why)
----- Fixed : A couple of possible "null" messages.

Update: 23 May, 2023 @ 6:06am

V1.21.ah5
- 23/05/2023 (V1.21.ah5)
----- Update : 1.21 ready.

If your server doesn't start because of PvZmoD SS, look in your script_xxx.log if it finish by "Too many instructions per function" open ZombiesCategories.c and delete the "Zombie_Type_All" list (don't worry this list is never used).

Update: 14 Feb, 2023 @ 6:10am

- 14/02/2023 (V1.20.ah4)
----- Update : 1.20 ready.
----- Fixed : Some "null" messages
----- Fixed : The random rotation on spawn was not working as attended (feature "7" in the json).
----- Changed : Better management of the game server discord link of the PvZmoD information panel.
----- Changed : Better management of the #defines (for moding, no path to add in config.cpp anymore)