安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








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.