DayZ
PvZmoD_Spawn_System
Liven  [开发者] 2019 年 8 月 24 日 上午 4:57
HowTo...
HowTo list
< >
正在显示第 1 - 15 条,共 16 条留言
Liven  [开发者] 2019 年 8 月 24 日 上午 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.
最后由 Liven 编辑于; 2019 年 8 月 24 日 上午 5:32
Trist 2019 年 8 月 24 日 下午 2: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 2019 年 9 月 18 日 上午 9:53 
Thanks for the tutorial. Love your PVZ mod, makes the server run with high FPS :)

Thanks for sharing it.
aussie battler 2019 年 9 月 18 日 上午 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 2019 年 9 月 18 日 上午 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.
最后由 aussie battler 编辑于; 2019 年 9 月 18 日 上午 10:35
Liven  [开发者] 2019 年 9 月 18 日 上午 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 2019 年 9 月 18 日 下午 6:47 
@liven thanks you are a legend.
Gojan 2020 年 4 月 13 日 上午 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'",};
最后由 Gojan 编辑于; 2020 年 4 月 13 日 上午 4:48
Liven  [开发者] 2020 年 4 月 13 日 上午 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 2020 年 4 月 13 日 上午 10:15 
what do you mean with the elements. like can i just use the types.xml file and choose "Weapons"?
Liven  [开发者] 2020 年 4 月 13 日 上午 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"
最后由 Liven 编辑于; 2020 年 4 月 13 日 上午 10:31
ego_sin_trick 2020 年 6 月 23 日 上午 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  [开发者] 2020 年 6 月 23 日 上午 7:12 
@ego_sin_trick I don't know.
Styxxium 2020 年 10 月 3 日 下午 3: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  [开发者] 2020 年 10 月 4 日 下午 2:54 
引用自 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.
< >
正在显示第 1 - 15 条,共 16 条留言
每页显示数: 1530 50