DayZ
pvez test
32 Comments
Shoden 22 Apr @ 4:36pm 
This mod has been broken since an update to Expansion on March 31, 2025. I put together a fix for my own server right after it broke, and decided to make it available to anyone else still using this mod: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3468821188
Samy FIGUEROA 17 Feb @ 9:05am 
OK thanks for the anwser !
yomao  [author] 17 Feb @ 6:13am 
@Symoji(Samy) This mod isn't something I made from scratch, I just repacked it by put parts of code provided by someone else..To be honest, I don’t really know much about the Expansion Map Markers PVE-PVP. But I do know that it’s a well-made piece of work by someone who understands the code. That’s why it's got a longer lifespan, and there's definitely someone around to keep it maintained.
Samy FIGUEROA 17 Feb @ 1:59am 
What's the differences between ''Expansion Map Markers PVE-PVP'' and this mod ?
valle 20 Dec, 2024 @ 1:38pm 
I have my complete pve map and the areas in red are pvp, how can I modify it so that it is complete pvp on the weekend?
yomao  [author] 19 Dec, 2024 @ 9:26pm 
@PapaOurs009 hey, yes this mod simply makes AI don't tied to PVE mode
PapaOurs009 19 Dec, 2024 @ 5:52pm 
Does this allow AI to shoot players OUTSIDE of PVP zones?
yomao  [author] 24 Oct, 2024 @ 8:49pm 
@Аллан Беринг yes go ahead
Berlinmarkus 24 Oct, 2024 @ 7:18pm 
can you make an update for Shakal....the pvp zones are not displayed in the game on the map
Аллан Беринг 19 Oct, 2024 @ 4:42am 
MAYBE YOU MAKE THAT "totem.c" >>@pvez test\4_world\entities\itembase\basebuildingbase


modded class TerritoryFlag {
protected autoptr PVEZ_Zone pvez_Zone;

void TerritoryFlag() {
if (GetGame().IsServer()) {
CreatePVEZZone();
}
}

void ~TerritoryFlag() {
if (g_Game && g_Game.pvez_Zones && pvez_Zone) {
g_Game.pvez_Zones.RemoveZone(pvez_Zone);
}
}
void CreatePVEZZone() {
if (g_Game && g_Game.pvez_Zones) {
vector position = GetPosition();
if (!pvez_Zone) {
pvez_Zone = g_Game.pvez_Zones.AddZone(
PVEZ_ZONE_TYPE_TERRITORYFLAG,
position[0],
position[2],
g_Game.pvez_Config.TERRITORYFLAG_ZONES.Radius,
g_Game.pvez_Config.TERRITORYFLAG_ZONES.Name ,
g_Game.pvez_Config.TERRITORYFLAG_ZONES.ShowBorderOnMap,
g_Game.pvez_Config.TERRITORYFLAG_ZONES.ShowNameOnMap);
}
}
}
}
Аллан Беринг 18 Oct, 2024 @ 8:33pm 
ok, but,Do you authorize me modify to test?
yomao  [author] 17 Oct, 2024 @ 3:38am 
@mrVinnyz already on description thanks.
yomao  [author] 15 Oct, 2024 @ 1:14am 
@Аллан Беринг sorry i can't help you with that
yomao  [author] 15 Oct, 2024 @ 1:13am 
@Samy Silva no
Аллан Беринг 12 Oct, 2024 @ 7:11pm 
I would just like to try removing the feature that requires the flag to be raised in order to test if the following issue disappears. Do you authorize me?



Whether configured one way or another, it makes no difference, they keep disappearing within minutes or after a respawn

"TERRITORYFLAG_ZONES": {
"Radius": 50,
"Name": "Base territory",
"ShowBorderOnMap": 1,
"ShowNameOnMap": 1,
"OnlyWhenFlagIsRaised": 1,
"Activity_Schedule": {
"Days": "1 2 3 4 5 6 7",
"StartHour": 0,
"EndHour": 24
}

or

"TERRITORYFLAG_ZONES": {
"Radius": 50,
"Name": "Base territory",
"ShowBorderOnMap": 1,
"ShowNameOnMap": 1,
"OnlyWhenFlagIsRaised": 0,
"Activity_Schedule": {
"Days": "1 2 3 4 5 6 7",
"StartHour": 0,
"EndHour": 24
}
Samy FIGUEROA 12 Oct, 2024 @ 12:07am 
is "Heroes And Bandits PVEZ Add On" integrated in this mod ?
~<:-) 6 Aug, 2024 @ 12:37am 
@yomao, can i repack and give credit?
yomao  [author] 2 Aug, 2024 @ 1:00pm 
@George7707 I think not
George7707 2 Aug, 2024 @ 8:42am 
@yomao Would it be possible to fix the bug with the Expansion map flickering when PVEZ drawing zones ?
yomao  [author] 29 Jul, 2024 @ 12:23am 
@MOS if PVEZ reloaded was good with the mod you described, then this will be too.
MOS 28 Jul, 2024 @ 8:53am 
@yomao
do you still need the addon for airdrops for them to work as pvp zones with this mod
or was that part of this one?
~<:-) 2 Jul, 2024 @ 6:15am 
@yomao, can i repack and give credit?
yomao  [author] 6 Jun, 2024 @ 12:32am 
PVEZ test has issue with `PVEZ_ShouldBePardonedOnDeath` as you all noticed, it shows up in crash log when specifically eAI kills player, because game can't get what it should get from eAI which is null when it comes to getting steam ID. it may make your server unstable but i don't know much about modding
So what i am asking is, if anyone willing to get rid of this null thing, please feel free to show your talents, it is a reuploaded mod of PVEZ reloaded before the mod eventually supporting eAI, but as original modder said the mod will get no update since it's abandoned mod.
yomao  [author] 24 May, 2024 @ 1:55am 
@Black Soull no
Black Soull 24 May, 2024 @ 12:49am 
It's a serverside?
snow 25 Mar, 2024 @ 7:43pm 
server may crash with this error
NULL pointer to instance
Class: 'SurvivorBase'
Entity name:'76561198443096940' id:3020033

Function: 'PVEZ_ShouldBePardonedOnDeath'
Stack trace:
PVEZ/4_World/entities\manbase\playerbase.c:107
PVEZ/4_World/entities\manbase\playerbase.c:96
VPPAdminTools/4_World/vppadmintools\entities\playerbase.c:41
DayZExpansion/Core/Scripts/4_World/dayzexpansion_core\entities\manbase\playerbase.c:847
DayZExpansion/Navigation/Scripts/4_World/dayzexpansion_navigation\entities\manbase\playerbase.c:148
DayZExpansion/PersonalStorage/Scripts/4_World/dayzexpansion_personalstorage\entities\objects\expansionpersonalstorage.c:73
DayZExpansion/Scripts/4_World/dayzexpansion\entities\manbase\playerbase.c:77
DayZExpansion/Hardline/Scripts/4_World/dayzexpansion_hardline\entities\manbase\playerbase.c:161
DayZExpansion/Quests/Scripts/4_World/dayzexpansion_quests\entities\manbase\playerbase.c:242
Eaglemic 23 Mar, 2024 @ 8:49pm 
PERFECT :steamthumbsup:
Vinnyz 18 Mar, 2024 @ 12:20pm 
Idk for me its working like charm
Elgaz_Chikitin 27 Feb, 2024 @ 6:43am 
Working?
CJB 18 Feb, 2024 @ 4:53pm 
Getting:
SCRIPT (W): @"PVEZ/4_World/pvez_adminconsolegui.c,760": Possible variable name conflict 'selectedZone'
SCRIPT (W): @"PVEZ/4_World/pvez_adminconsolegui.c,825": Possible variable name conflict 'selectedLawbreaker'
Also get an error that says failed, no command while in game when entering a zone.
snow 9 Feb, 2024 @ 1:10am 
great:steamthumbsup: