diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/Pictures/Mission/PIC.jpg b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/Pictures/Mission/PIC.jpg new file mode 100644 index 0000000000..030b1d2d99 Binary files /dev/null and b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/Pictures/Mission/PIC.jpg differ diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/Pictures/Mission/whiteboard.jpg b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/Pictures/Mission/whiteboard.jpg new file mode 100644 index 0000000000..275991a4a0 Binary files /dev/null and b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/Pictures/Mission/whiteboard.jpg differ diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/cba_settings.sqf b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/cba_settings.sqf new file mode 100644 index 0000000000..1d06e32420 --- /dev/null +++ b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/cba_settings.sqf @@ -0,0 +1 @@ +#include "\x\A3A\Addons\core\Includes\cba_settings.sqf" diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/description.ext b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/description.ext new file mode 100644 index 0000000000..f7c19e41fc --- /dev/null +++ b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/description.ext @@ -0,0 +1,41 @@ +#include "..\missionDescription\master.hpp" + +OnLoadName = $STR_antistasi_mission_info_Stratis_mapname_short_text; +OnLoadMission = $STR_antistasi_mission_info_Stratis_blurb_text; +briefingName = $STR_antistasi_mission_info_Stratis_mapname_text; +overviewText = $STR_antistasi_mission_info_Stratis_description_text; +loadScreen = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root +overviewPicture = "Pictures\Mission\pic.jpg"; // NB, this will resolve from root + +class CfgNotifications +{ + #include "..\missionDescription\CfgNotificationsContents.hpp" +}; + +class CfgDebriefing { + #include "..\missionDescription\CfgDebriefingContents.hpp" + class End1 + { + title = "V I C T O R Y"; + subtitle = "Sark is Ours!"; + description = "The population of Sark loves you!
The brave soldiers of the FFI have proven their valour, and Petros, Sark's new Prime Minister, could at last to have a nice holiday. A deserved rest in a Greek island with drinks and fine food."; + picture = "n_inf"; + pictureColor[] = {0.0,0.5,0.0,1}; + }; + class petrosDead + { + title = "Petros is Dead"; + subtitle = "Petros is Dead"; + description = "Congratulations!: Petros is Dead. Now with Syndikat without a leader, you may think about joining them, and free Malden"; + picture = "b_unknown"; + pictureColor[] = {0.5,0.0,0.0,1}; + }; + class destroyedSites + { + title = "Sark is Destroyed"; + subtitle = "Sark got Destroyed by OPFOR"; + description = "One third of the population in Sark has been murdered by OPFOR.
Sark no longer exists, nobody wants to live here."; + picture = "b_unknown"; + pictureColor[] = {0.5,0.0,0.0,1}; + }; +}; diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/initPlayerLocal.sqf b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/initPlayerLocal.sqf new file mode 100644 index 0000000000..8c79a66d7b --- /dev/null +++ b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/initPlayerLocal.sqf @@ -0,0 +1 @@ +_this call A3A_fnc_initClient; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/initServer.sqf b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/initServer.sqf new file mode 100644 index 0000000000..bc311d07b9 --- /dev/null +++ b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/initServer.sqf @@ -0,0 +1 @@ +call A3A_fnc_initServer; diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/mapInfo.hpp b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/mapInfo.hpp new file mode 100644 index 0000000000..2b38e48301 --- /dev/null +++ b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/mapInfo.hpp @@ -0,0 +1,20 @@ +class Hyde_Sark { + population[] = {{"DefaultKeyPoint1",209},{"DefaultKeyPoint2",29},{"DefaultKeyPoint5",43}}; + disabledTowns[] = {}; + antennas[] = {}; + antennasBlacklistIndex[] = {}; + banks[] = {}; + garrison[] = {{},{"outpost_1"},{},{}}; + fuelStationTypes[] = {}; + climate = "temperate"; + buildObjects[] = { + // Large vanilla tropical structures + {"Land_BagBunker_01_large_green_F", 300}, {"Land_HBarrier_01_tower_green_F", 300}, {"Land_BagBunker_01_small_green_F", 60}, + {"Land_Shed_09_F", 120}, {"Land_Shed_10_F", 140}, + // vanilla tropical sandbag walls + {"Land_BagFence_01_short_green_F", 10}, {"Land_BagFence_01_round_green_F", 10}, {"Land_BagFence_01_long_green_F", 10}, + // Non-camo vanilla stuff + {"Land_SandbagBarricade_01_half_F", 20}, {"Land_SlumWall_01_s_2m_F", 5}, {"Land_PillboxBunker_01_hex_F", 200}, + {"Land_Barricade_01_4m_F", 30}, {"Land_GuardBox_01_brown_F", 80}, {"Land_Tyres_F", 10} + }; +}; diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/mission.sqm b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/mission.sqm new file mode 100644 index 0000000000..593dc6236a --- /dev/null +++ b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/mission.sqm @@ -0,0 +1,3790 @@ +version=54; +class EditorData +{ + moveGridStep=1; + angleGridStep=0.2617994; + scaleGridStep=1; + autoGroupingDist=10; + toggles=1537; + class ItemIDProvider + { + nextID=1319; + }; + class LayerIndexProvider + { + nextID=549; + }; + class Camera + { + pos[]={2520.4121,227.56029,2855.866}; + dir[]={-0.64497966,-0.59110826,0.48438245}; + up[]={-0.47267371,0.8065756,0.35498086}; + aside[]={0.60052514,-2.3607572e-007,0.79962778}; + }; +}; +binarizationWanted=0; +sourceName="Antistasi_Hyde_Sark"; +addons[]= +{ + "A3_Ui_F", + "WW2_Core_c_IF_Gui_c", + "A3_Characters_F", + "A3_Weapons_F", + "WW2_Assets_c_Weapons_InfantryWeapons_c", + "A3_Structures_F_EPC_Civ_InfoBoards", + "A3_Modules_F", + "A3_Modules_F_Curator_Curator", + "A3_Modules_F_Hc", + "WW2_Objects_c_Misc_I44_ShowClassInEditor_Buildings_c", + "WW2_Objects_c_Misc_WW2_SimpleObjects_c_I44", + "WW2_Objects_c_Misc_I44_EditorMapSizeAndIcon_c", + "WW2_Objects_c_Misc_I44_EditorPreviews_c", + "A3_Structures_F_Mil_Flags", + "CUP_Editor_Buildings_Config", + "WW2_Objects_c_Misc_WW2_SimpleObjects_c_CUP", + "CUP_Misc3_Config", + "CUP_CAStructures_E_Misc_Misc_Market" +}; +class AddonsMetaData +{ + class List + { + items=17; + class Item0 + { + className="A3_Ui_F"; + name="Arma 3 - User Interface"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item1 + { + className="WW2_Core_c_IF_Gui_c"; + name="WW2_Core_c_IF_Gui_c"; + }; + class Item2 + { + className="A3_Characters_F"; + name="Arma 3 Alpha - Characters and Clothing"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item3 + { + className="A3_Weapons_F"; + name="Arma 3 Alpha - Weapons and Accessories"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item4 + { + className="WW2_Assets_c_Weapons_InfantryWeapons_c"; + name="WW2_Assets_c_Weapons_InfantryWeapons_c"; + }; + class Item5 + { + className="A3_Structures_F_EPC"; + name="Arma 3 Win Episode - Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item6 + { + className="A3_Modules_F"; + name="Arma 3 Alpha - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item7 + { + className="A3_Modules_F_Curator"; + name="Arma 3 Zeus Update - Scripted Modules"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item8 + { + className="WW2_Objects_c_Misc_I44_ShowClassInEditor_Buildings_c"; + name="WW2_Objects_c_Misc_I44_ShowClassInEditor_Buildings_c"; + }; + class Item9 + { + className="WW2_Objects_c_Misc_WW2_SimpleObjects_c_I44"; + name="WW2_Objects_c_Misc_WW2_SimpleObjects_c_I44"; + }; + class Item10 + { + className="WW2_Objects_c_Misc_I44_EditorMapSizeAndIcon_c"; + name="WW2_Objects_c_Misc_I44_EditorMapSizeAndIcon_c"; + }; + class Item11 + { + className="WW2_Objects_c_Misc_I44_EditorPreviews_c"; + name="WW2_Objects_c_Misc_I44_EditorPreviews_c"; + }; + class Item12 + { + className="A3_Structures_F_Mil"; + name="Arma 3 - Military Buildings and Structures"; + author="Bohemia Interactive"; + url="https://www.arma3.com"; + }; + class Item13 + { + className="CUP_Editor_Buildings_Config"; + name="CUP_Editor_Buildings_Config"; + }; + class Item14 + { + className="WW2_Objects_c_Misc_WW2_SimpleObjects_c_CUP"; + name="WW2_Objects_c_Misc_WW2_SimpleObjects_c_CUP"; + }; + class Item15 + { + className="CUP_Misc3_Config"; + name="CUP_Misc3_Config"; + }; + class Item16 + { + className="CUP_CAStructures_E_Misc_Misc_Market"; + name="CUP_CAStructures_E_Misc_Misc_Market"; + }; + }; +}; +randomSeed=5581355; +class ScenarioData +{ + author="Ante"; + disabledAI=1; + joinUnassigned=0; +}; +class Mission +{ + class Intel + { + resistanceWest=0; + timeOfChanges=1800.0002; + startWeather=0.30000001; + startWind=0.1; + startWaves=0.1; + forecastWeather=0.30000001; + forecastWind=0.1; + forecastWaves=0.1; + forecastLightnings=0.1; + year=1939; + month=8; + day=30; + minute=26; + startFogBase=250; + forecastFogBase=250; + startFogDecay=0.017999999; + forecastFogDecay=0.017999999; + }; + class Entities + { + items=7; + class Item0 + { + dataType="Layer"; + name="Antistasi-Porting-Kit-V4-20230925"; + class Entities + { + items=5; + class Item0 + { + dataType="Layer"; + name="resources"; + class Entities + { + items=17; + class Item0 + { + dataType="Layer"; + name="resource_1"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={3153.4495,10.482444,4063.1807}; + name="reso_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=348.34943; + id=293; + }; + class Item1 + { + dataType="Marker"; + position[]={3131.814,10.711857,4078.417}; + name="resource_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=74.970146; + b=58.507835; + id=294; + atlOffset=0.90261364; + }; + }; + id=291; + atlOffset=-0.30384827; + }; + class Item1 + { + dataType="Layer"; + name="resource_2"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={2397.9312,12.479553,2720.9055}; + name="reso_2_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=218.43063; + id=297; + atlOffset=1.7371464; + }; + class Item1 + { + dataType="Marker"; + position[]={2395.343,10.742407,2725.9417}; + name="resource_2"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=57.865433; + b=62.470619; + angle=152.41699; + id=298; + }; + }; + id=295; + atlOffset=0.58534813; + }; + class Item2 + { + dataType="Layer"; + name="resource_3"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={3159.3362,10.75,2609.2876}; + name="reso_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=177.51151; + id=301; + }; + class Item1 + { + dataType="Marker"; + position[]={3166.2959,10.75,2563.1379}; + name="resource_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorOrange"; + a=41.747002; + b=41.750999; + angle=151.68819; + id=302; + }; + }; + id=299; + atlOffset=-0.0057020187; + }; + class Item3 + { + dataType="Layer"; + name="seaPatrol"; + class Entities + { + items=9; + class Item0 + { + dataType="Marker"; + position[]={4836.2964,-19.091471,2997.7}; + name="seaPatrol"; + type="Empty"; + id=120; + }; + class Item1 + { + dataType="Marker"; + position[]={3273.7249,-10.810002,996.71722}; + name="seaPatrol_1"; + type="Empty"; + id=454; + }; + class Item2 + { + dataType="Marker"; + position[]={968.7052,-18.841867,1085.0433}; + name="seaPatrol_2"; + type="Empty"; + id=455; + atlOffset=0.24960327; + }; + class Item3 + { + dataType="Marker"; + position[]={1682.4407,-9.6247263,2398.3806}; + name="seaPatrol_3"; + type="Empty"; + id=456; + }; + class Item4 + { + dataType="Marker"; + position[]={1823.0353,-19.091471,4327.4023}; + name="seaPatrol_4"; + type="Empty"; + id=457; + }; + class Item5 + { + dataType="Marker"; + position[]={3946.8647,-19.765629,4202.6299}; + name="seaPatrol_5"; + type="Empty"; + id=458; + atlOffset=0.24960327; + }; + class Item6 + { + dataType="Marker"; + position[]={3977.3232,-11.285853,1765.5947}; + name="seaPatrol_6"; + type="Empty"; + id=459; + }; + class Item7 + { + dataType="Marker"; + position[]={2097.3301,-19.091471,265.78522}; + name="seaPatrol_7"; + type="Empty"; + id=463; + }; + class Item8 + { + dataType="Marker"; + position[]={362.56885,-19.091471,3312.3562}; + name="seaPatrol_8"; + type="Empty"; + id=466; + }; + }; + id=119; + atlOffset=-2.8082075; + }; + class Item4 + { + dataType="Layer"; + name="resource_7"; + id=312; + atlOffset=19.091471; + }; + class Item5 + { + dataType="Layer"; + name="resource_8"; + id=316; + atlOffset=19.091471; + }; + class Item6 + { + dataType="Layer"; + name="resource_9"; + id=320; + atlOffset=19.091471; + }; + class Item7 + { + dataType="Layer"; + name="resource_10"; + id=324; + atlOffset=19.091471; + }; + class Item8 + { + dataType="Layer"; + name="resource_11"; + id=328; + atlOffset=19.091471; + }; + class Item9 + { + dataType="Layer"; + name="resource_12"; + id=332; + atlOffset=19.091471; + }; + class Item10 + { + dataType="Layer"; + name="resource_13"; + id=336; + atlOffset=19.091471; + }; + class Item11 + { + dataType="Layer"; + name="resource_14"; + id=340; + atlOffset=19.091471; + }; + class Item12 + { + dataType="Layer"; + name="resource_15"; + id=344; + atlOffset=19.091471; + }; + class Item13 + { + dataType="Layer"; + name="resource_16"; + id=348; + atlOffset=19.091471; + }; + class Item14 + { + dataType="Layer"; + name="resource_17"; + id=352; + atlOffset=19.091471; + }; + class Item15 + { + dataType="Layer"; + name="resource_19"; + id=359; + atlOffset=19.091471; + }; + class Item16 + { + dataType="Layer"; + name="resource_20"; + id=363; + atlOffset=19.091471; + }; + }; + id=290; + atlOffset=19.091032; + }; + class Item1 + { + dataType="Layer"; + name="seaports"; + class Entities + { + items=10; + class Item0 + { + dataType="Layer"; + name="seaport_1"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={1371.7545,14.248121,3016.5596}; + name="seap_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=54.93375; + id=370; + atlOffset=10.217798; + }; + class Item1 + { + dataType="Marker"; + position[]={1424.2573,7.1166229,3020.0747}; + name="seaport_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBlue"; + a=39.15667; + b=66.063446; + angle=229.90437; + id=371; + atlOffset=3.4438534; + }; + class Item2 + { + dataType="Marker"; + position[]={1448.8024,8.0188332,3051.2654}; + name="seap_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=372; + atlOffset=3.5092292; + }; + }; + id=368; + atlOffset=1.0968556; + }; + class Item1 + { + dataType="Layer"; + name="seaport_2"; + id=373; + atlOffset=19.091471; + }; + class Item2 + { + dataType="Layer"; + name="seaport_3"; + id=378; + atlOffset=19.091471; + }; + class Item3 + { + dataType="Layer"; + name="seaport_4"; + id=383; + atlOffset=19.091471; + }; + class Item4 + { + dataType="Layer"; + name="seaport_5"; + id=388; + atlOffset=19.091471; + }; + class Item5 + { + dataType="Layer"; + name="seaport_6"; + id=393; + atlOffset=19.091471; + }; + class Item6 + { + dataType="Layer"; + name="seaport_7"; + id=398; + atlOffset=19.091471; + }; + class Item7 + { + dataType="Layer"; + name="seaport_8"; + id=403; + atlOffset=19.091471; + }; + class Item8 + { + dataType="Layer"; + name="seaport_9"; + id=408; + atlOffset=19.091471; + }; + class Item9 + { + dataType="Layer"; + name="seaport_10"; + id=413; + atlOffset=19.091471; + }; + }; + id=367; + atlOffset=19.107998; + }; + class Item2 + { + dataType="Layer"; + name="airports"; + class Entities + { + items=5; + class Item0 + { + dataType="Layer"; + name="airport_1"; + class Entities + { + items=28; + class Item0 + { + dataType="Marker"; + position[]={1323.2313,4.6891479,3188.2439}; + name="airp_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=2; + }; + class Item1 + { + dataType="Marker"; + position[]={1372.9327,4.6909261,3225.9763}; + name="airp_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=180.80099; + id=5; + }; + class Item2 + { + dataType="Marker"; + position[]={1361.3218,4.6909261,3246.1714}; + name="airport_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorEAST"; + a=128.37854; + b=104.94753; + id=6; + atlOffset=0.38472748; + }; + class Item3 + { + dataType="Marker"; + position[]={1378.0231,4.6909261,3204.6892}; + name="spawnPoint_1"; + type="hd_start"; + id=7; + }; + class Item4 + { + dataType="Marker"; + position[]={1339.8302,4.5467505,3236.551}; + name="airp_1_plane"; + markerType="RECTANGLE"; + type=""; + colorName="ColorCIV"; + a=8; + b=8; + angle=359.91083; + id=8; + }; + class Item5 + { + dataType="Layer"; + name="outpost_1"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={2167.6545,12.290709,1270.1799}; + name="outp_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=112.64564; + id=168; + }; + class Item1 + { + dataType="Marker"; + position[]={2158.3831,11.426965,1205.2369}; + name="outpost_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=78.843575; + b=105.57404; + angle=31.043354; + id=169; + atlOffset=0.67788601; + }; + class Item2 + { + dataType="Marker"; + position[]={2107.7095,12.400612,1179.5997}; + name="outp_1_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=170; + atlOffset=9.5367432e-007; + }; + }; + id=166; + atlOffset=0.91984653; + }; + class Item6 + { + dataType="Layer"; + name="outpost_3"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={3023.2463,9.75,3437.8352}; + name="outp_3_mortar"; + markerType="ELLIPSE"; + type="ellipse"; + colorName="ColorYellow"; + a=3; + b=3; + id=177; + }; + class Item1 + { + dataType="Marker"; + position[]={3040.012,9.75,3464.6621}; + name="outp_3_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=244.33673; + id=179; + }; + class Item2 + { + dataType="Marker"; + position[]={2981.6453,10.75,3412.4299}; + name="outpost_3"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGUER"; + a=58.332348; + b=41.750999; + angle=156.82426; + id=180; + }; + }; + id=176; + atlOffset=-0.375; + }; + class Item7 + { + dataType="Layer"; + name="airport_3"; + id=17; + atlOffset=19.091471; + }; + class Item8 + { + dataType="Layer"; + name="outpost_5"; + id=185; + atlOffset=19.091471; + }; + class Item9 + { + dataType="Layer"; + name="outpost_6"; + id=190; + atlOffset=19.091471; + }; + class Item10 + { + dataType="Layer"; + name="outpost_7"; + id=195; + atlOffset=19.091471; + }; + class Item11 + { + dataType="Layer"; + name="outpost_8"; + id=200; + atlOffset=19.091471; + }; + class Item12 + { + dataType="Layer"; + name="outpost_9"; + id=205; + atlOffset=19.091471; + }; + class Item13 + { + dataType="Layer"; + name="outpost_10"; + id=210; + atlOffset=19.091471; + }; + class Item14 + { + dataType="Layer"; + name="outpost_11"; + id=215; + atlOffset=19.091471; + }; + class Item15 + { + dataType="Layer"; + name="outpost_12"; + id=220; + atlOffset=19.091471; + }; + class Item16 + { + dataType="Layer"; + name="outpost_13"; + id=225; + atlOffset=19.091471; + }; + class Item17 + { + dataType="Layer"; + name="outpost_14"; + id=230; + atlOffset=19.091471; + }; + class Item18 + { + dataType="Layer"; + name="outpost_16"; + id=240; + atlOffset=19.091471; + }; + class Item19 + { + dataType="Layer"; + name="outpost_17"; + id=245; + atlOffset=19.091471; + }; + class Item20 + { + dataType="Layer"; + name="outpost_18"; + id=250; + atlOffset=19.091471; + }; + class Item21 + { + dataType="Layer"; + name="outpost_19"; + id=255; + atlOffset=19.091471; + }; + class Item22 + { + dataType="Layer"; + name="outpost_20"; + id=260; + atlOffset=19.091471; + }; + class Item23 + { + dataType="Layer"; + name="outpost_21"; + id=265; + atlOffset=19.091471; + }; + class Item24 + { + dataType="Layer"; + name="outpost_23"; + id=275; + atlOffset=19.091471; + }; + class Item25 + { + dataType="Layer"; + name="outpost_24"; + id=280; + atlOffset=19.091471; + }; + class Item26 + { + dataType="Layer"; + name="outpost_25"; + id=285; + atlOffset=19.091471; + }; + class Item27 + { + dataType="Marker"; + position[]={1393.5914,4.6909261,3226.6265}; + name="airp_1_vehicle_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=181.28023; + id=477; + }; + }; + id=1; + atlOffset=21.436939; + }; + class Item1 + { + dataType="Layer"; + name="airport_2"; + id=9; + atlOffset=19.091471; + }; + class Item2 + { + dataType="Layer"; + name="airport_4"; + id=25; + atlOffset=19.091471; + }; + class Item3 + { + dataType="Layer"; + name="airport_5"; + id=33; + atlOffset=19.091471; + }; + class Item4 + { + dataType="Layer"; + name="airport_6"; + id=41; + atlOffset=19.091471; + }; + }; + id=0; + atlOffset=19.238062; + }; + class Item3 + { + dataType="Layer"; + name="Antistasi assets"; + class Entities + { + items=5; + class Item0 + { + dataType="Layer"; + name="HQ assets"; + class Entities + { + items=23; + class Item0 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=1; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2654.7661,6.7239771,4630.0947}; + angles[]={0,2.2023785,0}; + }; + side="Independent"; + flags=7; + class Attributes + { + name="petros"; + }; + id=52; + type="I_G_officer_F"; + atlOffset=2.1934509e-005; + class CustomAttributes + { + class Attribute0 + { + property="face"; + expression="_this setface _value;"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute1 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + singleType="SCALAR"; + value=1; + }; + }; + }; + nAttributes=2; + }; + }; + }; + class Attributes + { + }; + id=51; + atlOffset=2.1934509e-005; + }; + class Item1 + { + dataType="Group"; + side="Independent"; + class Entities + { + items=38; + class Item0 + { + dataType="Object"; + class PositionInfo + { + position[]={2665.0972,7.0993042,4628.8398}; + }; + side="Independent"; + flags=3; + class Attributes + { + name="commanderX"; + description="Default Commander"; + isPlayer=1; + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=54; + type="I_G_Soldier_TL_F"; + atlOffset=0.57569551; + class CustomAttributes + { + class Attribute0 + { + property="speaker"; + expression="_this setspeaker _value;"; + class Value + { + class data + { + singleType="STRING"; + value="Male04GRE"; + }; + }; + }; + class Attribute1 + { + property="pitch"; + expression="_this setpitch _value;"; + class Value + { + class data + { + singleType="SCALAR"; + value=1; + }; + }; + }; + nAttributes=2; + }; + }; + class Item1 + { + dataType="Object"; + class PositionInfo + { + position[]={2669.8921,6.3281384,4626.1367}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=55; + type="I_G_Soldier_TL_F"; + atlOffset=-7.6293945e-006; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2670.0308,6.3489895,4628.3721}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=56; + type="I_G_Soldier_TL_F"; + atlOffset=-6.6757202e-006; + }; + class Item3 + { + dataType="Object"; + class PositionInfo + { + position[]={2669.9731,6.37152,4630.7051}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=57; + type="I_G_Soldier_TL_F"; + atlOffset=9.5367432e-007; + }; + class Item4 + { + dataType="Object"; + class PositionInfo + { + position[]={2669.8101,6.3720083,4633.0195}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=58; + type="I_G_Soldier_TL_F"; + }; + class Item5 + { + dataType="Object"; + class PositionInfo + { + position[]={2669.769,6.3721323,4635.4727}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=59; + type="I_G_Soldier_TL_F"; + atlOffset=9.5367432e-007; + }; + class Item6 + { + dataType="Object"; + class PositionInfo + { + position[]={2669.5835,6.3726892,4637.7891}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=60; + type="I_G_Soldier_F"; + atlOffset=9.5367432e-007; + }; + class Item7 + { + dataType="Object"; + class PositionInfo + { + position[]={2669.3765,6.3733101,4639.6846}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=61; + type="I_G_Soldier_F"; + atlOffset=9.5367432e-007; + }; + class Item8 + { + dataType="Object"; + class PositionInfo + { + position[]={2672.2515,6.1570826,4626.2598}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=62; + type="I_G_Soldier_F"; + atlOffset=-7.6293945e-006; + }; + class Item9 + { + dataType="Object"; + class PositionInfo + { + position[]={2672.2505,6.2132387,4628.5996}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=63; + type="I_G_Soldier_F"; + atlOffset=-1.3828278e-005; + }; + class Item10 + { + dataType="Object"; + class PositionInfo + { + position[]={2672.144,6.2856722,4630.9727}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=64; + type="I_G_Soldier_F"; + }; + class Item11 + { + dataType="Object"; + class PositionInfo + { + position[]={2672.0854,6.2880163,4633.1719}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=65; + type="I_G_Soldier_F"; + }; + class Item12 + { + dataType="Object"; + class PositionInfo + { + position[]={2671.8823,6.2961454,4635.5947}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=66; + type="I_G_Soldier_F"; + }; + class Item13 + { + dataType="Object"; + class PositionInfo + { + position[]={2671.6948,6.3036413,4637.9258}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=67; + type="I_G_Soldier_F"; + }; + class Item14 + { + dataType="Object"; + class PositionInfo + { + position[]={2674.3599,6.020586,4626.2959}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=68; + type="I_G_Soldier_AR_F"; + atlOffset=-1.4781952e-005; + }; + class Item15 + { + dataType="Object"; + class PositionInfo + { + position[]={2674.522,6.1288071,4628.7363}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=69; + type="I_G_Soldier_AR_F"; + atlOffset=-1.4781952e-005; + }; + class Item16 + { + dataType="Object"; + class PositionInfo + { + position[]={2674.1216,6.2065706,4631.1504}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=70; + type="I_G_Soldier_AR_F"; + }; + class Item17 + { + dataType="Object"; + class PositionInfo + { + position[]={2674.0981,6.2075109,4633.2998}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=71; + type="I_G_Soldier_AR_F"; + }; + class Item18 + { + dataType="Object"; + class PositionInfo + { + position[]={2673.8979,6.215518,4635.541}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=72; + type="I_G_Soldier_AR_F"; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2673.811,6.2401285,4638}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=73; + type="I_G_Soldier_AR_F"; + atlOffset=-2.8610229e-006; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2676.4487,5.9407558,4626.375}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=74; + type="I_G_Soldier_GL_F"; + atlOffset=-2.9087067e-005; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2676.3188,6.0549116,4628.6934}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=75; + type="I_G_Soldier_GL_F"; + atlOffset=-1.2397766e-005; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2676.1948,6.1236477,4631.4375}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=76; + type="I_G_Soldier_GL_F"; + }; + class Item23 + { + dataType="Object"; + class PositionInfo + { + position[]={2676.021,6.1305943,4633.4463}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=77; + type="I_G_Soldier_GL_F"; + }; + class Item24 + { + dataType="Object"; + class PositionInfo + { + position[]={2675.9517,6.1517572,4635.6309}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=78; + type="I_G_Soldier_GL_F"; + atlOffset=-2.8610229e-006; + }; + class Item25 + { + dataType="Object"; + class PositionInfo + { + position[]={2675.8462,6.1845961,4638.1211}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=79; + type="I_G_Soldier_GL_F"; + atlOffset=-2.8610229e-006; + }; + class Item26 + { + dataType="Object"; + class PositionInfo + { + position[]={2677.9761,5.8833332,4626.4531}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=80; + type="I_G_medic_F"; + atlOffset=-2.7179718e-005; + }; + class Item27 + { + dataType="Object"; + class PositionInfo + { + position[]={2677.8003,5.9974947,4628.7324}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=81; + type="I_G_medic_F"; + atlOffset=-1.2874603e-005; + }; + class Item28 + { + dataType="Object"; + class PositionInfo + { + position[]={2677.7583,6.0610991,4631.6045}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=82; + type="I_G_medic_F"; + }; + class Item29 + { + dataType="Object"; + class PositionInfo + { + position[]={2677.6704,6.076993,4633.4111}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=83; + type="I_G_medic_F"; + atlOffset=-6.6757202e-006; + }; + class Item30 + { + dataType="Object"; + class PositionInfo + { + position[]={2677.4868,6.1104488,4635.7705}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=84; + type="I_G_medic_F"; + atlOffset=-7.6293945e-006; + }; + class Item31 + { + dataType="Object"; + class PositionInfo + { + position[]={2677.4976,6.1390848,4638.1816}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=85; + type="I_G_medic_F"; + atlOffset=-7.1525574e-006; + }; + class Item32 + { + dataType="Object"; + class PositionInfo + { + position[]={2679.7778,5.8190231,4626.6182}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=86; + type="I_G_engineer_F"; + atlOffset=-1.2874603e-005; + }; + class Item33 + { + dataType="Object"; + class PositionInfo + { + position[]={2679.8013,5.9261742,4628.918}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=87; + type="I_G_engineer_F"; + atlOffset=-1.1920929e-005; + }; + class Item34 + { + dataType="Object"; + class PositionInfo + { + position[]={2679.5591,6.0036898,4631.709}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=88; + type="I_G_engineer_F"; + atlOffset=-6.6757202e-006; + }; + class Item35 + { + dataType="Object"; + class PositionInfo + { + position[]={2679.3042,6.034193,4633.6563}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=89; + type="I_G_engineer_F"; + atlOffset=-7.1525574e-006; + }; + class Item36 + { + dataType="Object"; + class PositionInfo + { + position[]={2679.1089,6.0664978,4635.8926}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=90; + type="I_G_engineer_F"; + atlOffset=-6.6757202e-006; + }; + class Item37 + { + dataType="Object"; + class PositionInfo + { + position[]={2679.0044,6.0990467,4638.3613}; + }; + side="Independent"; + flags=5; + class Attributes + { + isPlayable=1; + class Inventory + { + map="ItemMap"; + }; + }; + id=91; + type="I_G_engineer_F"; + atlOffset=-2.8610229e-006; + }; + }; + class Attributes + { + }; + id=53; + atlOffset=0.57569551; + }; + class Item2 + { + dataType="Object"; + class PositionInfo + { + position[]={2664.2087,7.3562083,4636.3086}; + angles[]={0,5.6650062,6.2802153}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="mapX"; + }; + id=96; + type="MapBoard_seismic_F"; + atlOffset=-5.0544739e-005; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={2658.1929,7.1355162,4622.0737}; + angles[]={0.052950375,0,6.2801757}; + }; + name="garrison"; + id=97; + type="Logic"; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={2665.4517,6.8464384,4616.1538}; + angles[]={0.03798322,0,6.1845074}; + }; + name="killZones"; + id=98; + type="Logic"; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={2666.1694,6.8130794,4615.1616}; + angles[]={0.03798322,0,6.1845074}; + }; + name="pathfinding"; + id=99; + type="Logic"; + }; + class Item6 + { + dataType="Logic"; + class PositionInfo + { + position[]={2661.855,7.0821066,4619.3218}; + angles[]={0.03798322,0,6.1845074}; + }; + name="roadsX"; + id=100; + type="Logic"; + }; + class Item7 + { + dataType="Logic"; + class PositionInfo + { + position[]={2656.6187,7.0653844,4623.4858}; + angles[]={0.052950375,0,6.2801757}; + }; + name="server"; + id=101; + type="Logic"; + }; + class Item8 + { + dataType="Logic"; + class PositionInfo + { + position[]={2664.5405,6.9050102,4616.9858}; + angles[]={0.03798322,0,6.1845074}; + }; + name="sidesX"; + id=102; + type="Logic"; + }; + class Item9 + { + dataType="Logic"; + class PositionInfo + { + position[]={2659.98,7.2054625,4620.6528}; + angles[]={0.052950375,0,6.2801757}; + }; + name="spawner"; + id=103; + type="Logic"; + }; + class Item10 + { + dataType="Logic"; + class PositionInfo + { + position[]={2663.271,6.9831123,4618.2378}; + angles[]={0.03798322,0,6.1845074}; + }; + name="timer"; + id=104; + type="Logic"; + }; + class Item11 + { + dataType="Logic"; + class PositionInfo + { + position[]={2652.3862,7.5147967,4620.7856}; + angles[]={0.095706634,0,6.2372169}; + }; + name="hc"; + isPlayable=1; + id=105; + type="HeadlessClient_F"; + }; + class Item12 + { + dataType="Logic"; + class PositionInfo + { + position[]={2653.4146,7.5536556,4619.8013}; + angles[]={0.05394781,0,6.2372179}; + }; + name="hc_1"; + isPlayable=1; + id=106; + type="HeadlessClient_F"; + }; + class Item13 + { + dataType="Logic"; + class PositionInfo + { + position[]={2654.3599,7.5545607,4618.979}; + angles[]={0.05394781,0,6.2372179}; + }; + name="hc_2"; + isPlayable=1; + id=107; + type="HeadlessClient_F"; + }; + class Item14 + { + dataType="Logic"; + class PositionInfo + { + position[]={2642.9712,7.478106,4615.9614}; + angles[]={0.026993545,0,0.066899881}; + }; + id=108; + type="ModuleCurator_F"; + class CustomAttributes + { + class Attribute0 + { + property="ModuleCurator_F_Owner"; + expression="_this setVariable ['Owner',_value,true];"; + class Value + { + class data + { + singleType="STRING"; + value="#adminLogged"; + }; + }; + }; + class Attribute1 + { + property="ModuleCurator_F_Forced"; + expression="_this setVariable ['Forced',_value,true];"; + class Value + { + class data + { + singleType="SCALAR"; + value=0; + }; + }; + }; + class Attribute2 + { + property="ModuleCurator_F_Name"; + expression="_this setVariable ['Name',_value,true];"; + class Value + { + class data + { + singleType="STRING"; + value=""; + }; + }; + }; + class Attribute3 + { + property="ModuleCurator_F_Addons"; + expression="_this setVariable ['Addons',_value,true];"; + class Value + { + class data + { + singleType="SCALAR"; + value=3; + }; + }; + }; + nAttributes=4; + }; + }; + class Item15 + { + dataType="Logic"; + class PositionInfo + { + position[]={2676.3445,6.1655269,4646.4185}; + angles[]={0.014998405,0,6.2362199}; + }; + name="HC_commanderX"; + id=109; + type="HighCommand"; + }; + class Item16 + { + dataType="Logic"; + class PositionInfo + { + position[]={2679.7449,6.0071197,4646.3247}; + angles[]={0.014998405,0,6.2362199}; + }; + id=110; + type="HighCommandSubordinate"; + }; + class Item17 + { + dataType="Marker"; + position[]={2669.238,6.3708196,4627.9092}; + name="Synd_HQ"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorPink"; + a=50; + b=50; + id=111; + }; + class Item18 + { + dataType="Marker"; + position[]={2670.571,2.7037606e+012,4630.0879}; + name="respawn_guerrila"; + text="Your Headquarters"; + type="hd_flag"; + colorName="ColorGUER"; + id=112; + atlOffset=2.7037606e+012; + }; + class Item19 + { + dataType="Object"; + class PositionInfo + { + position[]={2659.9961,7.5755453,4629.3452}; + angles[]={0.052950375,4.9906731,6.2801757}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="fireX"; + }; + id=430; + type="Land_I44_Object_Tent_Zeltbahn_8"; + class CustomAttributes + { + class Attribute0 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=1; + }; + }; + class Item20 + { + dataType="Object"; + class PositionInfo + { + position[]={2662.0508,10.758741,4624.812}; + angles[]={0.052950375,0,6.1845074}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="flagX"; + }; + id=431; + type="Flag_Green_F"; + atlOffset=4.7683716e-007; + }; + class Item21 + { + dataType="Object"; + class PositionInfo + { + position[]={2667.3474,6.4421091,4630.583}; + angles[]={0.030990755,5.3330512,6.2491965}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="boxX"; + }; + id=446; + type="CUP_hromada_beden_dekorativniX"; + class CustomAttributes + { + class Attribute0 + { + property="ammoBox"; + expression="[_this,_value] call bis_fnc_initAmmoBox;"; + class Value + { + class data + { + singleType="STRING"; + value="[[[[],[]],[[],[]],[[],[]],[[],[]]],false]"; + }; + }; + }; + class Attribute1 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item22 + { + dataType="Object"; + class PositionInfo + { + position[]={2667.2583,7.0242543,4619.5742}; + angles[]={0.03798322,0,6.1845074}; + }; + side="Empty"; + flags=4; + class Attributes + { + name="vehicleBox"; + }; + id=447; + type="Fort_Crate_wood"; + class CustomAttributes + { + class Attribute0 + { + property="ammoBox"; + expression="[_this,_value] call bis_fnc_initAmmoBox;"; + class Value + { + class data + { + singleType="STRING"; + value="[[[[],[]],[[],[]],[[],[]],[[],[]]],false]"; + }; + }; + }; + class Attribute1 + { + property="allowDamage"; + expression="_this allowdamage _value;"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + }; + id=50; + atlOffset=8.4492517e+010; + }; + class Item1 + { + dataType="Layer"; + name="seaspawn"; + class Entities + { + items=3; + class Item0 + { + dataType="Marker"; + position[]={1503.6543,0,2989.969}; + name="seaSpawn"; + type="mil_objective"; + id=114; + atlOffset=0.65344679; + }; + class Item1 + { + dataType="Marker"; + position[]={3932.2559,-0.96830887,3241.8538}; + name="seaSpawn_1"; + type="mil_objective"; + id=448; + atlOffset=0.69812781; + }; + class Item2 + { + dataType="Marker"; + position[]={1954.5664,-0.28212374,1213.8938}; + name="seaSpawn_2"; + type="mil_objective"; + id=449; + atlOffset=0.65344679; + }; + }; + id=113; + atlOffset=5.5149097; + }; + class Item2 + { + dataType="Layer"; + name="controls"; + class Entities + { + items=7; + class Item0 + { + dataType="Marker"; + position[]={2884.4758,9.714798,3824.7976}; + name="control"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=118; + }; + class Item1 + { + dataType="Marker"; + position[]={2563.7659,8.1565714,395.46051}; + name="control_1"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=460; + }; + class Item2 + { + dataType="Marker"; + position[]={2891.4382,10.132662,2413.011}; + name="control_2"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=461; + }; + class Item3 + { + dataType="Marker"; + position[]={3697.3555,10.294025,3527.7834}; + name="control_3"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=462; + }; + class Item4 + { + dataType="Marker"; + position[]={2534.2229,2.3123224,4773.3037}; + name="control_4"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=464; + }; + class Item5 + { + dataType="Marker"; + position[]={1543.053,4.6819601,3259.0933}; + name="control_5"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=467; + }; + class Item6 + { + dataType="Marker"; + position[]={2453.3555,10.743094,1878.7831}; + name="control_6"; + markerType="RECTANGLE"; + type="rectangle"; + a=40; + b=40; + id=468; + }; + }; + id=117; + atlOffset=-2.6720667; + }; + class Item3 + { + dataType="Marker"; + position[]={4571.2422,-8.7734566,928.53033}; + name="CSAT_carrier"; + type="flag_CSAT"; + id=121; + atlOffset=2.0365467; + }; + class Item4 + { + dataType="Marker"; + position[]={303.25632,-19.091471,4752.2871}; + name="NATO_carrier"; + type="flag_UN"; + id=122; + }; + }; + id=49; + atlOffset=5.2807823e+009; + }; + class Item4 + { + dataType="Layer"; + name="factories"; + class Entities + { + items=10; + class Item0 + { + dataType="Layer"; + name="factory_1"; + id=126; + atlOffset=19.091471; + }; + class Item1 + { + dataType="Layer"; + name="factory_2"; + id=130; + atlOffset=19.091471; + }; + class Item2 + { + dataType="Layer"; + name="factory_3"; + id=134; + atlOffset=19.091471; + }; + class Item3 + { + dataType="Layer"; + name="factory_4"; + id=138; + atlOffset=19.091471; + }; + class Item4 + { + dataType="Layer"; + name="factory_5"; + id=142; + atlOffset=19.091471; + }; + class Item5 + { + dataType="Layer"; + name="factory_6"; + id=146; + atlOffset=19.091471; + }; + class Item6 + { + dataType="Layer"; + name="factory_7"; + id=150; + atlOffset=19.091471; + }; + class Item7 + { + dataType="Layer"; + name="factory_8"; + id=154; + atlOffset=19.091471; + }; + class Item8 + { + dataType="Layer"; + name="factory_9"; + id=158; + atlOffset=19.091471; + }; + class Item9 + { + dataType="Layer"; + name="factory_10"; + id=162; + atlOffset=19.091471; + }; + }; + id=125; + atlOffset=19.091471; + }; + }; + id=418; + atlOffset=1.3201956e+009; + }; + class Item1 + { + dataType="Logic"; + class PositionInfo + { + position[]={2448.8745,10.743094,1875.7578}; + angles[]={-0,3.6309474,0}; + }; + areaSize[]={15,0,20}; + areaIsRectangle=1; + flags=1; + id=469; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item2 + { + dataType="Logic"; + class PositionInfo + { + position[]={3725.27,10.75,2845.9302}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=473; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item3 + { + dataType="Logic"; + class PositionInfo + { + position[]={3039.3062,9.7493067,3464.0461}; + angles[]={-0,0,0.0009765625}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=474; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item4 + { + dataType="Logic"; + class PositionInfo + { + position[]={3023.1147,9.75,3437.5549}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=475; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item5 + { + dataType="Logic"; + class PositionInfo + { + position[]={1374.6257,4.0534143,3017.8462}; + angles[]={6.2729607,1.0834821,6.2802153}; + }; + areaSize[]={5,-1,5}; + flags=1; + id=476; + type="ModuleHideTerrainObjects_F"; + class CustomAttributes + { + class Attribute0 + { + property="#filter"; + expression="_this setVariable [""#filter"",_value]"; + class Value + { + class data + { + singleType="SCALAR"; + value=15; + }; + }; + }; + class Attribute1 + { + property="#hideLocally"; + expression="_this setVariable [""#hideLocally"",_value]"; + class Value + { + class data + { + singleType="BOOL"; + value=0; + }; + }; + }; + nAttributes=2; + }; + }; + class Item6 + { + dataType="Layer"; + name="Antistasi-Porting-Kit-V4-20230925"; + class Entities + { + items=29; + class Item0 + { + dataType="Layer"; + name="outpost_2"; + id=1062; + atlOffset=7.6293945e-006; + }; + class Item1 + { + dataType="Layer"; + name="outpost_4"; + id=1067; + atlOffset=0.00010871887; + }; + class Item2 + { + dataType="Layer"; + name="outpost_15"; + id=1072; + }; + class Item3 + { + dataType="Layer"; + name="outpost_22"; + id=1081; + atlOffset=1.5258789e-005; + }; + class Item4 + { + dataType="Layer"; + name="outpost_26"; + id=1086; + atlOffset=2.8610229e-005; + }; + class Item5 + { + dataType="Layer"; + name="outpost_27"; + id=1091; + atlOffset=1.9073486e-005; + }; + class Item6 + { + dataType="Layer"; + name="outpost_28"; + id=1096; + }; + class Item7 + { + dataType="Layer"; + name="outpost_29"; + id=1101; + atlOffset=9.9182129e-005; + }; + class Item8 + { + dataType="Layer"; + name="outpost_30"; + id=1106; + }; + class Item9 + { + dataType="Layer"; + name="outpost_31"; + id=1111; + atlOffset=0.29142761; + }; + class Item10 + { + dataType="Layer"; + name="outpost_32"; + id=1116; + atlOffset=1.04035; + }; + class Item11 + { + dataType="Layer"; + name="outpost_33"; + id=1121; + atlOffset=4.5776367e-005; + }; + class Item12 + { + dataType="Layer"; + name="outpost_34"; + id=1126; + atlOffset=0.71919823; + }; + class Item13 + { + dataType="Layer"; + name="outpost_35"; + id=1131; + atlOffset=0.042385101; + }; + class Item14 + { + dataType="Layer"; + name="outpost_36"; + id=1136; + }; + class Item15 + { + dataType="Layer"; + name="outpost_37"; + id=1141; + }; + class Item16 + { + dataType="Layer"; + name="outpost_38"; + id=1146; + atlOffset=0.0097560883; + }; + class Item17 + { + dataType="Layer"; + name="outpost_39"; + id=1151; + atlOffset=3.0517578e-005; + }; + class Item18 + { + dataType="Layer"; + name="outpost_40"; + id=1156; + atlOffset=0.64512825; + }; + class Item19 + { + dataType="Layer"; + name="resources_1"; + class Entities + { + items=20; + class Item0 + { + dataType="Layer"; + name="resource_4"; + id=1187; + atlOffset=0.30267715; + }; + class Item1 + { + dataType="Layer"; + name="resource_5"; + id=1191; + atlOffset=0.30260658; + }; + class Item2 + { + dataType="Layer"; + name="resource_6"; + id=1195; + atlOffset=0.30265999; + }; + class Item3 + { + dataType="Layer"; + name="resource_18"; + id=1199; + atlOffset=0.30273819; + }; + class Item4 + { + dataType="Layer"; + name="resource_21"; + id=1203; + atlOffset=0.30275726; + }; + class Item5 + { + dataType="Layer"; + name="resource_22"; + id=1207; + atlOffset=0.30266953; + }; + class Item6 + { + dataType="Layer"; + name="resource_23"; + id=1211; + atlOffset=0.30265808; + }; + class Item7 + { + dataType="Layer"; + name="resource_24"; + id=1215; + atlOffset=2.1519432; + }; + class Item8 + { + dataType="Layer"; + name="resource_25"; + id=1219; + atlOffset=1.391552; + }; + class Item9 + { + dataType="Layer"; + name="resource_26"; + id=1223; + atlOffset=0.35653687; + }; + class Item10 + { + dataType="Layer"; + name="resource_27"; + id=1227; + atlOffset=0.3025856; + }; + class Item11 + { + dataType="Layer"; + name="resource_28"; + id=1231; + atlOffset=1.5443153; + }; + class Item12 + { + dataType="Layer"; + name="resource_29"; + id=1235; + atlOffset=0.30281067; + }; + class Item13 + { + dataType="Layer"; + name="resource_30"; + id=1239; + atlOffset=0.30247498; + }; + class Item14 + { + dataType="Layer"; + name="resource_31"; + id=1243; + atlOffset=1.3417702; + }; + class Item15 + { + dataType="Layer"; + name="resource_32"; + id=1247; + atlOffset=0.30282974; + }; + class Item16 + { + dataType="Layer"; + name="resource_33"; + id=1251; + atlOffset=0.30254745; + }; + class Item17 + { + dataType="Layer"; + name="resource_34"; + id=1255; + atlOffset=0.30274963; + }; + class Item18 + { + dataType="Layer"; + name="resource_35"; + id=1259; + atlOffset=0.30264664; + }; + class Item19 + { + dataType="Layer"; + name="resource_36"; + id=1263; + atlOffset=0.30252075; + }; + }; + id=1186; + atlOffset=0.32177544; + }; + class Item20 + { + dataType="Layer"; + name="seaports_1"; + class Entities + { + items=10; + class Item0 + { + dataType="Layer"; + name="seaport_11"; + id=1268; + atlOffset=23.524355; + }; + class Item1 + { + dataType="Layer"; + name="seaport_12"; + id=1273; + atlOffset=22.766436; + }; + class Item2 + { + dataType="Layer"; + name="seaport_13"; + id=1278; + atlOffset=24.281828; + }; + class Item3 + { + dataType="Layer"; + name="seaport_14"; + id=1283; + atlOffset=24.282108; + }; + class Item4 + { + dataType="Layer"; + name="seaport_15"; + id=1288; + atlOffset=22.766409; + }; + class Item5 + { + dataType="Layer"; + name="seaport_16"; + id=1293; + atlOffset=22.918495; + }; + class Item6 + { + dataType="Layer"; + name="seaport_17"; + id=1298; + atlOffset=23.524437; + }; + class Item7 + { + dataType="Layer"; + name="seaport_18"; + id=1303; + atlOffset=19.901016; + }; + class Item8 + { + dataType="Layer"; + name="seaport_19"; + id=1308; + atlOffset=19.900398; + }; + class Item9 + { + dataType="Layer"; + name="seaport_20"; + id=1313; + atlOffset=22.766825; + }; + }; + id=1267; + atlOffset=21.763311; + }; + class Item21 + { + dataType="Layer"; + name="airports_1"; + class Entities + { + items=6; + class Item0 + { + dataType="Layer"; + name="airport_7"; + id=897; + atlOffset=0.00026512146; + }; + class Item1 + { + dataType="Layer"; + name="airport_8"; + id=905; + atlOffset=0.00017738342; + }; + class Item2 + { + dataType="Layer"; + name="airport_9"; + id=913; + atlOffset=0.00017738342; + }; + class Item3 + { + dataType="Layer"; + name="airport_10"; + id=921; + atlOffset=0.00018501282; + }; + class Item4 + { + dataType="Layer"; + name="airport_11"; + id=929; + atlOffset=0.0002040863; + }; + class Item5 + { + dataType="Layer"; + name="airport_12"; + id=937; + atlOffset=0.00019645691; + }; + }; + id=896; + atlOffset=0.00019645691; + }; + class Item22 + { + dataType="Layer"; + name="Antistasi assets_1"; + class Entities + { + items=6; + class Item0 + { + dataType="Layer"; + name="HQ assets_1"; + id=946; + atlOffset=1.3518803e+012; + }; + class Item1 + { + dataType="Layer"; + name="seaspawn_1"; + id=1009; + atlOffset=1.6242371; + }; + class Item2 + { + dataType="Layer"; + name="seaSpawnAttack"; + id=1011; + atlOffset=12.072235; + }; + class Item3 + { + dataType="Layer"; + name="controls_1"; + id=1013; + }; + class Item4 + { + dataType="Layer"; + name="seaPatrol_1"; + id=1015; + atlOffset=0.24960327; + }; + class Item5 + { + dataType="Layer"; + name="detectPlayer"; + id=1019; + atlOffset=3.9971008; + }; + }; + id=945; + atlOffset=1.0561565e+010; + }; + class Item23 + { + dataType="Layer"; + name="factories_1"; + class Entities + { + items=10; + class Item0 + { + dataType="Layer"; + name="factory_11"; + class Entities + { + items=2; + class Item0 + { + dataType="Marker"; + position[]={3705.542,9.9946308,3255.0229}; + name="fact_1_vehicle"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorGreen"; + a=5; + b=5; + angle=0.5585919; + id=1024; + atlOffset=0.60463047; + }; + class Item1 + { + dataType="Marker"; + position[]={3695.7488,9.3900003,3260.0374}; + name="factory_1"; + markerType="RECTANGLE"; + type="rectangle"; + colorName="ColorBrown"; + a=41.747002; + b=41.750999; + id=1025; + }; + }; + id=1022; + atlOffset=0.30244923; + }; + class Item1 + { + dataType="Layer"; + name="factory_12"; + id=1026; + atlOffset=0.30280113; + }; + class Item2 + { + dataType="Layer"; + name="factory_13"; + id=1030; + atlOffset=0.30277252; + }; + class Item3 + { + dataType="Layer"; + name="factory_14"; + id=1034; + atlOffset=0.30258942; + }; + class Item4 + { + dataType="Layer"; + name="factory_15"; + id=1038; + atlOffset=0.30282974; + }; + class Item5 + { + dataType="Layer"; + name="factory_16"; + id=1042; + atlOffset=0.46861649; + }; + class Item6 + { + dataType="Layer"; + name="factory_17"; + id=1046; + atlOffset=0.30278015; + }; + class Item7 + { + dataType="Layer"; + name="factory_18"; + id=1050; + atlOffset=0.30282974; + }; + class Item8 + { + dataType="Layer"; + name="factory_19"; + id=1054; + atlOffset=0.30270767; + }; + class Item9 + { + dataType="Layer"; + name="factory_20"; + id=1058; + atlOffset=1.8188629; + }; + }; + id=1021; + atlOffset=1.1216183; + }; + class Item24 + { + dataType="Layer"; + name="outpost_41"; + id=1161; + }; + class Item25 + { + dataType="Layer"; + name="outpost_42"; + id=1166; + }; + class Item26 + { + dataType="Layer"; + name="outpost_43"; + id=1171; + atlOffset=0.0097484589; + }; + class Item27 + { + dataType="Layer"; + name="outpost_44"; + id=1176; + }; + class Item28 + { + dataType="Layer"; + name="outpost_45"; + id=1181; + atlOffset=0.64512444; + }; + }; + id=1318; + atlOffset=82512224; + }; + }; + class Connections + { + class LinkIDProvider + { + nextID=39; + }; + class Links + { + items=39; + class Item0 + { + linkID=0; + item0=109; + item1=110; + class CustomData + { + type="Sync"; + }; + }; + class Item1 + { + linkID=1; + item0=54; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item2 + { + linkID=2; + item0=55; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item3 + { + linkID=3; + item0=56; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item4 + { + linkID=4; + item0=57; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item5 + { + linkID=5; + item0=58; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item6 + { + linkID=6; + item0=59; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item7 + { + linkID=7; + item0=60; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item8 + { + linkID=8; + item0=61; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item9 + { + linkID=9; + item0=62; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item10 + { + linkID=10; + item0=63; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item11 + { + linkID=11; + item0=64; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item12 + { + linkID=12; + item0=65; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item13 + { + linkID=13; + item0=66; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item14 + { + linkID=14; + item0=67; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item15 + { + linkID=15; + item0=68; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item16 + { + linkID=16; + item0=69; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item17 + { + linkID=17; + item0=70; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item18 + { + linkID=18; + item0=71; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item19 + { + linkID=19; + item0=72; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item20 + { + linkID=20; + item0=73; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item21 + { + linkID=21; + item0=74; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item22 + { + linkID=22; + item0=75; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item23 + { + linkID=23; + item0=76; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item24 + { + linkID=24; + item0=77; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item25 + { + linkID=25; + item0=78; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item26 + { + linkID=26; + item0=79; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item27 + { + linkID=27; + item0=80; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item28 + { + linkID=28; + item0=81; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item29 + { + linkID=29; + item0=82; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item30 + { + linkID=30; + item0=83; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item31 + { + linkID=31; + item0=84; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item32 + { + linkID=32; + item0=85; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item33 + { + linkID=33; + item0=86; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item34 + { + linkID=34; + item0=87; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item35 + { + linkID=35; + item0=88; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item36 + { + linkID=36; + item0=89; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item37 + { + linkID=37; + item0=90; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + class Item38 + { + linkID=38; + item0=91; + item1=109; + class CustomData + { + type="Sync"; + }; + }; + }; + }; +}; diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/navGrid.sqf b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/navGrid.sqf new file mode 100644 index 0000000000..e975fb5ff5 --- /dev/null +++ b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/navGrid.sqf @@ -0,0 +1,57 @@ +/*{"systemTimeUCT_G":"2023-12-26 17:13:23","worldName":"Hyde_Sark","StreetArtist_Config":{"_flatMaxDrift":-1,"_juncMergeDistance":-1,"_humanEdited": true}}*/ +navGrid = [ +[[2066.66,1571.89,0],0,true,[[45,0,21.2018],[141,0,59.212],[210,0,85.9777]]],[[3034.17,3455.41,0],0,true,[[151,0,11.243],[127,0,20.9437],[250,0,45.5909]]],[[2734.47,2547.95,0],0,true,[[108,0,105.425],[11,0,25.2962],[252,0,7.09768],[6,0,3.99131],[152,0,12.0843]]],[[3199.71,3495.77,0],0,true,[[249,0,5.2094],[15,0,99.2634],[213,0,8.6972]]],[[3157.67,2615.59,0],0,false,[[165,0,42.5224]]], +[[2910.84,3000.32,0],0,false,[[220,0,29.7406],[121,0,35.2523]]],[[2734.89,2543.98,0],0,true,[[252,0,5.79363],[152,0,8.14479],[2,0,3.99131]]],[[2830.03,2771.64,0],0,false,[[143,0,34.243],[91,0,120.119]]],[[3389.39,3132.49,0],0,true,[[260,0,7.64988],[62,0,92.2166],[185,0,8.28099]]],[[3091.8,3275,0],0,true,[[146,0,73.4876],[88,0,38.3865],[47,0,19.3742]]], +[[3187.36,2559.53,0],0,false,[[237,0,12.8855]]],[[2728.03,2523.48,0],0,false,[[2,0,25.2962],[58,0,23.2647]]],[[3749.62,3498.49,0],0,false,[[79,0,192.936]]],[[2616.85,3312.35,0],0,false,[[156,0,73.4789],[173,0,37.9221]]],[[3251.33,3130.7,0],0,false,[[59,0,122.952],[130,0,17.2414]]], +[[3285.1,3546.32,0],0,false,[[3,0,99.2634],[194,0,45.0916]]],[[2110.35,1477.63,0],0,false,[[210,0,43.3614],[53,0,7.29342]]],[[2382.2,2942.34,0],0,true,[[140,0,8.41106],[256,0,4.27166],[147,0,2.36217]]],[[2963.86,3416.49,0],0,false,[[32,0,53.4155],[250,0,38.153]]],[[3084.44,3236.26,0],0,false,[[235,0,9.28731],[158,0,37.4934]]], +[[2925.57,3700.69,0],0,false,[[21,0,285.802],[263,0,72.7806]]],[[2853.71,3975.32,0],0,true,[[159,0,23.3778],[20,0,285.802],[49,0,11.4445]]],[[3161,3494.51,0],0,true,[[244,0,26.0557],[63,0,6.32495],[170,0,21.6417]]],[[3067.44,3373.6,0],0,true,[[127,0,67.3816],[146,0,29.5932],[255,0,73.9211]]],[[3559.44,3288.48,0],0,true,[[119,0,27.5534],[34,0,57.3494],[125,0,42.2196]]], +[[3607.48,3302.63,0],0,true,[[178,0,21.6315],[125,0,9.18452],[48,0,17.9967]]],[[3585.27,3378,0],0,true,[[86,0,22.7767],[231,0,14.5367],[79,0,15.3521]]],[[2446.84,2689.93,0],0,false,[[139,0,19.5534]]],[[1936.59,1579.66,0],0,false,[[109,0,100.608]]],[[1648.64,3134.3,0],1,false,[[207,0,166.546],[162,0,88.7966]]], +[[3012.93,4014.49,0],0,true,[[49,0,160.207],[191,0,11.2694],[69,0,11.722]]],[[2669.19,3336.66,-9.53674e-007],0,false,[[129,0,20.1466]]],[[3007.49,3418.76,0],0,false,[[18,0,53.4155]]],[[2982.8,3036.98,0],0,false,[[80,0,40.8825]]],[[3578.99,3234.59,0],0,true,[[24,0,57.3494],[232,0,18.5407],[98,0,11.3885]]], +[[2911.75,3083.06,0],0,false,[[107,0,9.34242],[100,0,64.1181]]],[[2590.66,2591.81,-0.00312471],0,false,[[108,0,165.848]]],[[3383.67,3181.04,0],0,true,[[111,0,82.8384],[241,0,25.3532],[177,0,64.9806],[44,0,61.8367]]],[[2718.59,2404.21,0],0,false,[[58,0,96.6349],[264,0,410.135]]],[[3366,3083.03,0],0,true,[[185,0,49.191],[254,0,39.2325],[59,0,53.1308]]], +[[2253.35,1628.46,0],0,false,[[60,0,151.758],[45,0,174.629]]],[[2176.09,1250.01,0.622352],0,false,[[183,0,135.585]]],[[1274.4,3180.77,0],1,false,[[137,0,201.361]]],[[2709.29,3012.72,0],0,true,[[198,0,24.6448],[90,0,21.8035],[180,0,10.2693]]],[[3324.28,3165.38,0],0,false,[[132,0,80.88],[37,0,61.8367]]], +[[2086.23,1580.05,0],0,false,[[40,0,174.629],[0,0,21.2018]]],[[2387.96,2901.7,0],0,true,[[179,0,23.4711],[113,0,139.436],[251,0,21.9794],[104,0,13.3343]]],[[3073.27,3270.1,0],0,false,[[9,0,19.3742],[158,0,19.0852]]],[[3625.24,3305.56,0],0,true,[[125,0,26.6766],[105,0,135.361],[25,0,17.9967]]],[[2855.45,3986.63,0],0,true,[[21,0,11.4445],[30,0,160.207],[159,0,14.3373]]], +[[2760.1,4395.9,0],0,false,[[200,0,148.684]]],[[3164.47,3571.62,0],0,true,[[209,0,289.741],[215,0,158.395],[213,0,77.2703]]],[[3590.47,3212.61,0],0,false,[[232,0,6.3842]]],[[2116.88,1480.89,0],0,false,[[183,0,158.839],[16,0,7.29342]]],[[3295.91,2418.76,0],0,false,[[82,0,170.444]]], +[[2717.73,2732.32,0],0,true,[[81,0,154.743],[199,0,32.3893],[164,0,14.3194]]],[[2459.56,3012.51,0],0,true,[[230,0,101.871],[84,0,36.7324],[217,0,23.9209]]],[[3162.8,3127.73,0],0,false,[[184,0,178.574],[182,0,51.0259]]],[[2723.57,2500.65,0],0,false,[[11,0,23.2647],[38,0,96.6349]]],[[3316.77,3087.76,0],0,true,[[39,0,53.1308],[14,0,122.952],[204,0,15.8742]]], +[[2332.23,1740.17,0],0,false,[[264,0,382.64],[40,0,151.758]]],[[2613.3,3003.08,0],0,true,[[163,0,6.76719],[155,0,42.8066],[234,0,5.75606]]],[[3473.08,3147.94,0],0,false,[[8,0,92.2166],[133,0,27.2464]]],[[3156.96,3499.38,0],0,false,[[170,0,18.8341],[22,0,6.32495]]],[[2552.49,3024.3,0],0,false,[[258,0,22.7528],[134,0,47.3734]]], +[[2503.93,2987.45,0],0,true,[[175,0,7.59289],[92,0,7.8587],[138,0,10.0233],[229,0,5.68706]]],[[3500.67,3201.08,0],0,true,[[211,0,29.6678],[177,0,54.3306],[246,0,108.636]]],[[3601.97,2931.03,0],0,false,[[227,0,218.265],[148,0,141.737]]],[[3128.56,2605.2,0],0,false,[[166,0,59.9709],[165,0,12.172]]],[[3024.53,4016.13,0],0,true,[[259,0,4.02918],[209,0,204.338],[191,0,0.481725],[30,0,11.722]]], +[[2815.22,2537,0],0,false,[[252,0,75.2707],[144,0,87.4882]]],[[3583.6,3115.61,0],0,false,[[133,0,91.3741],[214,0,158.301]]],[[3205.74,3476.2,0],0,false,[[213,0,27.4962],[76,0,27.1306]]],[[2855.97,2827.58,0],0,false,[[181,0,24.3689]]],[[2390.83,2717.65,0],0,true,[[139,0,46.5549],[193,0,78.7213],[172,0,27.8534]]], +[[3021.41,3476.11,0],0,true,[[263,0,171.666],[151,0,13.0926],[160,0,9.40455]]],[[3220.23,3453.26,0],0,true,[[72,0,27.1306],[171,0,27.9391],[174,0,109.908]]],[[2612.46,3015.63,0],0,true,[[205,0,99.9375],[150,0,14.018],[163,0,5.81032]]],[[2489.59,3209,0],0,false,[[126,0,105.969]]],[[3596.88,3388.04,0],0,true,[[231,0,27.7982],[12,0,192.936],[26,0,15.3521]]], +[[2943.06,3028.49,0],0,false,[[33,0,40.8825],[220,0,36.4981]]],[[2713.87,2887,0],0,false,[[90,0,104.071],[55,0,154.743]]],[[3360.38,2572.88,0],0,false,[[95,0,233.565],[54,0,170.444]]],[[1550.94,3228.6,0],1,false,[[115,0,150.517],[123,0,111.68],[208,0,33.084]]],[[2464.61,2976.14,0],0,true,[[56,0,36.7324],[140,0,89.4455],[175,0,33.5422]]], +[[3341.13,3479.08,0],0,false,[[93,0,34.1817],[226,0,125.589]]],[[3591.71,3356.16,0],0,true,[[26,0,22.7767],[178,0,34.1678],[223,0,14.6382]]],[[2212.47,2842.41,0],0,false,[[251,0,184.137]]],[[3108.64,3251.59,0],0,false,[[9,0,38.3865]]],[[2642.69,2949,0],0,false,[[155,0,39.8663]]], +[[2709.4,2990.92,0],0,true,[[43,0,21.8035],[81,0,104.071],[180,0,13.1299]]],[[2723.92,2715.78,0],0,true,[[7,0,120.119],[199,0,16.9771],[164,0,10.0889]]],[[2511.76,2986.77,0],0,true,[[65,0,7.8587],[135,0,34.9182],[229,0,5.98716]]],[[3327.08,3509.76,0],0,true,[[186,0,4.73216],[85,0,34.1817],[174,0,13.1664]]],[[2697.93,3287.83,0],0,true,[[202,0,9.5937],[124,0,59.0031],[156,0,14.4766]]], +[[3423.27,2793.01,0],0,false,[[247,0,106.603],[82,0,233.565]]],[[3201.74,2538.14,0],0,true,[[122,0,108.908],[188,0,35.1717],[237,0,12.8855]]],[[1383.06,3023.74,0],1,true,[[206,0,12.8443],[228,0,131.62],[137,0,11.0131]]],[[3578.91,3223.2,0],0,true,[[34,0,11.3885],[211,0,53.3167],[232,0,9.45128]]],[[3219.51,2841.62,0],0,false,[[157,0,124.328]]], +[[2953.99,3115.04,0],0,false,[[35,0,64.1181],[184,0,50.8823]]],[[3016.68,2748.23,0],0,false,[[242,0,172.29],[218,0,138.725]]],[[2908.05,2835.76,0],0,false,[[261,0,37.6446]]],[[2893.44,2489.65,0],0,false,[[153,0,89.4217]]],[[2394.78,2913.16,0],0,false,[[120,0,13.3343],[46,0,13.3343]]], +[[3733.97,3275.77,0],0,false,[[48,0,135.361]]],[[2736.9,2520.1,0],0,false,[[152,0,16.0995],[153,0,91.4954]]],[[2906.81,3090.99,0],0,true,[[253,0,20.3215],[142,0,29.7546],[35,0,9.34242],[221,0,204.286]]],[[2724.69,2650.86,0],0,true,[[199,0,49.8906],[2,0,105.425],[36,0,165.848]]],[[2008.09,1549.62,0],0,true,[[117,0,4.31316],[28,0,100.608],[141,0,5.6289]]], +[[3149,3223.4,0],0,false,[[225,0,80.4353],[182,0,72.6749]]],[[3366.99,3262.15,0],0,true,[[171,0,219.917],[37,0,82.8384],[131,0,157]]],[[3322.48,3042.49,0],0,true,[[195,0,21.9467],[219,0,26.6722],[222,0,14.1369]]],[[2431.28,2769.46,0],0,true,[[46,0,139.436],[262,0,12.983],[193,0,9.3388]]],[[2559.27,2905.74,0],0,false,[[229,0,93.0702],[192,0,171.115]]], +[[1495.74,3125.51,0],1,false,[[169,0,15.0182],[83,0,150.517]]],[[1485.52,3238.52,-0.0020504],1,false,[[216,0,188.454],[208,0,33.084]]],[[2008.52,1545.32,0],0,true,[[189,0,18.9027],[109,0,4.31316],[141,0,4.98565]]],[[2497.85,3007.51,0],0,false,[[138,0,10.9354],[233,0,7.37738]]],[[3551.3,3314.79,0],0,true,[[176,0,58.4893],[24,0,27.5534],[236,0,34.7423],[131,0,48.1103]]], +[[2401.59,2924.62,0],0,false,[[104,0,13.3343]]],[[2913.33,2965.43,0],0,false,[[5,0,35.2523]]],[[3289.43,2600.81,0],0,false,[[243,0,177.774],[96,0,108.908]]],[[1531.99,3321.69,0],1,false,[[83,0,111.68],[145,0,131.619]]],[[2683.85,3344.69,0],0,false,[[94,0,59.0031],[196,0,43.2739]]], +[[3599.76,3297.66,0],0,true,[[24,0,42.2196],[48,0,26.6766],[25,0,9.18452]]],[[2458.76,3306.51,0],0,false,[[173,0,156.769],[78,0,105.969]]],[[3041.81,3435.9,0],0,true,[[1,0,20.9437],[23,0,67.3816]]],[[1330.7,2989.62,0],1,false,[[206,0,55.7159]]],[[2662.07,3355.51,-4.76837e-007],0,false,[[31,0,20.1466],[196,0,20.1466]]], +[[3257.89,3144.85,0],0,true,[[238,0,25.1785],[187,0,65.2846],[14,0,17.2414]]],[[3507.83,3306.98,0],0,true,[[111,0,157],[119,0,48.1103],[203,0,14.1238]]],[[3291.54,3208.68,0],0,false,[[44,0,80.88]]],[[3498.95,3143.93,0],0,false,[[62,0,27.2464],[71,0,91.3741]]],[[2505.29,3020.25,0],0,true,[[64,0,47.3734],[217,0,23.0255],[233,0,7.37738]]], +[[2546.37,2989.31,0],0,false,[[92,0,34.9182],[240,0,44.0709]]],[[2861.35,2798.52,0],0,true,[[261,0,26.2355],[143,0,7.18859],[181,0,5.76096]]],[[1373.42,3029.07,0],1,true,[[206,0,18.2436],[42,0,201.361],[97,0,11.0131]]],[[2500.86,2996.99,0],0,true,[[118,0,10.9354],[229,0,15.536],[65,0,10.0233]]],[[2433.43,2702,0],0,true,[[262,0,57.3751],[27,0,19.5534],[74,0,46.5549]]], +[[2389.93,2945.67,0],0,true,[[84,0,89.4455],[17,0,8.41106],[147,0,8.69926]]],[[2013.16,1547.16,0],0,true,[[0,0,59.212],[117,0,4.98565],[109,0,5.6289]]],[[2908.34,3061.28,0],0,true,[[107,0,29.7546],[220,0,31.2661]]],[[2855.86,2793.88,0],0,true,[[181,0,9.95287],[7,0,34.243],[136,0,7.18859]]],[[2850.18,2610.67,0],0,false,[[70,0,87.4882]]], +[[1402.84,3335.02,0],1,false,[[123,0,131.619]]],[[3078.55,3346.18,0.192429],0,false,[[9,0,73.4876],[23,0,29.5932]]],[[2383.17,2940.19,0],0,true,[[17,0,2.36217],[179,0,16.1933],[140,0,8.69926],[256,0,5.31447]]],[[3715.27,2846.8,0],0,true,[[67,0,141.737],[265,0,30.7875],[161,0,133.424]]],[[3969.33,3099.25,0],0,false,[[214,0,249.436]]], +[[2598.51,3017.02,0],0,true,[[77,0,14.018],[258,0,23.9057],[163,0,16.1495]]],[[3028.63,3465.19,0],0,true,[[75,0,13.0926],[1,0,11.243],[160,0,7.88185]]],[[2737.3,2536.2,0],0,true,[[6,0,8.14479],[106,0,16.0995],[2,0,12.0843],[252,0,8.92669]]],[[2812.54,2494.22,0],0,false,[[106,0,91.4954],[103,0,89.4217]]],[[3023.39,4023.86,0],0,false,[[190,0,149.57],[259,0,4.18364]]], +[[2645.16,2979.95,0],0,true,[[61,0,42.8066],[180,0,64.455],[89,0,39.8663]]],[[2683.94,3284.13,0],0,true,[[202,0,21.8531],[13,0,73.4789],[94,0,14.4766]]],[[3165.33,2921.95,0],0,false,[[248,0,125.592],[99,0,124.328]]],[[3056.58,3261.35,0],0,true,[[19,0,37.4934],[197,0,21.5294],[47,0,19.0852]]],[[2845.96,3997.37,0],0,true,[[245,0,139.461],[21,0,23.3778],[49,0,14.3373]]], +[[3030.25,3472.9,0],0,true,[[75,0,9.40455],[170,0,122.003],[151,0,7.88185]]],[[3811.86,2938.19,0],0,false,[[148,0,133.424]]],[[1616.35,3211.61,0],1,false,[[29,0,88.7966]]],[[2612.98,3009.84,0],0,true,[[77,0,5.81032],[61,0,6.76719],[150,0,16.1495],[234,0,6.27259]]],[[2714.19,2718.45,0],0,true,[[192,0,98.7137],[91,0,10.0889],[199,0,18.8684],[55,0,14.3194]]], +[[3137.46,2613.51,0],0,true,[[4,0,42.5224],[242,0,20.287],[68,0,12.172]]],[[3128.78,2547.47,0],0,false,[[188,0,45.8982],[68,0,59.9709]]],[[3379.03,3136.43,0],0,true,[[187,0,56.312],[185,0,7.22752],[260,0,4.95073]]],[[2361.26,3003.89,0],0,false,[[256,0,66.5928]]],[[1493.68,3110.75,0],1,true,[[228,0,11.6266],[115,0,15.0182],[207,0,19.6856]]], +[[3139.45,3492.44,0],0,true,[[160,0,122.003],[63,0,18.8341],[22,0,21.6417]]],[[3236.77,3430.74,0],0,false,[[76,0,27.9391],[111,0,219.917]]],[[2373.28,2696.43,1.45409],0,false,[[74,0,27.8534]]],[[2600.76,3339.19,0],0,true,[[196,0,64.6151],[126,0,156.769],[13,0,37.9221]]],[[3314.52,3505.79,0],0,true,[[186,0,15.0049],[76,0,109.908],[93,0,13.1664]]], +[[2497,2984.36,0],0,true,[[84,0,33.5422],[65,0,7.59289],[229,0,10.3644]]],[[3534,3370.66,0],0,true,[[226,0,170.762],[119,0,58.4893],[231,0,41.2462]]],[[3446.86,3195.57,0],0,false,[[66,0,54.3306],[37,0,64.9806]]],[[3601.36,3323.38,0],0,false,[[86,0,34.1678],[25,0,21.6315]]],[[2381.39,2924.23,0],0,true,[[147,0,16.1933],[46,0,23.4711],[251,0,4.31888]]], +[[2705.12,3003.34,0],0,true,[[155,0,64.455],[43,0,10.2693],[90,0,13.1299]]],[[2858.44,2803.49,0],0,true,[[73,0,24.3689],[143,0,9.95287],[136,0,5.76096]]],[[3187.39,3162.33,0],0,true,[[110,0,72.6749],[238,0,49.4376],[57,0,51.0259]]],[[2231.55,1372.82,0],0,true,[[53,0,158.839],[257,0,73.7896],[41,0,135.585]]],[[3004.04,3123.2,0],0,false,[[100,0,50.8823],[57,0,178.574]]], +[[3381.6,3129.68,0],0,true,[[167,0,7.22752],[39,0,49.191],[260,0,8.33876],[8,0,8.28099]]],[[3326.76,3514.48,0],0,true,[[194,0,36.0418],[174,0,15.0049],[93,0,4.73216]]],[[3322.85,3138.35,0],0,false,[[130,0,65.2846],[167,0,56.312]]],[[3168.05,2528.16,0],0,false,[[96,0,35.1717],[166,0,45.8982]]],[[1997.53,1530.05,0],0,false,[[117,0,18.9027]]], +[[3157.39,4075.64,0],0,false,[[154,0,149.57]]],[[3024.06,4016.23,0],0,true,[[30,0,11.2694],[69,0,0.481725],[259,0,3.75083]]],[[2624.26,2751.34,0],0,false,[[114,0,171.115],[164,0,98.7137]]],[[2428.14,2760.66,0],0,true,[[262,0,8.29717],[74,0,78.7213],[113,0,9.3388]]],[[3323.43,3548.71,0],0,false,[[15,0,45.0916],[186,0,36.0418]]], +[[3344.42,3041.99,0],0,true,[[201,0,10.2906],[112,0,21.9467],[254,0,8.4339]]],[[2654.94,3374.35,0],0,true,[[124,0,43.2739],[173,0,64.6151],[129,0,20.1466]]],[[3040.52,3275.69,0],0,false,[[158,0,21.5294]]],[[2708.6,3037.36,0],0,false,[[212,0,22.4366],[43,0,24.6448]]],[[2717.82,2699.93,0],0,true,[[91,0,16.9771],[108,0,49.8906],[55,0,32.3893],[164,0,18.8684]]], +[[2741.59,4253.51,0],0,false,[[50,0,148.684],[224,0,51.7759]]],[[3354,3038.23,0],0,true,[[195,0,10.2906],[239,0,44.2353],[254,0,8.70684]]],[[2705.7,3282.21,0],0,true,[[255,0,302.232],[94,0,9.5937],[212,0,222.79],[156,0,21.8531]]],[[3513.16,3293.9,0],0,false,[[246,0,14.1238],[131,0,14.1238]]],[[3317.65,3071.91,0],0,false,[[222,0,15.8742],[59,0,15.8742]]], +[[2704.22,3054.85,0],0,true,[[221,0,8.63706],[77,0,99.9375],[212,0,6.17466]]],[[1378.78,3011.63,0],1,true,[[128,0,55.7159],[137,0,18.2436],[97,0,12.8443]]],[[1512.84,3106.23,0],1,true,[[228,0,29.2168],[29,0,166.546],[169,0,19.6856]]],[[1518.23,3233.56,6.10352e-005],1,false,[[116,0,33.084],[83,0,33.084]]],[[3089.3,3847.3,0],0,false,[[69,0,204.338],[51,0,289.741]]], +[[2079.62,1499.43,0],0,false,[[0,0,85.9777],[16,0,43.3614]]],[[3530.05,3202.69,0],0,false,[[98,0,53.3167],[66,0,29.6678]]],[[2707.93,3059.79,0],0,true,[[202,0,222.79],[198,0,22.4366],[221,0,5.71968],[205,0,6.17466]]],[[3192.18,3500.11,0],0,true,[[51,0,77.2703],[72,0,27.4962],[244,0,13.331],[249,0,5.39312],[3,0,8.6972]]],[[3724.69,3108.1,0],0,false,[[71,0,158.301],[149,0,249.436]]], +[[3272.52,3652.69,0],0,false,[[51,0,158.395]]],[[1321.84,3239.71,-0.0456786],1,false,[[116,0,188.454]]],[[2482.33,3018.53,0],0,false,[[134,0,23.0255],[56,0,23.9209]]],[[2890.23,2802.26,0],0,false,[[101,0,138.725],[261,0,5.44916]]],[[3295.81,3043.03,0],0,false,[[112,0,26.6722],[248,0,98.7528]]], +[[2909.77,3030.05,0],0,true,[[142,0,31.2661],[5,0,29.7406],[80,0,36.4981]]],[[2712.68,3056.6,0],0,true,[[205,0,8.63706],[107,0,204.286],[212,0,5.71968]]],[[3318.53,3056.06,0],0,false,[[112,0,14.1369],[204,0,15.8742]]],[[3583.88,3343.78,0],0,false,[[86,0,14.6382],[236,0,14.6382]]],[[2791.19,4248.73,0],0,false,[[200,0,51.7759],[245,0,138.256]]], +[[3203.45,3272.6,0],0,false,[[110,0,80.4353]]],[[3448.64,3494.42,0],0,false,[[85,0,125.589],[176,0,170.762]]],[[3407.44,2998.41,0],0,true,[[239,0,22.4259],[67,0,218.265],[247,0,140.524]]],[[1483.66,3104.86,0],1,true,[[97,0,131.62],[207,0,29.2168],[169,0,11.6266]]],[[2507.25,2982.83,0],0,true,[[138,0,15.536],[114,0,93.0702],[175,0,10.3644],[65,0,5.68706],[92,0,5.98716]]], +[[2371.04,3039.21,0],0,false,[[56,0,101.871]]],[[3570.74,3378.59,0],0,true,[[176,0,41.2462],[79,0,27.7982],[26,0,14.5367]]],[[3586.57,3217.67,0],0,true,[[34,0,18.5407],[52,0,6.3842],[98,0,9.45128]]],[[2501.57,3013.88,0],0,false,[[118,0,7.37738],[134,0,7.37738]]],[[2608.21,3005.76,0],0,true,[[240,0,20.538],[61,0,5.75606],[163,0,6.27259]]], +[[3091.38,3230.09,0],0,false,[[19,0,9.28731]]],[[3576.06,3331.41,0],0,false,[[119,0,34.7423],[223,0,14.6382]]],[[3194.55,2548.83,0],0,false,[[10,0,12.8855],[96,0,12.8855]]],[[3232.78,3146.66,0],0,false,[[182,0,49.4376],[130,0,25.1785]]],[[3389.63,3012.03,0],0,false,[[201,0,44.2353],[227,0,22.4259]]], +[[2587.71,3004.48,0],0,false,[[135,0,44.0709],[234,0,20.538]]],[[3384.1,3155.7,0],0,false,[[37,0,25.3532],[260,0,17.9804]]],[[3120.73,2624.99,0],0,false,[[165,0,20.287],[101,0,172.29]]],[[3259.14,2764.29,0],0,false,[[247,0,147.611],[122,0,177.774]]],[[3182.92,3490.52,0],0,true,[[22,0,26.0557],[249,0,12.535],[213,0,13.331]]], +[[2795.36,4127.33,0],0,false,[[224,0,138.256],[159,0,139.461]]],[[3518.49,3280.82,0],0,false,[[66,0,108.636],[203,0,14.1238]]],[[3362.56,2868.45,0],0,true,[[227,0,140.524],[95,0,106.603],[243,0,147.611]]],[[3197.11,3042.26,0],0,false,[[219,0,98.7528],[157,0,125.592]]],[[3194.53,3495.26,0],0,true,[[244,0,12.535],[3,0,5.2094],[213,0,5.39312]]], +[[2995.59,3437.3,0],0,false,[[18,0,38.153],[1,0,45.5909]]],[[2378.15,2921.37,0],0,true,[[87,0,184.137],[179,0,4.31888],[46,0,21.9794]]],[[2740.66,2544.47,0],0,true,[[6,0,5.79363],[70,0,75.2707],[2,0,7.09768],[152,0,8.92669]]],[[2905.72,3111.29,0],0,false,[[107,0,20.3215]]],[[3351.5,3046.57,0],0,true,[[39,0,39.2325],[201,0,8.70684],[195,0,8.4339]]], +[[3001.6,3342.02,0],0,false,[[23,0,73.9211],[202,0,302.232]]],[[2378.02,2941.48,0],0,true,[[17,0,4.27166],[168,0,66.5928],[147,0,5.31447]]],[[2304.25,1364.46,0],0,false,[[183,0,73.7896]]],[[2575.12,3021.96,0],0,false,[[150,0,23.9057],[64,0,22.7528]]],[[3022.73,4019.73,0],0,true,[[154,0,4.18364],[69,0,4.02918],[191,0,3.75083]]], +[[3383.81,3137.72,0],0,true,[[241,0,17.9804],[8,0,7.64988],[167,0,4.95073],[185,0,8.33876]]],[[2886.42,2806.15,0],0,true,[[102,0,37.6446],[136,0,26.2355],[218,0,5.44916]]],[[2435.7,2757.25,0],0,true,[[113,0,12.983],[139,0,57.3751],[193,0,8.29717]]],[[2952.87,3633.29,0],0,false,[[20,0,72.7806],[75,0,171.666]]],[[2574.21,2032.67,0],0,false,[[38,0,410.135],[60,0,382.64]]], +[[3733.13,2821.99,0],0,false,[[148,0,30.7875]]] +]; \ No newline at end of file diff --git a/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/onPlayerRespawn.sqf b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/onPlayerRespawn.sqf new file mode 100644 index 0000000000..0d38ff4d19 --- /dev/null +++ b/A3A/addons/maps/Antistasi_Hyde_Sark.Hyde_Sark/onPlayerRespawn.sqf @@ -0,0 +1 @@ +_this call A3A_fnc_onPlayerRespawn; diff --git a/A3A/addons/maps/NavGrid.hpp b/A3A/addons/maps/NavGrid.hpp index d2565521d1..0dd71030c5 100644 --- a/A3A/addons/maps/NavGrid.hpp +++ b/A3A/addons/maps/NavGrid.hpp @@ -5,6 +5,7 @@ class NavGrid { chernarus_winter = QPATHTOFOLDER(Antistasi_chernarus_winter.chernarus_winter\navGrid.sqf); chernarus = QPATHTOFOLDER(Antistasi_chernarus.chernarus\navGrid.sqf); Enoch = QPATHTOFOLDER(Antistasi_Enoch.Enoch\navGrid.sqf); + Hyde_Sark = QPATHTOFOLDER(Antistasi_Hyde_Sark.Hyde_Sark\navGrid.sqf); Kunduz = QPATHTOFOLDER(Antistasi_Kunduz.Kunduz\navGrid.sqf); Malden = QPATHTOFOLDER(Antistasi_Malden.Malden\navGrid.sqf); sara = QPATHTOFOLDER(Antistasi_sara.sara\navGrid.sqf); diff --git a/A3A/addons/maps/config.cpp b/A3A/addons/maps/config.cpp index f03042615b..237c647959 100644 --- a/A3A/addons/maps/config.cpp +++ b/A3A/addons/maps/config.cpp @@ -34,6 +34,9 @@ class CfgMissions A3A_Mission(chernarus_winter) A3A_Mission(chernarus) A3A_Mission(Enoch) +#if __A3_DEBUG__ + A3A_Mission(Hyde_Sark) +#endif A3A_Mission(Kunduz) A3A_Mission(Malden) A3A_Mission(sara) diff --git a/A3A/addons/maps/mapInfo.hpp b/A3A/addons/maps/mapInfo.hpp index 0d45e51c3d..5e19187c01 100644 --- a/A3A/addons/maps/mapInfo.hpp +++ b/A3A/addons/maps/mapInfo.hpp @@ -5,6 +5,7 @@ class mapInfo { #include "Antistasi_chernarus_winter.chernarus_winter\mapInfo.hpp" #include "Antistasi_chernarus.chernarus\mapInfo.hpp" #include "Antistasi_Enoch.Enoch\mapInfo.hpp" + #include "Antistasi_Hyde_Sark.Hyde_Sark\mapInfo.hpp" #include "Antistasi_Kunduz.Kunduz\mapInfo.hpp" #include "Antistasi_Malden.Malden\mapInfo.hpp" #include "Antistasi_sara.sara\mapInfo.hpp"