DayZ
pvez test
32 条留言
Shoden 4 月 22 日 下午 4:36 
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3468821188
Samy FIGUEROA 2 月 17 日 上午 9:05 
OK thanks for the anwser !
yomao  [作者] 2 月 17 日 上午 6:13 
@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 2 月 17 日 上午 1:59 
What's the differences between ''Expansion Map Markers PVE-PVP'' and this mod ?
valle 2024 年 12 月 20 日 下午 1:38 
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  [作者] 2024 年 12 月 19 日 下午 9:26 
@PapaOurs009 hey, yes this mod simply makes AI don't tied to PVE mode
PapaOurs009 2024 年 12 月 19 日 下午 5:52 
Does this allow AI to shoot players OUTSIDE of PVP zones?
yomao  [作者] 2024 年 10 月 24 日 下午 8:49 
@Аллан Беринг yes go ahead
Berlinmarkus 2024 年 10 月 24 日 下午 7:18 
can you make an update for Shakal....the pvp zones are not displayed in the game on the map
Аллан Беринг 2024 年 10 月 19 日 上午 4:42 
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);
}
}
}
}
Аллан Беринг 2024 年 10 月 18 日 下午 8:33 
ok, but,Do you authorize me modify to test?
yomao  [作者] 2024 年 10 月 17 日 上午 3:38 
@mrVinnyz already on description thanks.
Vinnyz 2024 年 10 月 16 日 上午 9:10 
yomao  [作者] 2024 年 10 月 15 日 上午 1:14 
@Аллан Беринг sorry i can't help you with that
yomao  [作者] 2024 年 10 月 15 日 上午 1:13 
@Samy Silva no
Аллан Беринг 2024 年 10 月 12 日 下午 7:11 
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 2024 年 10 月 12 日 上午 12:07 
is "Heroes And Bandits PVEZ Add On" integrated in this mod ?
~<:-) 2024 年 8 月 6 日 上午 12:37 
@yomao, can i repack and give credit?
yomao  [作者] 2024 年 8 月 2 日 下午 1:00 
@George7707 I think not
George7707 2024 年 8 月 2 日 上午 8:42 
@yomao Would it be possible to fix the bug with the Expansion map flickering when PVEZ drawing zones ?
yomao  [作者] 2024 年 7 月 29 日 上午 12:23 
@MOS if PVEZ reloaded was good with the mod you described, then this will be too.
MOS 2024 年 7 月 28 日 上午 8:53 
@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?
~<:-) 2024 年 7 月 2 日 上午 6:15 
@yomao, can i repack and give credit?
yomao  [作者] 2024 年 6 月 6 日 上午 12:32 
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  [作者] 2024 年 5 月 24 日 上午 1:55 
@Black Soull no
Black Soull 2024 年 5 月 24 日 上午 12:49 
It's a serverside?
snow 2024 年 3 月 25 日 下午 7:43 
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 2024 年 3 月 23 日 下午 8:49 
PERFECT :steamthumbsup:
Vinnyz 2024 年 3 月 18 日 下午 12:20 
Idk for me its working like charm
Elgaz_Chikitin 2024 年 2 月 27 日 上午 6:43 
Working?
CJB 2024 年 2 月 18 日 下午 4:53 
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 2024 年 2 月 9 日 上午 1:10 
great:steamthumbsup: