DayZ
PvZmoD_Spawn_System
Liven  [udvikler] 24. aug. 2019 kl. 4:57
HowTo...
HowTo list
< >
Viser 1-15 af 16 kommentarer
Liven  [udvikler] 24. aug. 2019 kl. 4:57 
HowTo...Use Plague Zombies

Plague_NewZombie mod have to be installed (server and client side)

You can use these names :
"PSR2_ZmbM_Zubastik",
"PSR2_ZmbM_Zubastik1",
"PSR2_ZmbM_Zubastik2",
"PSR2_ZmbM_Krovosos",
"PSR2_ZmbM_Krovosos_Black",
in ZombiesCategories.c

In this file you can modify existing lists or create new ones.
To use the lists you create, you have to modify ZombiesChooseCategories.c

You can find more informations in the comments lines of these files.

Disclaimers :
If you use PvZmoD Tweaked Zombies the speed of these new creatures will be jogging (no sprinting) as it is the default speed of my mod.
Check ingame the model you want to use to be sure it work properly and has no conflic with my mods.
Sidst redigeret af Liven; 24. aug. 2019 kl. 5:32
Trist 24. aug. 2019 kl. 14:54 
Thanks for point it out to us bud, not as educated in how to intermingle mods and thanks for @'ing me to let me know. Not sure if the dude above me is trolling, lol
aussie battler 18. sep. 2019 kl. 9:53 
Thanks for the tutorial. Love your PVZ mod, makes the server run with high FPS :)

Thanks for sharing it.
aussie battler 18. sep. 2019 kl. 10:33 
I am trying to spawn zombie skeletons with PvZ. The spawn in, but dont move. I created their own type in ZombiesChooseCategories.c. Made them spawn only at churches in ZombieChooseCategories.c. Added loot to them in Zombieloot.c (without adding clothes), the loot works. Added their classname to cfgspawnabletypes.xml with "PvZempty". I am not using the skeleton classname the author said "dont use this one".

Can you see if I have done anything wrong or is it just that they are not compatible?
aussie battler 18. sep. 2019 kl. 10:34 
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1865458192
Here is the skeleton zombies mod. They spawn in with admin spawn tools & run around.
Sidst redigeret af aussie battler; 18. sep. 2019 kl. 10:35
Liven  [udvikler] 18. sep. 2019 kl. 10:59 
I see the problem, it will be corrected in next update (maybe at the end of the week or next one).
For the moment skeletons don't work with spawn system
aussie battler 18. sep. 2019 kl. 18:47 
@liven thanks you are a legend.
Gojan 13. apr. 2020 kl. 4:48 
is it possible to like add a whole weapons category to zombies? and of course aswel as other things, like clothes etc
ref TStringArray itemList_09 = {"1.0","BadlyDamaged","'weapons'",};
Sidst redigeret af Gojan; 13. apr. 2020 kl. 4:48
Liven  [udvikler] 13. apr. 2020 kl. 8:39 
@Gojon, yes you can do that (the important thing is the "All"):

ref TStringArray itemList_00 = "All","BadlyDamaged","Weapon","attachment1","attachment2","Magazine",};

but the player will have to put together the elements.
Gojan 13. apr. 2020 kl. 10:15 
what do you mean with the elements. like can i just use the types.xml file and choose "Weapons"?
Liven  [udvikler] 13. apr. 2020 kl. 10:30 
My mod does not use types.xml

The elements are attachments (optics for example). I thought you wanted to spawn a "complete" weapon with all its attachments.

If you want to spawn one random weapon you have to set :

ref TStringArray itemList_00 = "1.0","BadlyDamaged","M4A1","AKM","FNX45","AllTheOtherWeaponsYouWant"};

Sorry you can't just set "weapons"
Sidst redigeret af Liven; 13. apr. 2020 kl. 10:31
ego_sin_trick 23. juni 2020 kl. 4:52 
I've been Tinkering around with the ever popular CommunityOfflineMode. Trying to make my own little private Testing ground and I was wondering How I would go about adding Your spawn system to it.
Liven  [udvikler] 23. juni 2020 kl. 7:12 
@ego_sin_trick I don't know.
Styxxium 3. okt. 2020 kl. 15:19 
I there a way to set the max number in a stack of stackable items that zombies will spawn in with? They always have the max stack. I use BulletStackPlusPlus and have the standard stack size at 80 to save inventory space, but I dont want zombies spawning with more than say 10-15. Can that be done?
Liven  [udvikler] 4. okt. 2020 kl. 14:54 
Oprindeligt skrevet af Styxxium:
I there a way to set the max number in a stack of stackable items that zombies will spawn in with? They always have the max stack. I use BulletStackPlusPlus and have the standard stack size at 80 to save inventory space, but I dont want zombies spawning with more than say 10-15. Can that be done?


I'm sorry but it is something I didn't succeed to configure.
I tried lot of thing that were supposed to work but no solution found.
I fear the only solution to make bullets rare is to spawn them very rarely.

If at some point I find a fix for that, of course I will apply it but don't wait for it soon.
< >
Viser 1-15 af 16 kommentarer
Per side: 1530 50