Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Add your 44 digits GUID to the Admins.txt file (in the PVEZ_Config folder), log in on server, set the key for the menu in the in-game settings and manage zones in-game.
And you put in on a new line, below the string that is written in the file?
Might be the space between xdx and HF?
Strange.
For the mode "PVE zones" the Mode value should be 1. I changed it to integer constants instead of strings in the recent update. Set it to
"Mode": 1,
Then, try to start the server.
So, if you only need 2 zones, than the file should be like this:
[
{
"Name": "PVE 1",
"X": 648.268,
"Z": 11115.2,
"Radius": 1500,
"ShowBorderOnMap": 1,
"ShowNameOnMap": 1,
"Activity_Schedule": {
"Days": "1 2 3 4 5 6 7",
"StartHour": 0,
"EndHour": 24
}
},
{
"Name": "PVE 2",
"X": 1223.8,
"Z": 6280.35,
"Radius": 800,
"ShowBorderOnMap": 1,
"ShowNameOnMap": 1,
"Activity_Schedule": {
"Days": "1 2 3 4 5 6 7",
"StartHour": 0,
"EndHour": 24
}
} <-no comma here, because it's the last element.
}
]
By default DayZ uses this setup:
-profiles=C:\Users\%USER%\Documents\DayZServer
Let me know how it goes.
The solution was your first comment.
Load the admin, configure the hotkeys and that's it.
Now I ask. The areas I mark work well, but I can't see the red circle and no marks on the map. (I use mod: VanillaPlusPlusMap)
Is there anything I can do to show the circles on the map?
PS: Delete previous messages to avoid spam
To see the markers and borders on the VPP's map you need the plugin PVEZMarkersOnVPPMap. Without the plugin you can see them on the in-game default map (the paper map item), other maps such as VPP and Expansion's map use their own map widgets and without appropriate plugin PVEZ doesn't know about other maps.