forked from ExpansionModTeam/DayZ-Expansion-Settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSafeZoneSettings.json
64 lines (64 loc) · 1.53 KB
/
SafeZoneSettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"m_Version": 0,
"Enabled": 1,
"EnableVehicleinvincibleInsideSafeZone": 1,
"FrameRateCheckSafeZoneInMs": 5000,
"CircleZones": [
{
"Type": 1,
"Center": [
3728.27001953125,
403.0,
6003.60009765625
],
"Radius": 500.0
},
{
"Type": 1,
"Center": [
1143.1400146484376,
6.900000095367432,
2423.27001953125
],
"Radius": 700.0
}
],
"PolygonZones": [
{
"Type": 2,
"Positions": [
[
12288.900390625,
142.39999389648438,
12804.400390625
],
[
12068.400390625,
139.8000030517578,
12923.400390625
],
[
11680.599609375,
141.10000610351563,
12650.599609375
],
[
11805.2998046875,
146.3000030517578,
12258.900390625
],
[
12327.7001953125,
140.0,
12453.7998046875
]
],
"CenterPolygon": [
0.0,
0.0,
0.0
],
"RadiusPolygon": 0.0
}
]
}