init
This commit is contained in:
145
Phobos/Config/Maps/Geometry.json
Normal file
145
Phobos/Config/Maps/Geometry.json
Normal file
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"bigmap": {
|
||||
"Min": {
|
||||
"x": -372.0,
|
||||
"y": -306.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 698.0,
|
||||
"y": 235.0
|
||||
},
|
||||
"CellSize": 75.0
|
||||
},
|
||||
"factory4_day": {
|
||||
"Min": {
|
||||
"x": -65.0,
|
||||
"y": -65.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 78.0,
|
||||
"y": 68.0
|
||||
},
|
||||
"CellSize": 25.0
|
||||
},
|
||||
"factory4_night": {
|
||||
"Min": {
|
||||
"x": -65.0,
|
||||
"y": -65.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 78.0,
|
||||
"y": 68.0
|
||||
},
|
||||
"CellSize": 25.0
|
||||
},
|
||||
"Sandbox": {
|
||||
"Min": {
|
||||
"x": -99.0,
|
||||
"y": -124.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 249.0,
|
||||
"y": 364.0
|
||||
},
|
||||
"CellSize": 50.0
|
||||
},
|
||||
"Sandbox_high": {
|
||||
"Min": {
|
||||
"x": -99.0,
|
||||
"y": -124.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 249.0,
|
||||
"y": 364.0
|
||||
},
|
||||
"CellSize": 50.0
|
||||
},
|
||||
"Interchange": {
|
||||
"Min": {
|
||||
"x": -364.0,
|
||||
"y": -443.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 534.0,
|
||||
"y": 452.0
|
||||
},
|
||||
"CellSize": 75.0
|
||||
},
|
||||
"laboratory": {
|
||||
"Min": {
|
||||
"x": -292.0,
|
||||
"y": -441.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 96.0,
|
||||
"y": 223.0
|
||||
},
|
||||
"CellSize": 50.0
|
||||
},
|
||||
"Labyrinth": {
|
||||
"Min": {
|
||||
"x": -53.0,
|
||||
"y": -37.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 51.0,
|
||||
"y": 76.0
|
||||
},
|
||||
"CellSize": 25.0
|
||||
},
|
||||
"Lighthouse": {
|
||||
"Min": {
|
||||
"x": -545.0,
|
||||
"y": -998.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 512.0,
|
||||
"y": 721.0
|
||||
},
|
||||
"CellSize": 125.0
|
||||
},
|
||||
"RezervBase": {
|
||||
"Min": {
|
||||
"x": -304.0,
|
||||
"y": -275.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 292.0,
|
||||
"y": 272.0
|
||||
},
|
||||
"CellSize": 50.0
|
||||
},
|
||||
"Shoreline": {
|
||||
"Min": {
|
||||
"x": -1060.0,
|
||||
"y": -415.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 508.0,
|
||||
"y": 622.0
|
||||
},
|
||||
"CellSize": 125.0
|
||||
},
|
||||
"TarkovStreets": {
|
||||
"Min": {
|
||||
"x": -279.0,
|
||||
"y": -299.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 324.0,
|
||||
"y": 533.0
|
||||
},
|
||||
"CellSize": 50.0
|
||||
},
|
||||
"Woods": {
|
||||
"Min": {
|
||||
"x": -756.0,
|
||||
"y": -915.0
|
||||
},
|
||||
"Max": {
|
||||
"x": 647.0,
|
||||
"y": 443.0
|
||||
},
|
||||
"CellSize": 125.0
|
||||
}
|
||||
}
|
||||
27
Phobos/Config/Maps/Zones/Interchange.json
Normal file
27
Phobos/Config/Maps/Zones/Interchange.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"BuiltinZones": {
|
||||
"ZoneCenter": {
|
||||
"Radius": {
|
||||
"Min": 500.0,
|
||||
"Max": 650.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 1.0
|
||||
},
|
||||
"Decay": 0.75
|
||||
}
|
||||
},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 300.0,
|
||||
"Max": 500.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.5
|
||||
},
|
||||
"Enabled": true
|
||||
}
|
||||
}
|
||||
15
Phobos/Config/Maps/Zones/Labyrinth.json
Normal file
15
Phobos/Config/Maps/Zones/Labyrinth.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Enabled": false
|
||||
}
|
||||
}
|
||||
69
Phobos/Config/Maps/Zones/Lighthouse.json
Normal file
69
Phobos/Config/Maps/Zones/Lighthouse.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"BuiltinZones": {
|
||||
"Zone_Chalet": {
|
||||
"Radius": {
|
||||
"Min": 300.0,
|
||||
"Max": 350.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.5,
|
||||
"Max": 1.25
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
"Zone_Village": {
|
||||
"Radius": {
|
||||
"Min": 400.0,
|
||||
"Max": 450.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.5,
|
||||
"Max": 1.25
|
||||
},
|
||||
"Decay": 1.0
|
||||
}
|
||||
},
|
||||
"CustomZones": [
|
||||
{
|
||||
"Position": {
|
||||
"x": 0.0,
|
||||
"y": 475.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 500.0,
|
||||
"Max": 600.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"x": -55.0,
|
||||
"y": -775.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 400.0,
|
||||
"Max": 450.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Decay": 1.0
|
||||
}
|
||||
],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 250.0,
|
||||
"Max": 1000.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Enabled": true
|
||||
}
|
||||
}
|
||||
38
Phobos/Config/Maps/Zones/RezervBase.json
Normal file
38
Phobos/Config/Maps/Zones/RezervBase.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"BuiltinZones": {
|
||||
"ZoneSubStorage": {
|
||||
"Radius": {
|
||||
"Min": 300.0,
|
||||
"Max": 350.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.5
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
"ZoneBarrack": {
|
||||
"Radius": {
|
||||
"Min": 300.0,
|
||||
"Max": 350.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.5
|
||||
},
|
||||
"Decay": 1.0
|
||||
}
|
||||
},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Enabled": false
|
||||
}
|
||||
}
|
||||
15
Phobos/Config/Maps/Zones/Sandbox.json
Normal file
15
Phobos/Config/Maps/Zones/Sandbox.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Enabled": false
|
||||
}
|
||||
}
|
||||
15
Phobos/Config/Maps/Zones/Sandbox_high.json
Normal file
15
Phobos/Config/Maps/Zones/Sandbox_high.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Enabled": false
|
||||
}
|
||||
}
|
||||
76
Phobos/Config/Maps/Zones/Shoreline.json
Normal file
76
Phobos/Config/Maps/Zones/Shoreline.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [
|
||||
{
|
||||
"Position": {
|
||||
"x": -250.0,
|
||||
"y": -100.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 500.0,
|
||||
"Max": 600.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"x": 160.0,
|
||||
"y": -270.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 500.0,
|
||||
"Max": 600.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.25
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"x": -345.0,
|
||||
"y": 455.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 500.0,
|
||||
"Max": 600.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"x": -925.0,
|
||||
"y": 275.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 500.0,
|
||||
"Max": 600.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Decay": 1.0
|
||||
}
|
||||
],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 750.0,
|
||||
"Max": 1500.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Enabled": true
|
||||
}
|
||||
}
|
||||
15
Phobos/Config/Maps/Zones/TarkovStreets.json
Normal file
15
Phobos/Config/Maps/Zones/TarkovStreets.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 150.0,
|
||||
"Max": 300.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.5
|
||||
},
|
||||
"Enabled": true
|
||||
}
|
||||
}
|
||||
76
Phobos/Config/Maps/Zones/Woods.json
Normal file
76
Phobos/Config/Maps/Zones/Woods.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [
|
||||
{
|
||||
"Position": {
|
||||
"x": -550.0,
|
||||
"y": -200.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 500.0,
|
||||
"Max": 600.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.25
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 700.0,
|
||||
"Max": 800.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.35,
|
||||
"Max": 1.25
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"x": 400.0,
|
||||
"y": 250.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 600.0,
|
||||
"Max": 700.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.5
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"x": 135.0,
|
||||
"y": -750.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 800.0,
|
||||
"Max": 1000.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.35,
|
||||
"Max": 1.0
|
||||
},
|
||||
"Decay": 1.0
|
||||
}
|
||||
],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 500.0,
|
||||
"Max": 1250.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Enabled": true
|
||||
}
|
||||
}
|
||||
91
Phobos/Config/Maps/Zones/bigmap.json
Normal file
91
Phobos/Config/Maps/Zones/bigmap.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"BuiltinZones": {
|
||||
"ZoneDormitory": {
|
||||
"Radius": {
|
||||
"Min": 250.0,
|
||||
"Max": 300.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.75,
|
||||
"Max": 1.5
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
"ZoneScavBase": {
|
||||
"Radius": {
|
||||
"Min": 350.0,
|
||||
"Max": 400.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.75,
|
||||
"Max": 1.5
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
"ZoneOldAZS": {
|
||||
"Radius": {
|
||||
"Min": 100.0,
|
||||
"Max": 150.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.25
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
"ZoneGasStation": {
|
||||
"Radius": {
|
||||
"Min": 200.0,
|
||||
"Max": 250.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.75
|
||||
},
|
||||
"Decay": 1.0
|
||||
}
|
||||
},
|
||||
"CustomZones": [
|
||||
{
|
||||
"Position": {
|
||||
"x": -200.0,
|
||||
"y": -100.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 350.0,
|
||||
"Max": 400.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.5
|
||||
},
|
||||
"Decay": 1.0
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"x": 550.0,
|
||||
"y": 125.0
|
||||
},
|
||||
"Radius": {
|
||||
"Min": 150.0,
|
||||
"Max": 200.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": -0.25,
|
||||
"Max": 0.5
|
||||
},
|
||||
"Decay": 1.0
|
||||
}
|
||||
],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 200.0,
|
||||
"Max": 400.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.5
|
||||
},
|
||||
"Enabled": true
|
||||
}
|
||||
}
|
||||
15
Phobos/Config/Maps/Zones/factory4_day.json
Normal file
15
Phobos/Config/Maps/Zones/factory4_day.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Enabled": false
|
||||
}
|
||||
}
|
||||
15
Phobos/Config/Maps/Zones/factory4_night.json
Normal file
15
Phobos/Config/Maps/Zones/factory4_night.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Enabled": false
|
||||
}
|
||||
}
|
||||
15
Phobos/Config/Maps/Zones/laboratory.json
Normal file
15
Phobos/Config/Maps/Zones/laboratory.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"BuiltinZones": {},
|
||||
"CustomZones": [],
|
||||
"Convergence": {
|
||||
"Radius": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Force": {
|
||||
"Min": 0.0,
|
||||
"Max": 0.0
|
||||
},
|
||||
"Enabled": false
|
||||
}
|
||||
}
|
||||
BIN
Phobos/Phobos.dll
Normal file
BIN
Phobos/Phobos.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user