DayZ
PvZmoD_TheDarkHorde
Liven  [developer] Feb 26, 2020 @ 8:48am
FeedBack
Feel free to give your feelings on the mod.

If you can, some informations can help me to enhance the mod :

The global feeling on the difficulty and the influence on the gameplay (team/solo/meetings - surviving/traveling/pvp). Are some situations annoying or funny...

Ideas and suggestions are of course welcome.
< >
Showing 1-15 of 15 comments
[Sy.Ga] Pain Mar 1, 2020 @ 2:50pm 
Hey,
I like the idea of ​​your mod.
but wanted to ask if it is possible to write a simple variant of this mod.
Just run one or even two hordes across the map.
I have been looking for such a mod for a long time but have not yet found a simple variant.
Sorry for my bad English.
Liven  [developer] Mar 1, 2020 @ 3:26pm 
The mod runs already one horde across the map but it would be a lot of work to adapt it for more hordes at the same time
Kyle_Lucian Mar 4, 2020 @ 1:06am 
Is it possible for you to add the "hunt" hints to players who have a radio turned onto a freq?
Liven  [developer] Mar 4, 2020 @ 9:06am 
@Kyle_Lucian I note the idea but it is not a priority so no promise no ETA
Kyle_Lucian Mar 4, 2020 @ 9:34am 
Originally posted by Liven:
@Kyle_Lucian I note the idea but it is not a priority so no promise no ETA


No worries I didn't think it would be.

One more thing though. Is there any way you can add some of these perks to "special" zombies that I can spawn in?

I would love to have some non-ghostly looking zombies that have some of these abilities.
Extra Strength, RedEyes, Faster Sprint, Head Shots. This mod is AMAZING, but I would love the ability to spawn normal looking zombies with those abilities in as well.
Liven  [developer] Mar 4, 2020 @ 9:49am 
For RedEyes you can add this item (Red_Eye) in zombie loot with vanilla loot system (xml files) or the dark horde system (Pvz_TheDarkHorde_ZombieLoot.c) or pvz spawn system if you use it (ZombieLoot.c).

For the abilities : Strength is not modified, they don't sprint faster than vanilla (they can't).
I'm preparing a new mod that will replace pvz tweaked zombies. With this mod you will be able to modify speed, heath, headshot.... (strength later, probably not in first iteration) for each zombies (vanilla or modded).

I hope to launch this mod this month but you know, no promise.
Kyle_Lucian Mar 4, 2020 @ 12:33pm 
Is it possible to to change the direction of the horde in game? Like if it started going east and I wanted it to go west?
Liven  [developer] Mar 4, 2020 @ 1:30pm 
You can set the movement type "2" to 5 in the json and set the destination coord in the "20" "21" values (then press num6 refresh shortcut ingame)
Last edited by Liven; Mar 4, 2020 @ 1:31pm
HeiderakCZE Mar 7, 2020 @ 2:14am 
Hello please can you make settings for livonia?
Liven  [developer] Mar 7, 2020 @ 3:17am 
HeiderakCZE, already done : you just have to select terrain limite coord in Pvz_TheDarkHorde_TerrainLimites.c (comment the Chernarus ones and uncomment the Livonia ones) There is also a waypoint list adapted for Livonia in Pvz_TheDarkHorde_Waypoints.c

I will add start points in Pvz_TheDarkHorde_StartPoints.c to complete.

I don't see what else to do.
batt2dtr Mar 15, 2020 @ 10:05am 
Good job on the mod ! Runs great and players enjoy it . Thanks
Boom_Chukka_Laka May 17, 2020 @ 2:45am 
Great mod players love this
Styxxium Oct 2, 2020 @ 8:42am 
@Liven I am pretty new to modding, and have no idea how to create an addon to someone elses mod. However, I was looking through your code and would like to add a few lines to the DH Masters loot. I like the fact that you have him always spawning with fat, guts, and human steak, but would like to be able to have a couple more arrays to add a randomness to additional loot in addition to your guaranteed loot.

You currently have:
ref TStringArray itemList_DH_01 = {"30.0","Pristine","Guts","HumanSteakMeat","Bone"};

I would like to be able to add something like:
ref TStringArray itemList2_DH_01 = {"1","Random","LAR" ","NVGoggles","AWMreal"};
//This would give a random bonus item
and
ref TStringArray itemList3_DH_01 = {"0.3","Pristine","BluDHMGem","RedDHMGem","YellowDHMGem"};
//This would add an aditional item to be sold at the trader for various amounts.

It seems that you would just need to simply add tthe 2 lists into the base code, then they would be able to be added to the ZombieLoot.c

I think it would add a whole dimension to how the mod could be used.
Last edited by Styxxium; Oct 2, 2020 @ 8:46am
Liven  [developer] Oct 2, 2020 @ 12:52pm 
You already can do that with the itemList_xx, vestList_xx, backList_xx, headgearList_xx.
These lists work exacitly the same way (I should have named them list01, list02... but too late)
For example backList_xx is not reserved to backpack.
When you spawn an item it automaticaly go in the approate slot.
Styxxium Oct 2, 2020 @ 3:36pm 
Sweeet. Thanks
< >
Showing 1-15 of 15 comments
Per page: 1530 50