From cb2e7e9eae70e9b0da1d65d4b25b3c30136ce3d7 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Thu, 10 Oct 2013 16:38:32 -0500 Subject: [PATCH] renabled side chat and added more black boxes --- .../DayZ_Epoch_1.Takistan/description.ext | 2 +- .../description.ext | 2 +- .../DayZ_Epoch_11.Chernarus/description.ext | 2 +- .../DayZ_Epoch_12.isladuala/description.ext | 2 +- .../DayZ_Epoch_13.Tavi/description.ext | 2 +- .../DayZ_Epoch_15.namalsk/description.ext | 2 +- .../DayZ_Epoch_15.namalsk/mission.sqm | 276 +-- .../DayZ_Epoch_16.Panthera2/description.ext | 2 +- .../DayZ_Epoch_16.Panthera2/mission.sqm | 278 +-- .../DayZ_Epoch_17.Chernarus/description.ext | 2 +- .../DayZ_Epoch_18.Sara/description.ext | 2 +- .../MPMissions/DayZ_Epoch_18.Sara/mission.sqm | 204 +- .../R3F_Realism/R3F_Realism_Init.sqf | 21 + .../R3F_Realism/R3F_Realism_configuration.cfg | 12 + .../R3F_Realism/R3F_Stringtable.csv | 12 + .../R3F_Realism/R3F_Tired/R3F_DoTired.sqf | 130 ++ .../R3F_Tired/R3F_TIRED_Configuration.cfg | 131 ++ .../R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf | 30 + .../R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf | 25 + .../R3F_Realism/R3F_Tired/R3F_stringtable.csv | 3 + .../R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 1800 +++++++++++++++++ .../R3F_Realism/R3F_Weight/R3F_DoWeight.sqf | 50 + .../R3F_Weight/R3F_WEIGHT_Configuration.cfg | 22 + .../R3F_Weight/R3F_WEIGHT_Stringtable.csv | 12 + .../R3F_Weight/R3F_Weight_Fnct.sqf | 81 + .../R3F_Weight/R3F_Weight_Init.sqf | 13 + .../R3F_Realism/R3F_Weight/R3F_resource.h | 10 + .../DayZ_Epoch_19.FDF_Isle1_a/description.ext | 5 + .../dynamic_vehicle.sqf | 187 ++ .../DayZ_Epoch_19.FDF_Isle1_a/init.sqf | 108 + .../DayZ_Epoch_19.FDF_Isle1_a/mission.sqm | 204 +- .../DayZ_Epoch_19.FDF_Isle1_a/stringtable.csv | 14 + .../DayZ_Epoch_2.Utes/description.ext | 2 +- .../DayZ_Epoch_20.fapovo/description.ext | 2 +- .../DayZ_Epoch_3.Shapur_BAF/description.ext | 2 +- .../DayZ_Epoch_4.Zargabad/description.ext | 2 +- .../DayZ_Epoch_5.Bootcamp_ACR/description.ext | 2 +- .../DayZ_Epoch_6.Dingor/description.ext | 2 +- .../DayZ_Epoch_7.Lingor/description.ext | 2 +- .../description.ext | 2 +- .../DayZ_Epoch_9.Woodland_ACR/description.ext | 2 +- .../MPMissions/TEMPLATE/description.ext | 2 +- 42 files changed, 3092 insertions(+), 574 deletions(-) create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_Init.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_configuration.cfg create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Stringtable.csv create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_DoTired.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_stringtable.csv create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_CfgWeight.h create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_resource.h create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/dynamic_vehicle.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf create mode 100644 Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/stringtable.csv diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext index d5c7f2d98..3c471ff93 100644 --- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Takistan"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext index 401473d5c..71e4319bb 100644 --- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Mountains ACR"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext index 0e55184d0..d213461b5 100644 --- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to DayZ Epoch Chernarus"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping = 0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext index 93d4ad8d4..238259647 100644 --- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Isla Duala"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext index 83a6f6d46..4246ebe31 100644 --- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Taviana"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext index ea9f0fb10..487f5a9dd 100644 --- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Namalsk"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm index 1ff5b4700..ae9af07cc 100644 --- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/mission.sqm @@ -28,7 +28,6 @@ class Mission { "dayz_weapons", "ca_modules_functions", - "warfarebuildings", "namalsk" }; randomSeed=11171215; @@ -54,7 +53,7 @@ class Mission items=100; class Item0 { - position[]={1354.4592,2000,1154.4187}; + position[]={13166.812,0.5969426,-362.96283}; azimut=-17.0839; id=11; side="WEST"; @@ -65,7 +64,7 @@ class Mission }; class Item1 { - position[]={1356.0022,2000,1153.9695}; + position[]={13166.527,0.58900499,-362.16803}; azimut=-17.0839; id=0; side="WEST"; @@ -78,7 +77,7 @@ class Mission }; class Item2 { - position[]={1354.9612,0.44579011,1154.2585}; + position[]={13165.762,0.5905776,-362.60321}; azimut=-17.083944; id=5; side="WEST"; @@ -89,7 +88,7 @@ class Mission }; class Item3 { - position[]={1354.0901,0.44612327,1153.8035}; + position[]={13165.969,0.57521474,-361.32977}; azimut=-17.083944; id=8; side="WEST"; @@ -100,7 +99,7 @@ class Mission }; class Item4 { - position[]={1355.8616,0.45234293,1155.5515}; + position[]={13166.244,0.58800507,-362.18524}; azimut=-17.083944; id=18; side="WEST"; @@ -111,7 +110,7 @@ class Mission }; class Item5 { - position[]={1355.8499,0.45164835,1154.0125}; + position[]={13165.495,0.59395719,-362.99823}; azimut=-17.083944; id=2; side="WEST"; @@ -122,7 +121,7 @@ class Mission }; class Item6 { - position[]={1355.217,0.4472869,1154.2175}; + position[]={13167.064,0.59401834,-362.56573}; azimut=-17.083937; id=9; side="WEST"; @@ -133,7 +132,7 @@ class Mission }; class Item7 { - position[]={1356.5569,0.45703575,1154.366}; + position[]={13167.636,0.58761466,-361.70563}; azimut=-17.083944; id=21; side="WEST"; @@ -144,7 +143,7 @@ class Mission }; class Item8 { - position[]={1355.9573,0.4570424,1152.8445}; + position[]={13167.526,0.59736085,-363.12823}; azimut=-17.083944; id=13; side="WEST"; @@ -155,7 +154,7 @@ class Mission }; class Item9 { - position[]={1356.6702,0.4578197,1154.0789}; + position[]={13166.161,0.59402877,-362.77094}; azimut=-17.083944; id=7; side="WEST"; @@ -166,7 +165,7 @@ class Mission }; class Item10 { - position[]={1354.4944,0.4458946,1153.9285}; + position[]={13166.141,0.57941973,-361.54498}; azimut=-17.0839; id=36; side="WEST"; @@ -177,7 +176,7 @@ class Mission }; class Item11 { - position[]={1354.3499,0.44345874,1154.2332}; + position[]={13166.244,0.59251642,-362.59686}; azimut=-17.083944; id=25; side="WEST"; @@ -188,7 +187,7 @@ class Mission }; class Item12 { - position[]={1352.4143,0.45631716,1153.2097}; + position[]={13166.697,0.5982728,-363.14484}; azimut=-17.083944; id=43; side="WEST"; @@ -199,7 +198,7 @@ class Mission }; class Item13 { - position[]={1355.7854,0.45099002,1154.1199}; + position[]={13167.485,0.59541392,-362.76349}; azimut=-17.083944; id=30; side="WEST"; @@ -210,7 +209,7 @@ class Mission }; class Item14 { - position[]={1355.8254,0.45202219,1153.8171}; + position[]={13167.039,0.58171016,-361.3161}; azimut=-17.083944; id=33; side="WEST"; @@ -221,7 +220,7 @@ class Mission }; class Item15 { - position[]={1356.4729,0.45671615,1154.6843}; + position[]={13167.225,0.58886367,-361.93915}; azimut=-17.083944; id=1; side="WEST"; @@ -232,7 +231,7 @@ class Mission }; class Item16 { - position[]={1355.8147,0.45065901,1154.905}; + position[]={13165.55,0.58131188,-361.9787}; azimut=-17.083944; id=4; side="WEST"; @@ -243,7 +242,7 @@ class Mission }; class Item17 { - position[]={1354.2463,0.4534705,1153.0496}; + position[]={13167.47,0.58532017,-361.50165}; azimut=-17.083944; id=3; side="WEST"; @@ -254,7 +253,7 @@ class Mission }; class Item18 { - position[]={1354.9631,0.44326246,1155.3718}; + position[]={13165.982,0.58660519,-362.17633}; azimut=-17.083944; id=6; side="WEST"; @@ -265,7 +264,7 @@ class Mission }; class Item19 { - position[]={1354.6721,0.4414182,1155.0886}; + position[]={13165.723,0.58520329,-362.18488}; azimut=-17.083944; id=10; side="WEST"; @@ -276,7 +275,7 @@ class Mission }; class Item20 { - position[]={1356.1819,0.45389614,1154.0398}; + position[]={13167.097,0.59689862,-362.95135}; azimut=-17.083944; id=16; side="WEST"; @@ -287,7 +286,7 @@ class Mission }; class Item21 { - position[]={1355.9319,0.45237142,1153.9246}; + position[]={13166.645,0.5822342,-361.52936}; azimut=-17.083944; id=19; side="WEST"; @@ -298,7 +297,7 @@ class Mission }; class Item22 { - position[]={1355.8362,0.4510195,1154.3035}; + position[]={13167.354,0.58708501,-361.71661}; azimut=-17.083944; id=15; side="WEST"; @@ -309,7 +308,7 @@ class Mission }; class Item23 { - position[]={1355.9885,0.45243403,1154.0828}; + position[]={13166.642,0.59534419,-362.78876}; azimut=-17.083944; id=23; side="WEST"; @@ -320,7 +319,7 @@ class Mission }; class Item24 { - position[]={1355.8889,0.45123139,1154.6199}; + position[]={13167.765,0.58969909,-361.94159}; azimut=-17.083944; id=26; side="WEST"; @@ -331,7 +330,7 @@ class Mission }; class Item25 { - position[]={1355.2444,0.44771534,1154.1394}; + position[]={13167.797,0.59492064,-362.75836}; azimut=-17.083944; id=29; side="WEST"; @@ -342,7 +341,7 @@ class Mission }; class Item26 { - position[]={1355.6292,0.44998831,1154.116}; + position[]={13167.175,0.59561223,-362.76801}; azimut=-17.083944; id=31; side="WEST"; @@ -353,7 +352,7 @@ class Mission }; class Item27 { - position[]={1356.2483,0.4545804,1154.739}; + position[]={13166.958,0.58817202,-361.9433}; azimut=-17.083944; id=28; side="WEST"; @@ -364,7 +363,7 @@ class Mission }; class Item28 { - position[]={1356.1897,0.45534045,1155.321}; + position[]={13167.042,0.59051353,-362.16266}; azimut=-17.083944; id=35; side="WEST"; @@ -375,7 +374,7 @@ class Mission }; class Item29 { - position[]={1355.5081,0.45410702,1153.1101}; + position[]={13167.656,0.59617138,-362.94867}; azimut=-17.083944; id=27; side="WEST"; @@ -386,7 +385,7 @@ class Mission }; class Item30 { - position[]={1354.342,0.44497445,1154.0066}; + position[]={13166.021,0.59568077,-362.97662}; azimut=-17.083937; id=34; side="WEST"; @@ -397,7 +396,7 @@ class Mission }; class Item31 { - position[]={1355.9006,0.4556295,1153.0554}; + position[]={13167.258,0.59793019,-363.14105}; azimut=-17.083944; id=46; side="WEST"; @@ -408,7 +407,7 @@ class Mission }; class Item32 { - position[]={1355.4534,0.45023295,1153.78}; + position[]={13166.754,0.5801999,-361.31256}; azimut=-17.083944; id=38; side="WEST"; @@ -419,7 +418,7 @@ class Mission }; class Item33 { - position[]={1354.219,0.45341882,1153.0554}; + position[]={13167.201,0.58445197,-361.50226}; azimut=-17.083944; id=32; side="WEST"; @@ -430,7 +429,7 @@ class Mission }; class Item34 { - position[]={1355.5745,0.44858494,1154.7585}; + position[]={13166.651,0.58721066,-361.95734}; azimut=-17.083944; id=47; side="WEST"; @@ -441,7 +440,7 @@ class Mission }; class Item35 { - position[]={1354.1838,0.4444392,1154.03}; + position[]={13165.776,0.59504426,-362.99408}; azimut=-17.083944; id=41; side="WEST"; @@ -452,7 +451,7 @@ class Mission }; class Item36 { - position[]={1356.2561,0.45473546,1153.8113}; + position[]={13167.591,0.58378577,-361.30939}; azimut=-17.083944; id=40; side="WEST"; @@ -463,7 +462,7 @@ class Mission }; class Item37 { - position[]={1355.0608,0.45125532,1153.366}; + position[]={13166.185,0.5978843,-363.16803}; azimut=-17.083944; id=44; side="WEST"; @@ -474,7 +473,7 @@ class Mission }; class Item38 { - position[]={1353.5901,0.45549923,1152.9714}; + position[]={13166.914,0.58337814,-361.51263}; azimut=-17.083944; id=48; side="WEST"; @@ -485,7 +484,7 @@ class Mission }; class Item39 { - position[]={1353.9299,0.44621959,1153.7742}; + position[]={13165.707,0.57325554,-361.33893}; azimut=-17.083944; id=39; side="WEST"; @@ -496,7 +495,7 @@ class Mission }; class Item40 { - position[]={1354.3401,0.45654437,1152.7625}; + position[]={13167.759,0.58614671,-361.51349}; azimut=-17.083944; id=37; side="WEST"; @@ -507,7 +506,7 @@ class Mission }; class Item41 { - position[]={1353.1389,0.44443581,1153.9539}; + position[]={13165.886,0.59316432,-362.78278}; azimut=-17.083944; id=45; side="WEST"; @@ -518,7 +517,7 @@ class Mission }; class Item42 { - position[]={1355.0647,0.44982257,1153.5789}; + position[]={13165.222,0.58228552,-362.21906}; azimut=-17.0839; id=49; side="WEST"; @@ -529,7 +528,7 @@ class Mission }; class Item43 { - position[]={1355.4065,0.45308396,1153.2234}; + position[]={13167.346,0.59673518,-362.95563}; azimut=-17.083944; id=42; side="WEST"; @@ -540,7 +539,7 @@ class Mission }; class Item44 { - position[]={1355.8684,0.45174211,1154.0222}; + position[]={13166.548,0.59674108,-362.96832}; azimut=-17.083944; id=22; side="WEST"; @@ -551,7 +550,7 @@ class Mission }; class Item45 { - position[]={1355.4338,0.44829011,1154.2996}; + position[]={13167.074,0.58622462,-361.71686}; azimut=-17.083944; id=12; side="WEST"; @@ -562,7 +561,7 @@ class Mission }; class Item46 { - position[]={1356.0061,0.45315912,1155.2722}; + position[]={13167.186,0.5926488,-362.37994}; azimut=-17.083944; id=14; side="WEST"; @@ -573,7 +572,7 @@ class Mission }; class Item47 { - position[]={1356.0217,0.45261818,1154.9148}; + position[]={13165.836,0.58322299,-361.97968}; azimut=-17.0839; id=24; side="WEST"; @@ -584,7 +583,7 @@ class Mission }; class Item48 { - position[]={1356.4807,0.45730096,1154.9011}; + position[]={13166.117,0.58471268,-361.9649}; azimut=-17.083944; id=20; side="WEST"; @@ -595,7 +594,7 @@ class Mission }; class Item49 { - position[]={1353.7463,0.43576691,1155.1843}; + position[]={13167.317,0.59102178,-362.16449}; azimut=-17.083944; id=17; side="WEST"; @@ -606,7 +605,7 @@ class Mission }; class Item50 { - position[]={1356.1272,0.45329285,1154.2605}; + position[]={13166.78,0.59384757,-362.5899}; azimut=-17.0839; id=51; side="WEST"; @@ -617,7 +616,7 @@ class Mission }; class Item51 { - position[]={1355.9631,0.45277748,1153.8386}; + position[]={13167.305,0.58284408,-361.315}; azimut=-17.0839; id=52; side="WEST"; @@ -628,7 +627,7 @@ class Mission }; class Item52 { - position[]={1356.6194,0.45743412,1154.1843}; + position[]={13165.58,0.57516879,-361.53754}; azimut=-17.0839; id=55; side="WEST"; @@ -639,7 +638,7 @@ class Mission }; class Item53 { - position[]={1355.0549,0.44980928,1153.5769}; + position[]={13165.306,0.57968879,-361.99274}; azimut=-17.0839; id=53; side="WEST"; @@ -650,7 +649,7 @@ class Mission }; class Item54 { - position[]={1355.4866,0.44983163,1153.9128}; + position[]={13166.388,0.58093411,-361.54108}; azimut=-17.0839; id=54; side="WEST"; @@ -661,7 +660,7 @@ class Mission }; class Item55 { - position[]={1356.0022,0.45257336,1154.0593}; + position[]={13165.621,0.59228021,-362.80511}; azimut=-17.0839; id=70; side="WEST"; @@ -672,7 +671,7 @@ class Mission }; class Item56 { - position[]={1354.4026,0.44198224,1154.5242}; + position[]={13165.438,0.5772664,-361.75653}; azimut=-17.0839; id=60; side="WEST"; @@ -683,7 +682,7 @@ class Mission }; class Item57 { - position[]={1354.4338,0.44462815,1154.0925}; + position[]={13166.382,0.59470856,-362.77802}; azimut=-17.0839; id=68; side="WEST"; @@ -694,7 +693,7 @@ class Mission }; class Item58 { - position[]={1354.8733,0.44425228,1154.5359}; + position[]={13165.61,0.58724201,-362.39642}; azimut=-17.0839; id=66; side="WEST"; @@ -705,7 +704,7 @@ class Mission }; class Item59 { - position[]={1355.1702,0.44932759,1153.7214}; + position[]={13165.236,0.5927279,-363.00421}; azimut=-17.0839; id=61; side="WEST"; @@ -716,7 +715,7 @@ class Mission }; class Item60 { - position[]={1354.9084,0.44582021,1154.198}; + position[]={13166.018,0.59152853,-362.58466}; azimut=-17.0839; id=63; side="WEST"; @@ -727,7 +726,7 @@ class Mission }; class Item61 { - position[]={1356.2209,0.45650166,1155.5437}; + position[]={13166.75,0.58964944,-362.15582}; azimut=-17.0839; id=72; side="WEST"; @@ -738,7 +737,7 @@ class Mission }; class Item62 { - position[]={1355.8967,0.45436841,1153.3035}; + position[]={13166.437,0.59824836,-363.16364}; azimut=-17.0839; id=57; side="WEST"; @@ -749,7 +748,7 @@ class Mission }; class Item63 { - position[]={1355.9202,0.45329285,1153.5886}; + position[]={13165.238,0.58778328,-362.61237}; azimut=-17.0839; id=58; side="WEST"; @@ -760,7 +759,7 @@ class Mission }; class Item64 { - position[]={1353.8245,0.44102788,1154.3757}; + position[]={13166.226,0.58263975,-361.74994}; azimut=-17.0839; id=62; side="WEST"; @@ -771,7 +770,7 @@ class Mission }; class Item65 { - position[]={1354.9553,0.44591099,1154.2253}; + position[]={13165.487,0.58918631,-362.60468}; azimut=-17.0839; id=75; side="WEST"; @@ -782,7 +781,7 @@ class Mission }; class Item66 { - position[]={1355.1663,0.44941926,1153.7039}; + position[]={13165.363,0.58581251,-362.4035}; azimut=-17.0839; id=56; side="WEST"; @@ -793,7 +792,7 @@ class Mission }; class Item67 { - position[]={1354.0569,0.44870993,1153.5183}; + position[]={13165.322,0.57311499,-361.54742}; azimut=-17.0839; id=73; side="WEST"; @@ -804,7 +803,7 @@ class Mission }; class Item68 { - position[]={1356.0139,0.45736513,1152.8191}; + position[]={13167.811,0.59655792,-363.12531}; azimut=-17.0839; id=69; side="WEST"; @@ -815,7 +814,7 @@ class Mission }; class Item69 { - position[]={1355.0979,0.45033658,1153.5144}; + position[]={13165.229,0.57581604,-361.77472}; azimut=-17.0839; id=67; side="WEST"; @@ -826,7 +825,7 @@ class Mission }; class Item70 { - position[]={1354.3557,0.45174351,1153.2136}; + position[]={13166.98,0.59824383,-363.14789}; azimut=-17.0839; id=65; side="WEST"; @@ -837,7 +836,7 @@ class Mission }; class Item71 { - position[]={1355.4631,0.44863629,1154.2371}; + position[]={13166.545,0.59347552,-362.60638}; azimut=-17.0839; id=74; side="WEST"; @@ -848,7 +847,7 @@ class Mission }; class Item72 { - position[]={1353.5862,0.43946421,1154.5125}; + position[]={13166.121,0.58978117,-362.38837}; azimut=-17.0839; id=71; side="WEST"; @@ -859,7 +858,7 @@ class Mission }; class Item73 { - position[]={1355.2346,0.44779453,1154.1082}; + position[]={13166.928,0.59546548,-362.76239}; azimut=-17.0839; id=59; side="WEST"; @@ -870,7 +869,7 @@ class Mission }; class Item74 { - position[]={1353.9143,0.44260776,1154.1941}; + position[]={13167.628,0.59407383,-362.56879}; azimut=-17.0839; id=64; side="WEST"; @@ -881,7 +880,7 @@ class Mission }; class Item75 { - position[]={1356.1643,0.4542385,1155.0183}; + position[]={13167.746,0.59269965,-362.36652}; azimut=-17.0839; id=81; side="WEST"; @@ -892,7 +891,7 @@ class Mission }; class Item76 { - position[]={1353.551,0.44190803,1154.2136}; + position[]={13167.325,0.59429663,-362.58282}; azimut=-17.0839; id=83; side="WEST"; @@ -903,7 +902,7 @@ class Mission }; class Item77 { - position[]={1353.5686,0.44640109,1153.7488}; + position[]={13165.216,0.56919104,-361.3576}; azimut=-17.0839; id=82; side="WEST"; @@ -914,7 +913,7 @@ class Mission }; class Item78 { - position[]={1353.9651,0.44526705,1153.8835}; + position[]={13166.232,0.57705939,-361.32318}; azimut=-17.0839; id=84; side="WEST"; @@ -925,7 +924,7 @@ class Mission }; class Item79 { - position[]={1354.5374,0.45075232,1153.3269}; + position[]={13165.902,0.59734011,-363.17963}; azimut=-17.0839; id=85; side="WEST"; @@ -936,7 +935,7 @@ class Mission }; class Item80 { - position[]={1353.7639,0.44457644,1153.9402}; + position[]={13165.854,0.57734793,-361.54034}; azimut=-17.0839; id=77; side="WEST"; @@ -947,7 +946,7 @@ class Mission }; class Item81 { - position[]={1352.6682,0.44057301,1154.3347}; + position[]={13165.35,0.59090674,-362.80743}; azimut=-17.0839; id=78; side="WEST"; @@ -958,7 +957,7 @@ class Mission }; class Item82 { - position[]={1353.2151,0.45222065,1153.2976}; + position[]={13165.661,0.59654659,-363.1756}; azimut=-17.0839; id=79; side="WEST"; @@ -969,7 +968,7 @@ class Mission }; class Item83 { - position[]={1355.3518,0.44874132,1154.0183}; + position[]={13166.253,0.59631097,-362.97894}; azimut=-17.0839; id=76; side="WEST"; @@ -980,7 +979,7 @@ class Mission }; class Item84 { - position[]={1354.9573,0.44530687,1154.3738}; + position[]={13166.515,0.58419037,-361.74847}; azimut=-17.0839; id=80; side="WEST"; @@ -991,7 +990,7 @@ class Mission }; class Item85 { - position[]={1355.6663,0.44966522,1155.2859}; + position[]={13166.366,0.59082162,-362.39374}; azimut=-17.0839; id=97; side="WEST"; @@ -1002,7 +1001,7 @@ class Mission }; class Item86 { - position[]={1353.1624,0.43928397,1154.4597}; + position[]={13165.874,0.58872074,-362.40021}; azimut=-17.0839; id=98; side="WEST"; @@ -1013,7 +1012,7 @@ class Mission }; class Item87 { - position[]={1355.5745,0.44862604,1155.1433}; + position[]={13166.904,0.59220684,-362.38165}; azimut=-17.0839; id=99; side="WEST"; @@ -1024,7 +1023,7 @@ class Mission }; class Item88 { - position[]={1354.8401,0.44269243,1155.032}; + position[]={13167.602,0.59120595,-362.15302}; azimut=-17.0839; id=100; side="WEST"; @@ -1035,7 +1034,7 @@ class Mission }; class Item89 { - position[]={1355.0256,0.44413862,1154.9578}; + position[]={13165.46,0.58360702,-362.19244}; azimut=-17.0839; id=96; side="WEST"; @@ -1046,7 +1045,7 @@ class Mission }; class Item90 { - position[]={1354.467,0.44950968,1153.4597}; + position[]={13165.383,0.59562808,-363.1911}; azimut=-17.0839; id=87; side="WEST"; @@ -1057,7 +1056,7 @@ class Mission }; class Item91 { - position[]={1353.8284,0.44590729,1153.8015}; + position[]={13165.444,0.57098609,-361.33868}; azimut=-17.0839; id=92; side="WEST"; @@ -1068,7 +1067,7 @@ class Mission }; class Item92 { - position[]={1355.5315,0.44861853,1154.4539}; + position[]={13165.976,0.58113772,-361.75458}; azimut=-17.0839; id=88; side="WEST"; @@ -1079,7 +1078,7 @@ class Mission }; class Item93 { - position[]={1354.9495,0.44535023,1154.3562}; + position[]={13166.765,0.58511859,-361.72552}; azimut=-17.0839; id=89; side="WEST"; @@ -1090,7 +1089,7 @@ class Mission }; class Item94 { - position[]={1355.3831,0.44722319,1154.655}; + position[]={13167.515,0.58939534,-361.93695}; azimut=-17.0839; id=90; side="WEST"; @@ -1101,7 +1100,7 @@ class Mission }; class Item95 { - position[]={1355.594,0.44898084,1155.3113}; + position[]={13166.618,0.5914585,-362.37604}; azimut=-17.0839; id=86; side="WEST"; @@ -1112,7 +1111,7 @@ class Mission }; class Item96 { - position[]={1354.5999,0.44725835,1153.7742}; + position[]={13166.498,0.57875502,-361.31903}; azimut=-17.0839; id=93; side="WEST"; @@ -1123,7 +1122,7 @@ class Mission }; class Item97 { - position[]={1355.7249,0.44982478,1154.8015}; + position[]={13166.382,0.58613181,-361.96869}; azimut=-17.0839; id=94; side="WEST"; @@ -1134,7 +1133,7 @@ class Mission }; class Item98 { - position[]={1356.0647,0.45333472,1155.0789}; + position[]={13167.464,0.59276748,-362.37042}; azimut=-17.0839; id=91; side="WEST"; @@ -1145,7 +1144,7 @@ class Mission }; class Item99 { - position[]={1354.5706,0.44316044,1154.4382}; + position[]={13165.687,0.57932961,-361.76678}; azimut=-17.0839; id=95; side="WEST"; @@ -1175,79 +1174,6 @@ class Mission }; }; }; - class Vehicles - { - items=8; - class Item0 - { - position[]={1349.8831,0.65961254,1137.9578}; - id=101; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item1 - { - position[]={1360.3733,0.67364317,1137.7429}; - id=102; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item2 - { - position[]={1347.7795,0.45154592,1168.866}; - id=103; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item3 - { - position[]={1361.8616,0.58170396,1168.8464}; - id=104; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item4 - { - position[]={1341.092,0.39851522,1160.8518}; - azimut=90.394051; - id=105; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item5 - { - position[]={1340.9573,0.59806752,1147.0477}; - azimut=90.394051; - id=106; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item6 - { - position[]={1367.4358,0.67626601,1159.9144}; - azimut=90.6903; - id=107; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - text="wall"; - }; - class Item7 - { - position[]={1367.3459,0.5319407,1147.036}; - azimut=90.690323; - id=108; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - }; class Markers { items=25; @@ -1259,7 +1185,7 @@ class Mission }; class Item1 { - position[]={1354.3127,0.54975176,1147.6315}; + position[]={13166.368,0.58801168,-362.13727}; name="respawn_west"; type="Empty"; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext index 331ee00f8..d410b2182 100644 --- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Panthera Island"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm index 55459e72d..0b9b49ce0 100644 --- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/mission.sqm @@ -28,7 +28,6 @@ class Mission { "dayz_weapons", "ca_modules_functions", - "warfarebuildings", "ibr_panthera2" }; randomSeed=11171215; @@ -54,7 +53,7 @@ class Mission items=100; class Item0 { - position[]={450.61835,2.7436409,385.16772}; + position[]={5134.3613,0.99641186,-3092.2815}; azimut=-17.0839; id=11; side="WEST"; @@ -65,7 +64,7 @@ class Mission }; class Item1 { - position[]={452.1618,2.7436409,384.71851}; + position[]={5134.0771,0.9765408,-3091.4868}; azimut=-17.0839; id=0; side="WEST"; @@ -78,7 +77,7 @@ class Mission }; class Item2 { - position[]={451.11981,2.7436409,385.00757}; + position[]={5133.3115,0.98587537,-3091.9219}; azimut=-17.083944; id=5; side="WEST"; @@ -89,7 +88,7 @@ class Mission }; class Item3 { - position[]={450.24872,2.7436409,384.55249}; + position[]={5133.5176,0.9542951,-3090.6484}; azimut=-17.083944; id=8; side="WEST"; @@ -100,7 +99,7 @@ class Mission }; class Item4 { - position[]={452.02118,2.7436409,386.30054}; + position[]={5133.7939,0.97643793,-3091.5039}; azimut=-17.083944; id=18; side="WEST"; @@ -111,7 +110,7 @@ class Mission }; class Item5 { - position[]={452.008,2.7436409,384.76147}; + position[]={5133.0449,0.99469459,-3092.3169}; azimut=-17.083944; id=2; side="WEST"; @@ -122,7 +121,7 @@ class Mission }; class Item6 { - position[]={451.37592,2.7436409,384.96655}; + position[]={5134.6143,0.98728859,-3091.8845}; azimut=-17.083937; id=9; side="WEST"; @@ -133,7 +132,7 @@ class Mission }; class Item7 { - position[]={452.71552,2.7436409,385.11499}; + position[]={5135.1855,0.96646786,-3091.0244}; azimut=-17.083944; id=21; side="WEST"; @@ -144,7 +143,7 @@ class Mission }; class Item8 { - position[]={452.11542,2.7436409,383.59448}; + position[]={5135.0762,1.0014708,-3092.447}; azimut=-17.083944; id=13; side="WEST"; @@ -155,7 +154,7 @@ class Mission }; class Item9 { - position[]={452.82953,2.7436409,384.82788}; + position[]={5133.7109,0.99065876,-3092.0896}; azimut=-17.083944; id=7; side="WEST"; @@ -166,7 +165,7 @@ class Mission }; class Item10 { - position[]={450.65302,2.7436409,384.67749}; + position[]={5133.6904,0.96010286,-3090.8638}; azimut=-17.0839; id=36; side="WEST"; @@ -177,7 +176,7 @@ class Mission }; class Item11 { - position[]={450.50946,2.7436409,384.98315}; + position[]={5133.7939,0.98663074,-3091.9155}; azimut=-17.083944; id=25; side="WEST"; @@ -188,7 +187,7 @@ class Mission }; class Item12 { - position[]={448.57391,2.7436409,383.95972}; + position[]={5134.2466,1.0004935,-3092.4634}; azimut=-17.083944; id=43; side="WEST"; @@ -199,7 +198,7 @@ class Mission }; class Item13 { - position[]={451.94501,2.7436409,384.86987}; + position[]={5135.0352,0.99273229,-3092.0823}; azimut=-17.083944; id=30; side="WEST"; @@ -210,7 +209,7 @@ class Mission }; class Item14 { - position[]={451.98602,2.7436409,384.56714}; + position[]={5134.5889,0.95571029,-3090.6348}; azimut=-17.083944; id=33; side="WEST"; @@ -221,7 +220,7 @@ class Mission }; class Item15 { - position[]={452.63153,2.7436409,385.43433}; + position[]={5134.7744,0.97184956,-3091.2578}; azimut=-17.083944; id=1; side="WEST"; @@ -232,7 +231,7 @@ class Mission }; class Item16 { - position[]={451.97333,2.7436409,385.65405}; + position[]={5133.0991,0.96998656,-3091.2974}; azimut=-17.083944; id=4; side="WEST"; @@ -243,7 +242,7 @@ class Mission }; class Item17 { - position[]={450.40594,2.7436409,383.79956}; + position[]={5135.0195,0.96105582,-3090.8203}; azimut=-17.083944; id=3; side="WEST"; @@ -254,7 +253,7 @@ class Mission }; class Item18 { - position[]={451.12225,2.7436409,386.12183}; + position[]={5133.5322,0.97578025,-3091.4951}; azimut=-17.083944; id=6; side="WEST"; @@ -265,7 +264,7 @@ class Mission }; class Item19 { - position[]={450.83197,2.7436409,385.83765}; + position[]={5133.2715,0.97549933,-3091.5034}; azimut=-17.083944; id=10; side="WEST"; @@ -276,7 +275,7 @@ class Mission }; class Item20 { - position[]={452.34052,2.7436409,384.78882}; + position[]={5134.6455,0.99661732,-3092.27}; azimut=-17.083944; id=16; side="WEST"; @@ -287,7 +286,7 @@ class Mission }; class Item21 { - position[]={452.09052,2.7436409,384.67456}; + position[]={5134.1943,0.9605239,-3090.8481}; azimut=-17.083944; id=19; side="WEST"; @@ -298,7 +297,7 @@ class Mission }; class Item22 { - position[]={451.99579,2.7436409,385.05249}; + position[]={5134.9033,0.96636879,-3091.0352}; azimut=-17.083944; id=15; side="WEST"; @@ -309,7 +308,7 @@ class Mission }; class Item23 { - position[]={452.14813,2.7436409,384.83276}; + position[]={5134.1904,0.99199688,-3092.1074}; azimut=-17.083944; id=23; side="WEST"; @@ -320,7 +319,7 @@ class Mission }; class Item24 { - position[]={452.04755,2.7436409,385.36987}; + position[]={5135.3135,0.97263259,-3091.2603}; azimut=-17.083944; id=26; side="WEST"; @@ -331,7 +330,7 @@ class Mission }; class Item25 { - position[]={451.40302,2.7436409,384.8894}; + position[]={5135.3467,0.99304891,-3092.0771}; azimut=-17.083944; id=29; side="WEST"; @@ -342,7 +341,7 @@ class Mission }; class Item26 { - position[]={451.78876,2.7436409,384.86499}; + position[]={5134.7241,0.99238396,-3092.0867}; azimut=-17.083944; id=31; side="WEST"; @@ -353,7 +352,7 @@ class Mission }; class Item27 { - position[]={452.40692,2.7436409,385.48804}; + position[]={5134.5073,0.97155923,-3091.262}; azimut=-17.083944; id=28; side="WEST"; @@ -364,7 +363,7 @@ class Mission }; class Item28 { - position[]={452.34882,2.7436409,386.07007}; + position[]={5134.5908,0.97722554,-3091.4814}; azimut=-17.083944; id=35; side="WEST"; @@ -375,7 +374,7 @@ class Mission }; class Item29 { - position[]={451.66766,2.7436409,383.86011}; + position[]={5135.2056,0.99741995,-3092.2673}; azimut=-17.083944; id=27; side="WEST"; @@ -386,7 +385,7 @@ class Mission }; class Item30 { - position[]={450.50116,2.7436409,384.75659}; + position[]={5133.5713,0.99528152,-3092.2954}; azimut=-17.083937; id=34; side="WEST"; @@ -397,7 +396,7 @@ class Mission }; class Item31 { - position[]={452.05975,2.7436409,383.80444}; + position[]={5134.8076,1.0013871,-3092.4597}; azimut=-17.083944; id=46; side="WEST"; @@ -408,7 +407,7 @@ class Mission }; class Item32 { - position[]={451.61249,2.7436409,384.53003}; + position[]={5134.3037,0.95514995,-3090.6313}; azimut=-17.083944; id=38; side="WEST"; @@ -419,7 +418,7 @@ class Mission }; class Item33 { - position[]={450.37836,2.7436409,383.80444}; + position[]={5134.751,0.96067578,-3090.8208}; azimut=-17.083944; id=32; side="WEST"; @@ -430,7 +429,7 @@ class Mission }; class Item34 { - position[]={451.7326,2.7436409,385.50757}; + position[]={5134.2002,0.97141498,-3091.2761}; azimut=-17.083944; id=47; side="WEST"; @@ -441,7 +440,7 @@ class Mission }; class Item35 { - position[]={450.3432,2.7436409,384.78101}; + position[]={5133.3262,0.99517798,-3092.3127}; azimut=-17.083944; id=41; side="WEST"; @@ -452,7 +451,7 @@ class Mission }; class Item36 { - position[]={452.41449,2.7436409,384.56128}; + position[]={5135.1396,0.95627218,-3090.6282}; azimut=-17.083944; id=40; side="WEST"; @@ -463,7 +462,7 @@ class Mission }; class Item37 { - position[]={451.21991,2.7436409,384.11401}; + position[]={5133.7334,1.0000269,-3092.4868}; azimut=-17.083944; id=44; side="WEST"; @@ -474,7 +473,7 @@ class Mission }; class Item38 { - position[]={449.74921,2.7436409,383.72046}; + position[]={5134.4639,0.96052599,-3090.8313}; azimut=-17.083944; id=48; side="WEST"; @@ -485,7 +484,7 @@ class Mission }; class Item39 { - position[]={450.08954,2.7436409,384.52417}; + position[]={5133.2568,0.95399952,-3090.6577}; azimut=-17.083944; id=39; side="WEST"; @@ -496,7 +495,7 @@ class Mission }; class Item40 { - position[]={450.49823,2.7436409,383.51147}; + position[]={5135.3081,0.96171898,-3090.8323}; azimut=-17.083944; id=37; side="WEST"; @@ -507,7 +506,7 @@ class Mission }; class Item41 { - position[]={449.2973,2.7436409,384.70288}; + position[]={5133.4355,0.99041241,-3092.1016}; azimut=-17.083944; id=45; side="WEST"; @@ -518,7 +517,7 @@ class Mission }; class Item42 { - position[]={451.22382,2.7436409,384.32788}; + position[]={5132.7715,0.97531283,-3091.5376}; azimut=-17.0839; id=49; side="WEST"; @@ -529,7 +528,7 @@ class Mission }; class Item43 { - position[]={451.56488,2.7436409,383.97241}; + position[]={5134.8955,0.99712861,-3092.2744}; azimut=-17.083944; id=42; side="WEST"; @@ -540,7 +539,7 @@ class Mission }; class Item44 { - position[]={452.02606,2.7436409,384.77124}; + position[]={5134.0977,0.99608493,-3092.2871}; azimut=-17.083944; id=22; side="WEST"; @@ -551,7 +550,7 @@ class Mission }; class Item45 { - position[]={451.59247,2.7436409,385.04956}; + position[]={5134.624,0.96596396,-3091.0356}; azimut=-17.083944; id=12; side="WEST"; @@ -562,7 +561,7 @@ class Mission }; class Item46 { - position[]={452.16522,2.7436409,386.02222}; + position[]={5134.7349,0.98286068,-3091.6987}; azimut=-17.083944; id=14; side="WEST"; @@ -573,7 +572,7 @@ class Mission }; class Item47 { - position[]={452.18085,2.7436409,385.66382}; + position[]={5133.3857,0.97055411,-3091.2983}; azimut=-17.0839; id=24; side="WEST"; @@ -584,7 +583,7 @@ class Mission }; class Item48 { - position[]={452.63885,2.7436409,385.65015}; + position[]={5133.667,0.97070557,-3091.2837}; azimut=-17.083944; id=20; side="WEST"; @@ -595,7 +594,7 @@ class Mission }; class Item49 { - position[]={449.90546,2.7436409,385.93433}; + position[]={5134.8672,0.97768366,-3091.4832}; azimut=-17.083944; id=17; side="WEST"; @@ -606,7 +605,7 @@ class Mission }; class Item50 { - position[]={452.28632,2.7436409,385.00952}; + position[]={5134.3291,0.98739624,-3091.9087}; azimut=-17.0839; id=51; side="WEST"; @@ -617,7 +616,7 @@ class Mission }; class Item51 { - position[]={452.12128,2.7436409,384.58862}; + position[]={5134.8535,0.95603073,-3090.6338}; azimut=-17.0839; id=52; side="WEST"; @@ -628,7 +627,7 @@ class Mission }; class Item52 { - position[]={452.7785,2.7436409,384.93335}; + position[]={5133.1299,0.9588393,-3090.8562}; azimut=-17.0839; id=55; side="WEST"; @@ -639,7 +638,7 @@ class Mission }; class Item53 { - position[]={451.21307,2.7436409,384.3269}; + position[]={5132.8555,0.96984965,-3091.3115}; azimut=-17.0839; id=53; side="WEST"; @@ -650,7 +649,7 @@ class Mission }; class Item54 { - position[]={451.64594,2.7436409,384.66187}; + position[]={5133.9375,0.9604426,-3090.8599}; azimut=-17.0839; id=54; side="WEST"; @@ -661,7 +660,7 @@ class Mission }; class Item55 { - position[]={452.16229,2.7436409,384.80933}; + position[]={5133.1709,0.99039286,-3092.1238}; azimut=-17.0839; id=70; side="WEST"; @@ -672,7 +671,7 @@ class Mission }; class Item56 { - position[]={450.56122,2.7436409,385.27319}; + position[]={5132.9873,0.96415484,-3091.0752}; azimut=-17.0839; id=60; side="WEST"; @@ -683,7 +682,7 @@ class Mission }; class Item57 { - position[]={450.59198,2.7436409,384.84253}; + position[]={5133.9316,0.99124253,-3092.0967}; azimut=-17.0839; id=68; side="WEST"; @@ -694,7 +693,7 @@ class Mission }; class Item58 { - position[]={451.0329,2.7436409,385.28491}; + position[]={5133.1602,0.9805274,-3091.7151}; azimut=-17.0839; id=66; side="WEST"; @@ -705,7 +704,7 @@ class Mission }; class Item59 { - position[]={451.3288,2.7436409,384.47144}; + position[]={5132.7856,0.99423087,-3092.3228}; azimut=-17.0839; id=61; side="WEST"; @@ -716,7 +715,7 @@ class Mission }; class Item60 { - position[]={451.06708,2.7436409,384.948}; + position[]={5133.5674,0.98593897,-3091.9033}; azimut=-17.0839; id=63; side="WEST"; @@ -727,7 +726,7 @@ class Mission }; class Item61 { - position[]={452.37909,2.7436409,386.29272}; + position[]={5134.2998,0.97659075,-3091.4746}; azimut=-17.0839; id=72; side="WEST"; @@ -738,7 +737,7 @@ class Mission }; class Item62 { - position[]={452.05658,2.7436409,384.05347}; + position[]={5133.9854,1.0004188,-3092.4824}; azimut=-17.0839; id=57; side="WEST"; @@ -749,7 +748,7 @@ class Mission }; class Item63 { - position[]={452.07904,2.7436409,384.33765}; + position[]={5132.7881,0.98498249,-3091.9312}; azimut=-17.0839; id=58; side="WEST"; @@ -760,7 +759,7 @@ class Mission }; class Item64 { - position[]={449.98383,2.7436409,385.12476}; + position[]={5133.7754,0.96541888,-3091.0686}; azimut=-17.0839; id=62; side="WEST"; @@ -771,7 +770,7 @@ class Mission }; class Item65 { - position[]={451.11395,2.7436409,384.97437}; + position[]={5133.0366,0.98532814,-3091.9233}; azimut=-17.0839; id=75; side="WEST"; @@ -782,7 +781,7 @@ class Mission }; class Item66 { - position[]={451.32587,2.7436409,384.45288}; + position[]={5132.9131,0.98015785,-3091.7222}; azimut=-17.0839; id=56; side="WEST"; @@ -793,7 +792,7 @@ class Mission }; class Item67 { - position[]={450.216,2.7436409,384.26733}; + position[]={5132.8711,0.95858139,-3090.8662}; azimut=-17.0839; id=73; side="WEST"; @@ -804,7 +803,7 @@ class Mission }; class Item68 { - position[]={452.17352,2.7436409,383.56909}; + position[]={5135.3604,1.0018462,-3092.4438}; azimut=-17.0839; id=69; side="WEST"; @@ -815,7 +814,7 @@ class Mission }; class Item69 { - position[]={451.25653,2.7436409,384.26343}; + position[]={5132.7773,0.96419322,-3091.0935}; azimut=-17.0839; id=67; side="WEST"; @@ -826,7 +825,7 @@ class Mission }; class Item70 { - position[]={450.51434,2.7436409,383.96265}; + position[]={5134.5293,1.0010735,-3092.4666}; azimut=-17.0839; id=65; side="WEST"; @@ -837,7 +836,7 @@ class Mission }; class Item71 { - position[]={451.62128,2.7436409,384.98608}; + position[]={5134.0947,0.98741108,-3091.925}; azimut=-17.0839; id=74; side="WEST"; @@ -848,7 +847,7 @@ class Mission }; class Item72 { - position[]={449.7453,2.7436409,385.26245}; + position[]={5133.6709,0.9812898,-3091.707}; azimut=-17.0839; id=71; side="WEST"; @@ -859,7 +858,7 @@ class Mission }; class Item73 { - position[]={451.39471,2.7436409,384.85815}; + position[]={5134.4775,0.99183631,-3092.0811}; azimut=-17.0839; id=59; side="WEST"; @@ -870,7 +869,7 @@ class Mission }; class Item74 { - position[]={450.07343,2.7436409,384.94409}; + position[]={5135.1777,0.98818791,-3091.8875}; azimut=-17.0839; id=64; side="WEST"; @@ -881,7 +880,7 @@ class Mission }; class Item75 { - position[]={452.32343,2.7436409,385.76733}; + position[]={5135.2954,0.98331201,-3091.6853}; azimut=-17.0839; id=81; side="WEST"; @@ -892,7 +891,7 @@ class Mission }; class Item76 { - position[]={449.71088,2.7436409,384.96362}; + position[]={5134.875,0.98807186,-3091.9014}; azimut=-17.0839; id=83; side="WEST"; @@ -903,7 +902,7 @@ class Mission }; class Item77 { - position[]={449.72723,2.7436409,384.4978}; + position[]={5132.7656,0.95352745,-3090.6763}; azimut=-17.0839; id=82; side="WEST"; @@ -914,7 +913,7 @@ class Mission }; class Item78 { - position[]={450.12421,2.7436409,384.63354}; + position[]={5133.7822,0.95458001,-3090.6418}; azimut=-17.0839; id=84; side="WEST"; @@ -925,7 +924,7 @@ class Mission }; class Item79 { - position[]={450.69598,2.7436409,384.0769}; + position[]={5133.4521,0.99971849,-3092.4983}; azimut=-17.0839; id=85; side="WEST"; @@ -936,7 +935,7 @@ class Mission }; class Item80 { - position[]={449.92255,2.7436409,384.68921}; + position[]={5133.4023,0.95943558,-3090.8589}; azimut=-17.0839; id=77; side="WEST"; @@ -947,7 +946,7 @@ class Mission }; class Item81 { - position[]={448.82684,2.7436409,385.08472}; + position[]={5132.8994,0.98989499,-3092.1262}; azimut=-17.0839; id=78; side="WEST"; @@ -958,7 +957,7 @@ class Mission }; class Item82 { - position[]={449.37421,2.7436409,384.04663}; + position[]={5133.2104,0.99911439,-3092.4944}; azimut=-17.0839; id=79; side="WEST"; @@ -969,7 +968,7 @@ class Mission }; class Item83 { - position[]={451.51019,2.7436409,384.76733}; + position[]={5133.8027,0.99578571,-3092.2976}; azimut=-17.0839; id=76; side="WEST"; @@ -980,7 +979,7 @@ class Mission }; class Item84 { - position[]={451.11688,2.7436409,385.1228}; + position[]={5134.0635,0.96590972,-3091.0671}; azimut=-17.0839; id=80; side="WEST"; @@ -991,7 +990,7 @@ class Mission }; class Item85 { - position[]={451.82587,2.7436409,386.03491}; + position[]={5133.916,0.98186028,-3091.7124}; azimut=-17.0839; id=97; side="WEST"; @@ -1002,7 +1001,7 @@ class Mission }; class Item86 { - position[]={449.32196,2.7436409,385.20972}; + position[]={5133.4238,0.98112327,-3091.719}; azimut=-17.0839; id=98; side="WEST"; @@ -1013,7 +1012,7 @@ class Mission }; class Item87 { - position[]={451.73309,2.7436409,385.89331}; + position[]={5134.4536,0.98248917,-3091.7002}; azimut=-17.0839; id=99; side="WEST"; @@ -1024,7 +1023,7 @@ class Mission }; class Item88 { - position[]={450.99921,2.7436409,385.78198}; + position[]={5135.1514,0.97777396,-3091.4717}; azimut=-17.0839; id=100; side="WEST"; @@ -1035,7 +1034,7 @@ class Mission }; class Item89 { - position[]={451.18427,2.7436409,385.70679}; + position[]={5133.0093,0.97516561,-3091.5112}; azimut=-17.0839; id=96; side="WEST"; @@ -1046,7 +1045,7 @@ class Mission }; class Item90 { - position[]={450.62714,2.7436409,384.20874}; + position[]={5132.9326,0.99885654,-3092.5098}; azimut=-17.0839; id=87; side="WEST"; @@ -1057,7 +1056,7 @@ class Mission }; class Item91 { - position[]={449.98651,2.7436409,384.55151}; + position[]={5132.9941,0.95348662,-3090.6575}; azimut=-17.0839; id=92; side="WEST"; @@ -1068,7 +1067,7 @@ class Mission }; class Item92 { - position[]={451.68964,2.7436409,385.20288}; + position[]={5133.5254,0.96512252,-3091.0732}; azimut=-17.0839; id=88; side="WEST"; @@ -1079,7 +1078,7 @@ class Mission }; class Item93 { - position[]={451.10809,2.7436409,385.1062}; + position[]={5134.3145,0.96570528,-3091.0442}; azimut=-17.0839; id=89; side="WEST"; @@ -1090,7 +1089,7 @@ class Mission }; class Item94 { - position[]={451.54266,2.7436409,385.40601}; + position[]={5135.064,0.97219217,-3091.2556}; azimut=-17.0839; id=90; side="WEST"; @@ -1101,7 +1100,7 @@ class Mission }; class Item95 { - position[]={451.7536,2.7436409,386.0603}; + position[]={5134.167,0.98187673,-3091.6948}; azimut=-17.0839; id=86; side="WEST"; @@ -1112,7 +1111,7 @@ class Mission }; class Item96 { - position[]={450.75848,2.7436409,384.52417}; + position[]={5134.0479,0.95493633,-3090.6377}; azimut=-17.0839; id=93; side="WEST"; @@ -1123,7 +1122,7 @@ class Mission }; class Item97 { - position[]={451.88422,2.7436409,385.55054}; + position[]={5133.9316,0.97125894,-3091.2874}; azimut=-17.0839; id=94; side="WEST"; @@ -1134,7 +1133,7 @@ class Mission }; class Item98 { - position[]={452.22357,2.7436409,385.82886}; + position[]={5135.0132,0.98303092,-3091.689}; azimut=-17.0839; id=91; side="WEST"; @@ -1145,7 +1144,7 @@ class Mission }; class Item99 { - position[]={450.72968,2.7436409,385.18823}; + position[]={5133.2363,0.96489203,-3091.0854}; azimut=-17.0839; id=95; side="WEST"; @@ -1164,7 +1163,7 @@ class Mission items=1; class Item0 { - position[]={708.96582,35.858719,3533.1272}; + position[]={-143.93861,0.52647489,2319.5012}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -1175,79 +1174,6 @@ class Mission }; }; }; - class Vehicles - { - items=8; - class Item0 - { - position[]={446.04242,2.7436409,368.70679}; - id=101; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item1 - { - position[]={456.53192,2.7436409,368.49292}; - id=102; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item2 - { - position[]={443.93915,2.7436409,399.61597}; - id=103; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item3 - { - position[]={458.02167,2.7436409,399.59644}; - id=104; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item4 - { - position[]={437.25214,2.7436409,391.60132}; - azimut=90.394051; - id=105; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item5 - { - position[]={437.11737,2.7436409,377.79761}; - azimut=90.394051; - id=106; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - class Item6 - { - position[]={463.59491,2.7436409,390.66382}; - azimut=90.6903; - id=107; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - text="wall"; - }; - class Item7 - { - position[]={463.50458,2.7436409,377.78589}; - azimut=90.690323; - id=108; - side="EMPTY"; - vehicle="Base_WarfareBBarrier10xTall"; - skill=0.60000002; - }; - }; class Markers { items=21; @@ -1259,7 +1185,7 @@ class Mission }; class Item1 { - position[]={482.73798,2.7436409,385.34741}; + position[]={5133.918,0.97550583,-3091.4561}; name="respawn_west"; type="Empty"; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext index 0e55184d0..d213461b5 100644 --- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to DayZ Epoch Chernarus"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping = 0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext b/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext index 6c2b35cfc..c78425700 100644 --- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to DayZ Epoch Chernarus"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping = 0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm index 623a6839b..a0e7cadaf 100644 --- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_18.Sara/mission.sqm @@ -47,7 +47,7 @@ class Mission items=100; class Item0 { - position[]={2202.595,0.31283236,18914.742}; + position[]={12000.893,0.25716898,-4596.6191}; azimut=-17.0839; id=11; side="WEST"; @@ -58,7 +58,7 @@ class Mission }; class Item1 { - position[]={2290.4426,19.101221,18848.363}; + position[]={12000.607,0.24714553,-4595.8247}; azimut=-17.0839; id=0; side="WEST"; @@ -71,7 +71,7 @@ class Mission }; class Item2 { - position[]={2224.0051,4.7899938,18920.01}; + position[]={11999.842,0.25294074,-4596.2598}; azimut=-17.083944; id=5; side="WEST"; @@ -82,7 +82,7 @@ class Mission }; class Item3 { - position[]={2229.7239,7.8903866,18916.258}; + position[]={12000.049,0.24141403,-4594.9863}; azimut=-17.083944; id=8; side="WEST"; @@ -93,7 +93,7 @@ class Mission }; class Item4 { - position[]={2224.8489,9.8855896,18909.086}; + position[]={12000.324,0.24766466,-4595.8418}; azimut=-17.083944; id=18; side="WEST"; @@ -104,7 +104,7 @@ class Mission }; class Item5 { - position[]={2236.2395,15.992203,18874.166}; + position[]={11999.576,0.25844413,-4596.6548}; azimut=-17.083944; id=2; side="WEST"; @@ -115,7 +115,7 @@ class Mission }; class Item6 { - position[]={2245.5715,17.274075,18873.363}; + position[]={12001.145,0.25137407,-4596.2222}; azimut=-17.083937; id=9; side="WEST"; @@ -126,7 +126,7 @@ class Mission }; class Item7 { - position[]={2235.052,21.608505,18866.158}; + position[]={12001.717,0.24112105,-4595.3618}; azimut=-17.083944; id=21; side="WEST"; @@ -137,7 +137,7 @@ class Mission }; class Item8 { - position[]={2243.7747,18.624239,18866.27}; + position[]={12001.607,0.25952935,-4596.7847}; azimut=-17.083944; id=13; side="WEST"; @@ -148,7 +148,7 @@ class Mission }; class Item9 { - position[]={2249.0208,24.391842,18860.918}; + position[]={12000.242,0.25480965,-4596.4272}; azimut=-17.083944; id=7; side="WEST"; @@ -159,7 +159,7 @@ class Mission }; class Item10 { - position[]={2251.1848,17.909847,18811.16}; + position[]={12000.221,0.24234308,-4595.2017}; azimut=-17.0839; id=36; side="WEST"; @@ -170,7 +170,7 @@ class Mission }; class Item11 { - position[]={2263.1321,9.6452551,18803.514}; + position[]={12000.324,0.2524305,-4596.2534}; azimut=-17.083944; id=25; side="WEST"; @@ -181,7 +181,7 @@ class Mission }; class Item12 { - position[]={2273.4387,10.257912,18805.504}; + position[]={12000.777,0.26006976,-4596.8013}; azimut=-17.083944; id=43; side="WEST"; @@ -192,7 +192,7 @@ class Mission }; class Item13 { - position[]={2272.5969,13.63877,18816.428}; + position[]={12001.566,0.25382796,-4596.4199}; azimut=-17.083944; id=30; side="WEST"; @@ -203,7 +203,7 @@ class Mission }; class Item14 { - position[]={2278.3137,12.261516,18812.676}; + position[]={12001.119,0.23923661,-4594.9727}; azimut=-17.083944; id=33; side="WEST"; @@ -214,7 +214,7 @@ class Mission }; class Item15 { - position[]={2269.4192,0.35458753,18927.613}; + position[]={12001.305,0.24392018,-4595.5957}; azimut=-17.083944; id=1; side="WEST"; @@ -225,7 +225,7 @@ class Mission }; class Item16 { - position[]={2281.1301,0.13054594,18929.965}; + position[]={11999.629,0.24659455,-4595.6353}; azimut=-17.083944; id=4; side="WEST"; @@ -236,7 +236,7 @@ class Mission }; class Item17 { - position[]={2283.2786,0.36221796,18921.906}; + position[]={12001.551,0.23972255,-4595.1582}; azimut=-17.083944; id=3; side="WEST"; @@ -247,7 +247,7 @@ class Mission }; class Item18 { - position[]={2286.2473,0.24682786,18927.523}; + position[]={12000.063,0.24786881,-4595.8325}; azimut=-17.083944; id=6; side="WEST"; @@ -258,7 +258,7 @@ class Mission }; class Item19 { - position[]={2297.9778,0.33392572,18932.283}; + position[]={11999.803,0.24827172,-4595.8413}; azimut=-17.083944; id=10; side="WEST"; @@ -269,7 +269,7 @@ class Mission }; class Item20 { - position[]={2289.4739,10.860373,18879.932}; + position[]={12001.176,0.25687364,-4596.6079}; azimut=-17.083944; id=16; side="WEST"; @@ -280,7 +280,7 @@ class Mission }; class Item21 { - position[]={2294.9583,10.838765,18878.436}; + position[]={12000.727,0.24134165,-4595.186}; azimut=-17.083944; id=19; side="WEST"; @@ -291,7 +291,7 @@ class Mission }; class Item22 { - position[]={2289.0286,13.601019,18871.111}; + position[]={12001.434,0.24166292,-4595.373}; azimut=-17.083944; id=15; side="WEST"; @@ -302,7 +302,7 @@ class Mission }; class Item23 { - position[]={2297.3684,12.721047,18870.992}; + position[]={12000.723,0.25472426,-4596.4453}; azimut=-17.083944; id=23; side="WEST"; @@ -313,7 +313,7 @@ class Mission }; class Item24 { - position[]={2318.009,16.791187,18824.031}; + position[]={12001.844,0.24321041,-4595.5981}; azimut=-17.083944; id=26; side="WEST"; @@ -324,7 +324,7 @@ class Mission }; class Item25 { - position[]={2326.1575,16.521427,18829.277}; + position[]={12001.877,0.2535252,-4596.4146}; azimut=-17.083944; id=29; side="WEST"; @@ -335,7 +335,7 @@ class Mission }; class Item26 { - position[]={2337.6223,14.447077,18825.5}; + position[]={12001.254,0.25407079,-4596.4243}; azimut=-17.083944; id=31; side="WEST"; @@ -346,7 +346,7 @@ class Mission }; class Item27 { - position[]={2331.8684,14.224126,18818.324}; + position[]={12001.039,0.24429953,-4595.6001}; azimut=-17.083944; id=28; side="WEST"; @@ -357,7 +357,7 @@ class Mission }; class Item28 { - position[]={2350.6887,12.346637,18824.137}; + position[]={12001.121,0.24645308,-4595.8188}; azimut=-17.083944; id=35; side="WEST"; @@ -368,7 +368,7 @@ class Mission }; class Item29 { - position[]={2284.8293,0.1828353,18770.584}; + position[]={12001.736,0.25654557,-4596.605}; azimut=-17.083944; id=27; side="WEST"; @@ -379,7 +379,7 @@ class Mission }; class Item30 { - position[]={2294.1633,-0.017674401,18769.781}; + position[]={12000.102,0.25782275,-4596.6333}; azimut=-17.083937; id=34; side="WEST"; @@ -390,7 +390,7 @@ class Mission }; class Item31 { - position[]={2283.6418,0.0024959743,18762.576}; + position[]={12001.34,0.259758,-4596.7974}; azimut=-17.083944; id=46; side="WEST"; @@ -401,7 +401,7 @@ class Mission }; class Item32 { - position[]={2292.3645,0.01446861,18762.688}; + position[]={12000.836,0.23976846,-4594.9692}; azimut=-17.083944; id=38; side="WEST"; @@ -412,7 +412,7 @@ class Mission }; class Item33 { - position[]={2297.6106,0.26605508,18757.336}; + position[]={12001.281,0.24017173,-4595.1587}; azimut=-17.083944; id=32; side="WEST"; @@ -423,7 +423,7 @@ class Mission }; class Item34 { - position[]={2340.6497,0.2633909,18782.752}; + position[]={12000.73,0.2448495,-4595.6138}; azimut=-17.083944; id=47; side="WEST"; @@ -434,7 +434,7 @@ class Mission }; class Item35 { - position[]={2338.0637,0.18937105,18776.352}; + position[]={11999.855,0.25819901,-4596.6504}; azimut=-17.083944; id=41; side="WEST"; @@ -445,7 +445,7 @@ class Mission }; class Item36 { - position[]={2337.6184,0.29558319,18767.531}; + position[]={12001.672,0.2381531,-4594.9658}; azimut=-17.083944; id=40; side="WEST"; @@ -456,7 +456,7 @@ class Mission }; class Item37 { - position[]={2343.5481,0.31031406,18774.854}; + position[]={12000.266,0.26065901,-4596.8247}; azimut=-17.083944; id=44; side="WEST"; @@ -467,7 +467,7 @@ class Mission }; class Item38 { - position[]={2345.9583,0.50082701,18767.412}; + position[]={12000.996,0.24075411,-4595.1694}; azimut=-17.083944; id=48; side="WEST"; @@ -478,7 +478,7 @@ class Mission }; class Item39 { - position[]={2370.1809,5.4950242,18793.672}; + position[]={11999.789,0.24197309,-4594.9956}; azimut=-17.083944; id=39; side="WEST"; @@ -489,7 +489,7 @@ class Mission }; class Item40 { - position[]={2370.1301,2.7164445,18785.996}; + position[]={12001.84,0.23930143,-4595.1699}; azimut=-17.083944; id=37; side="WEST"; @@ -500,7 +500,7 @@ class Mission }; class Item41 { - position[]={2377.0774,3.8910229,18790.586}; + position[]={11999.967,0.25514835,-4596.439}; azimut=-17.083944; id=45; side="WEST"; @@ -511,7 +511,7 @@ class Mission }; class Item42 { - position[]={2374.8606,0.69539481,18782.363}; + position[]={11999.303,0.24925366,-4595.8755}; azimut=-17.0839; id=49; side="WEST"; @@ -522,7 +522,7 @@ class Mission }; class Item43 { - position[]={2382.5481,0.30456463,18780.867}; + position[]={12001.426,0.2568047,-4596.6118}; azimut=-17.083944; id=42; side="WEST"; @@ -533,7 +533,7 @@ class Mission }; class Item44 { - position[]={2292.0598,8.6909084,18886.334}; + position[]={12000.629,0.25742435,-4596.6245}; azimut=-17.083944; id=22; side="WEST"; @@ -544,7 +544,7 @@ class Mission }; class Item45 { - position[]={2317.97,6.3663068,18889.576}; + position[]={12001.154,0.24209243,-4595.3735}; azimut=-17.083944; id=12; side="WEST"; @@ -555,7 +555,7 @@ class Mission }; class Item46 { - position[]={2321.5911,4.3431296,18897.254}; + position[]={12001.266,0.24884211,-4596.0366}; azimut=-17.083944; id=14; side="WEST"; @@ -566,7 +566,7 @@ class Mission }; class Item47 { - position[]={2326.2688,6.1480913,18885.945}; + position[]={11999.918,0.24618301,-4595.6362}; azimut=-17.0839; id=24; side="WEST"; @@ -577,7 +577,7 @@ class Mission }; class Item48 { - position[]={2328.4856,4.34551,18894.168}; + position[]={12000.199,0.24566701,-4595.6216}; azimut=-17.083944; id=20; side="WEST"; @@ -588,7 +588,7 @@ class Mission }; class Item49 { - position[]={2333.9563,5.4322901,18884.449}; + position[]={12001.398,0.24617742,-4595.8208}; azimut=-17.083944; id=17; side="WEST"; @@ -599,7 +599,7 @@ class Mission }; class Item50 { - position[]={2323.2004,11.840865,18859.219}; + position[]={12000.859,0.25190732,-4596.2466}; azimut=-17.0839; id=51; side="WEST"; @@ -610,7 +610,7 @@ class Mission }; class Item51 { - position[]={2326.8215,9.5581465,18866.895}; + position[]={12001.385,0.23872402,-4594.9712}; azimut=-17.0839; id=52; side="WEST"; @@ -621,7 +621,7 @@ class Mission }; class Item52 { - position[]={2331.4973,11.126541,18855.588}; + position[]={11999.66,0.24329698,-4595.1938}; azimut=-17.0839; id=55; side="WEST"; @@ -632,7 +632,7 @@ class Mission }; class Item53 { - position[]={2339.1848,10.035645,18854.092}; + position[]={11999.387,0.24706073,-4595.6489}; azimut=-17.0839; id=53; side="WEST"; @@ -643,7 +643,7 @@ class Mission }; class Item54 { - position[]={2333.7161,9.0231934,18863.809}; + position[]={12000.469,0.24188206,-4595.1978}; azimut=-17.0839; id=54; side="WEST"; @@ -654,7 +654,7 @@ class Mission }; class Item55 { - position[]={2357.6887,11.438383,18828.998}; + position[]={11999.701,0.25566927,-4596.4614}; azimut=-17.0839; id=70; side="WEST"; @@ -665,7 +665,7 @@ class Mission }; class Item56 { - position[]={2375.384,6.22574,18847.162}; + position[]={11999.518,0.24500826,-4595.4131}; azimut=-17.0839; id=60; side="WEST"; @@ -676,7 +676,7 @@ class Mission }; class Item57 { - position[]={2370.8235,8.4172373,18838.805}; + position[]={12000.463,0.25476354,-4596.4346}; azimut=-17.0839; id=68; side="WEST"; @@ -687,7 +687,7 @@ class Mission }; class Item58 { - position[]={2376.6106,1.0830994,18880.719}; + position[]={11999.691,0.2506595,-4596.0527}; azimut=-17.0839; id=66; side="WEST"; @@ -698,7 +698,7 @@ class Mission }; class Item59 { - position[]={2355.509,3.694072,18877.357}; + position[]={11999.316,0.25866908,-4596.6606}; azimut=-17.0839; id=61; side="WEST"; @@ -709,7 +709,7 @@ class Mission }; class Item60 { - position[]={2372.1887,9.9076929,18828.438}; + position[]={12000.098,0.25247672,-4596.2412}; azimut=-17.0839; id=63; side="WEST"; @@ -720,7 +720,7 @@ class Mission }; class Item61 { - position[]={2355.1165,-0.030913368,18898.301}; + position[]={12000.83,0.24673493,-4595.812}; azimut=-17.0839; id=72; side="WEST"; @@ -731,7 +731,7 @@ class Mission }; class Item62 { - position[]={2377.427,3.7681959,18874.25}; + position[]={12000.516,0.26047421,-4596.8198}; azimut=-17.0839; id=57; side="WEST"; @@ -742,7 +742,7 @@ class Mission }; class Item63 { - position[]={2420.2903,0.69678485,18855.568}; + position[]={11999.318,0.25352842,-4596.269}; azimut=-17.0839; id=58; side="WEST"; @@ -753,7 +753,7 @@ class Mission }; class Item64 { - position[]={2363.9309,7.1449389,18849.137}; + position[]={12000.307,0.24367064,-4595.4063}; azimut=-17.0839; id=62; side="WEST"; @@ -764,7 +764,7 @@ class Mission }; class Item65 { - position[]={2380.634,4.9003973,18856.771}; + position[]={11999.566,0.25322604,-4596.2612}; azimut=-17.0839; id=75; side="WEST"; @@ -775,7 +775,7 @@ class Mission }; class Item66 { - position[]={2370.2317,4.5996594,18859.504}; + position[]={11999.445,0.25099874,-4596.0601}; azimut=-17.0839; id=56; side="WEST"; @@ -786,7 +786,7 @@ class Mission }; class Item67 { - position[]={2380.3997,8.249362,18833.984}; + position[]={11999.402,0.24382576,-4595.2036}; azimut=-17.0839; id=73; side="WEST"; @@ -797,7 +797,7 @@ class Mission }; class Item68 { - position[]={2365.7043,4.3246574,18865.701}; + position[]={12001.891,0.25937366,-4596.7817}; azimut=-17.0839; id=69; side="WEST"; @@ -808,7 +808,7 @@ class Mission }; class Item69 { - position[]={2368.0676,0.24889162,18889.291}; + position[]={11999.309,0.24548319,-4595.4312}; azimut=-17.0839; id=67; side="WEST"; @@ -819,7 +819,7 @@ class Mission }; class Item70 { - position[]={2390.009,5.8477831,18840.617}; + position[]={12001.061,0.2600219,-4596.8042}; azimut=-17.0839; id=65; side="WEST"; @@ -830,7 +830,7 @@ class Mission }; class Item71 { - position[]={2389.1848,3.0378606,18863.293}; + position[]={12000.625,0.25231209,-4596.2627}; azimut=-17.0839; id=74; side="WEST"; @@ -841,7 +841,7 @@ class Mission }; class Item72 { - position[]={2388.3723,0.25306284,18881.545}; + position[]={12000.201,0.25004497,-4596.0449}; azimut=-17.0839; id=71; side="WEST"; @@ -852,7 +852,7 @@ class Mission }; class Item73 { - position[]={2412.0579,0.24055818,18871.941}; + position[]={12001.008,0.25418279,-4596.4189}; azimut=-17.0839; id=59; side="WEST"; @@ -863,7 +863,7 @@ class Mission }; class Item74 { - position[]={2410.8313,1.0933057,18862.404}; + position[]={12001.709,0.25094065,-4596.2251}; azimut=-17.0839; id=64; side="WEST"; @@ -874,7 +874,7 @@ class Mission }; class Item75 { - position[]={2226.3645,6.6958098,18769.535}; + position[]={12001.826,0.24818306,-4596.0229}; azimut=-17.0839; id=81; side="WEST"; @@ -885,7 +885,7 @@ class Mission }; class Item76 { - position[]={2235.7004,9.1993771,18768.73}; + position[]={12001.406,0.25137219,-4596.2393}; azimut=-17.0839; id=83; side="WEST"; @@ -896,7 +896,7 @@ class Mission }; class Item77 { - position[]={2239.1477,7.3410959,18756.285}; + position[]={11999.297,0.24303979,-4595.0142}; azimut=-17.0839; id=82; side="WEST"; @@ -907,7 +907,7 @@ class Mission }; class Item78 { - position[]={2233.9016,7.8539047,18761.637}; + position[]={12000.313,0.24084502,-4594.98}; azimut=-17.0839; id=84; side="WEST"; @@ -918,7 +918,7 @@ class Mission }; class Item79 { - position[]={2225.1809,4.7132282,18761.527}; + position[]={11999.982,0.2609334,-4596.8359}; azimut=-17.0839; id=85; side="WEST"; @@ -929,7 +929,7 @@ class Mission }; class Item80 { - position[]={2210.9036,2.5073576,18793.104}; + position[]={11999.934,0.24281952,-4595.1968}; azimut=-17.0839; id=77; side="WEST"; @@ -940,7 +940,7 @@ class Mission }; class Item81 { - position[]={2207.4563,3.8761849,18805.549}; + position[]={11999.43,0.25588429,-4596.4639}; azimut=-17.0839; id=78; side="WEST"; @@ -951,7 +951,7 @@ class Mission }; class Item82 { - position[]={2205.6575,1.0104657,18798.453}; + position[]={11999.742,0.26100618,-4596.832}; azimut=-17.0839; id=79; side="WEST"; @@ -962,7 +962,7 @@ class Mission }; class Item83 { - position[]={2198.1223,0.28251156,18806.352}; + position[]={12000.332,0.25773573,-4596.6353}; azimut=-17.0839; id=76; side="WEST"; @@ -973,7 +973,7 @@ class Mission }; class Item84 { - position[]={2196.9348,0.46411377,18798.344}; + position[]={12000.594,0.24320698,-4595.4048}; azimut=-17.0839; id=80; side="WEST"; @@ -984,7 +984,7 @@ class Mission }; class Item85 { - position[]={2206.4739,14.07787,18835.873}; + position[]={12000.447,0.2498458,-4596.0503}; azimut=-17.0839; id=97; side="WEST"; @@ -995,7 +995,7 @@ class Mission }; class Item86 { - position[]={2203.0286,13.801388,18848.318}; + position[]={11999.955,0.25041413,-4596.0566}; azimut=-17.0839; id=98; side="WEST"; @@ -1006,7 +1006,7 @@ class Mission }; class Item87 { - position[]={2201.2278,13.108009,18841.223}; + position[]={12000.984,0.24917726,-4596.0381}; azimut=-17.0839; id=99; side="WEST"; @@ -1017,7 +1017,7 @@ class Mission }; class Item88 { - position[]={2192.5051,8.3656168,18841.113}; + position[]={12001.684,0.24572466,-4595.8096}; azimut=-17.0839; id=100; side="WEST"; @@ -1028,7 +1028,7 @@ class Mission }; class Item89 { - position[]={2193.6926,8.1030722,18849.121}; + position[]={11999.539,0.24867597,-4595.8491}; azimut=-17.0839; id=96; side="WEST"; @@ -1039,7 +1039,7 @@ class Mission }; class Item90 { - position[]={2183.7981,0.12352089,18910.918}; + position[]={11999.463,0.26133537,-4596.8477}; azimut=-17.0839; id=87; side="WEST"; @@ -1050,7 +1050,7 @@ class Mission }; class Item91 { - position[]={2201.0286,4.7980947,18875.355}; + position[]={11999.525,0.24251032,-4594.9951}; azimut=-17.0839; id=92; side="WEST"; @@ -1061,7 +1061,7 @@ class Mission }; class Item92 { - position[]={2180.3528,0.36158669,18923.363}; + position[]={12000.055,0.2441003,-4595.4111}; azimut=-17.0839; id=88; side="WEST"; @@ -1072,7 +1072,7 @@ class Mission }; class Item93 { - position[]={2178.552,0.35864079,18916.27}; + position[]={12000.846,0.24261184,-4595.3818}; azimut=-17.0839; id=89; side="WEST"; @@ -1083,7 +1083,7 @@ class Mission }; class Item94 { - position[]={2169.8293,0.22065018,18916.158}; + position[]={12001.594,0.24348214,-4595.5933}; azimut=-17.0839; id=90; side="WEST"; @@ -1094,7 +1094,7 @@ class Mission }; class Item95 { - position[]={2171.0168,0.078843676,18924.166}; + position[]={12000.699,0.24936867,-4596.0327}; azimut=-17.0839; id=86; side="WEST"; @@ -1105,7 +1105,7 @@ class Mission }; class Item96 { - position[]={2197.5793,0.055878446,18887.801}; + position[]={12000.578,0.24030304,-4594.9756}; azimut=-17.0839; id=93; side="WEST"; @@ -1116,7 +1116,7 @@ class Mission }; class Item97 { - position[]={2195.7825,0.93860221,18880.707}; + position[]={12000.463,0.24534141,-4595.6255}; azimut=-17.0839; id=94; side="WEST"; @@ -1127,7 +1127,7 @@ class Mission }; class Item98 { - position[]={2188.2454,0.27200663,18888.604}; + position[]={12001.543,0.24847873,-4596.0269}; azimut=-17.0839; id=91; side="WEST"; @@ -1138,7 +1138,7 @@ class Mission }; class Item99 { - position[]={2187.0598,0.076067969,18880.596}; + position[]={11999.766,0.24467346,-4595.4233}; azimut=-17.0839; id=95; side="WEST"; @@ -1157,7 +1157,7 @@ class Mission items=1; class Item0 { - position[]={708.96582,35.858719,3533.1272}; + position[]={-143.93861,0.52647489,2319.5012}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -1179,7 +1179,7 @@ class Mission }; class Item1 { - position[]={2214.7278,7.085434,18806.055}; + position[]={12000.449,0.24700873,-4595.7935}; name="respawn_west"; type="Empty"; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_Init.sqf new file mode 100644 index 000000000..89daf64ef --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_Init.sqf @@ -0,0 +1,21 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +#include "R3F_Realism_Configuration.cfg" + +#ifdef R3F_REALISM_USE_WEIGHT + _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf"; +#endif + + +#ifdef R3F_REALISM_USE_TIRED + _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf"; +#endif + diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_configuration.cfg new file mode 100644 index 000000000..72afc2a8c --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_configuration.cfg @@ -0,0 +1,12 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +#define R3F_REALISM_USE_WEIGHT +#define R3F_REALISM_USE_TIRED diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Stringtable.csv new file mode 100644 index 000000000..fca6a4ab6 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Stringtable.csv @@ -0,0 +1,12 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv" + diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_DoTired.sqf new file mode 100644 index 000000000..6ab215092 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_DoTired.sqf @@ -0,0 +1,130 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.02 +@date 20101011 +*****************************************************************************/ + +#include "R3F_TIRED_Configuration.cfg" + +private ["_level", "_n", "_s"]; + +//_voil = [] call R3F_TIRED_FNCT_MkVoile; +//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir; + +_n = 0; +_posATL = 0; + +#ifdef R3F_TIRED_CSV_EXPORT +_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""]; +_s call FNC_PrintToRPT; +#endif + +R3F_TIRED_Accumulator = 0; +sleep 1; +_level = 1; + +while {true} do { + + R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY; + + if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then { + if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then { + if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then { + R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1; + } else { + R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2; + }; + } else { + R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3; + }; + } else { + R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4; + }; + + if (alive player) then { + switch (toArray (animationState player) select 5) do { + case 112: { + R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL; + }; + case 107:{ + R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL; + }; + case 101:{ + R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL; + }; + }; + + R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player; + R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR); + + _posATL = (getPosATL player) select 2; + + + if((vehicle player == player) && (_posATL < 100)) then { + R3F_TIRED_Accumulator = R3F_TIRED_Accumulator + + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight) + + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2); + + }; + + R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery); + + _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100); + _level = 0 max (1 - (_level / 100)); + + #ifdef R3F_TIRED_DEBUG + hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5", + R3F_TIRED_Accumulator, + R3F_TIRED_BLACKOUT_LEVEL, + _level, + R3F_TIRED_POIDS_TOTAL_PLAYER, + R3F_Weight]; + #endif + + [_level] call R3F_TIRED_FNCT_Voile_Noir; + + if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then { + R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish; + }; + } else { + R3F_TIRED_Accumulator = 0; + }; + + if (R3F_TIRED_GLOBAL_TIRING + && R3F_TIRED_vitesse_de_mon_joueur > 4 + && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING + ) then { + R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1; + }; + + + #ifdef R3F_TIRED_CSV_EXPORT + _s = format["%1,%2,%3,%4,%5,%6,%7,%8", + _n, + (player distance flag_start), + (player distance flag_end), + R3F_TIRED_vitesse_de_mon_joueur, + R3F_TIRED_Accumulator, + _level, + R3F_Weight, + R3F_TIRED_Counter_Time]; + + + _s call FNC_PrintToRPT; + #endif + + if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then { + R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1; + R3F_TIRED_Counter_Time = 0; + }; + + sleep 1; + _n = _n + 1; +}; + +//[_voil] call R3F_TIRED_FNCT_Effect_Off; + diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg new file mode 100644 index 000000000..407f869bd --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg @@ -0,0 +1,131 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +//Uncomment to write in arma.rpt a csv file for excel to trace some graphics +// #define R3F_TIRED_CSV_EXPORT + +//Uncomment to show some informations in game +// #define R3F_TIRED_DEBUG + +//adjustment player weight with helmet jacket Rangers Light equipment (not weapons) +#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90 + +//Predefined models for an easy setting +// uncomment only one setting +// #define R3F_TIRED_SET_MODE_EASY +#define R3F_TIRED_SET_MODE_UBEREASY +//#define R3F_TIRED_SET_MODE_NORMAL +//#define R3F_TIRED_SET_MODE_HARD + +//adjustment weight * speed player +#define R3F_TIRED_WEIGHT_SPEED_RATIO 1 + + +#ifdef R3F_TIRED_SET_MODE_UBEREASY + + // adjustment onset threshold blackout effect + #define R3F_TIRED_BLACKOUT_LEVEL 100000 + + // adjustment player attitude * weight (stand up, down, crouch) + #define R3F_TIRED_DOWN_LEVEL 0.9 + #define R3F_TIRED_KNEE_LEVEL 0.6 + #define R3F_TIRED_UP_LEVEL 0.5 + + #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20 + + //adjustment threshold weight agravante factor + #define R3F_TIRED_WEIGHT_LEVEL1 40 + #define R3F_TIRED_WEIGHT_LEVEL2 50 + #define R3F_TIRED_WEIGHT_LEVEL3 60 + + #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8 + #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1 +#endif + +#ifdef R3F_TIRED_SET_MODE_EASY + + // adjustment onset threshold blackout effect + #define R3F_TIRED_BLACKOUT_LEVEL 70000 + + // adjustment player attitude * weight (stand up, down, crouch) + #define R3F_TIRED_DOWN_LEVEL 1.8 + #define R3F_TIRED_KNEE_LEVEL 1.2 + #define R3F_TIRED_UP_LEVEL 1 + + #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20 + + //adjustment threshold weight agravante factor + #define R3F_TIRED_WEIGHT_LEVEL1 25 + #define R3F_TIRED_WEIGHT_LEVEL2 30 + #define R3F_TIRED_WEIGHT_LEVEL3 40 + + #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8 + #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10 +#endif + +#ifdef R3F_TIRED_SET_MODE_NORMAL + + // adjustment onset threshold blackout effect + #define R3F_TIRED_BLACKOUT_LEVEL 50000 + + //adjustment player attitude * weight (stand up, down, crouch) + #define R3F_TIRED_DOWN_LEVEL 3 + #define R3F_TIRED_KNEE_LEVEL 1.5 + #define R3F_TIRED_UP_LEVEL 1 + + #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10 + + //adjustment threshold weight agravante factor + #define R3F_TIRED_WEIGHT_LEVEL1 15 + #define R3F_TIRED_WEIGHT_LEVEL2 20 + #define R3F_TIRED_WEIGHT_LEVEL3 30 + + + #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6 + #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30 +#endif + +#ifdef R3F_TIRED_SET_MODE_HARD + + // adjustment onset threshold blackout effect + #define R3F_TIRED_BLACKOUT_LEVEL 40000 + + // adjustment player attitude * weight (stand up, down, crouch) + #define R3F_TIRED_DOWN_LEVEL 4 + #define R3F_TIRED_KNEE_LEVEL 2 + #define R3F_TIRED_UP_LEVEL 1 + + #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5 + + // adjustment threshold weight agravante factor + #define R3F_TIRED_WEIGHT_LEVEL1 10 + #define R3F_TIRED_WEIGHT_LEVEL2 17 + #define R3F_TIRED_WEIGHT_LEVEL3 25 + + #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3 + #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60 +#endif + +// ratio of threshold weight +#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */ +#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */ +#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */ +#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */ + + +// activation / deactivation unit recup loss over time (true / false) +#define R3F_TIRED_GLOBAL_TIRING true + +// adjustment recovery rate +#define R3F_TIRED_TIME_RECOVERING 100 +#define R3F_TIRED_RATIO_RECOVERING 360 + +#define R3F_TIRED_WITH_VANISH true + diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf new file mode 100644 index 000000000..6e6615d1a --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf @@ -0,0 +1,30 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +#include "R3F_TIRED_Configuration.cfg" + +FNC_PrintToRPT = { + diag_log text _this; +}; + +R3F_TIRED_FNCT_Voile_Noir = { + _level = _this select 0; + if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{ + playSound "heartbeat_1"; + addCamShake [2, 1, 25]; + }; + +}; +R3F_TIRED_FNCT_DoBlackVanish = { + [player,0.1] call fnc_usec_damageUnconscious; + [_refObj,"scream",3,false] call dayz_zombieSpeak; + cutText ["You are overburdened.", "PLAIN DOWN"]; +}; + diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf new file mode 100644 index 000000000..3a655adcd --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf @@ -0,0 +1,25 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +#include "R3F_TIRED_Configuration.cfg" + +call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf"; + +R3F_Weight = 0; + +R3F_TIRED_Ratio_Position = 0; +R3F_TIRED_Accumulator = 0; +R3F_TIRED_Handle_Blur_Effect = [] spawn {}; +R3F_TIRED_Handle_Blackout_Effect = [] spawn {}; +R3F_TIRED_Counter_Time = 0; +R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING; +R3F_TIRED_Ratio_Overweight = 1; + +_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf"; \ No newline at end of file diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_stringtable.csv new file mode 100644 index 000000000..597997490 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_stringtable.csv @@ -0,0 +1,3 @@ + +R3F_VERSION_TIRED, "1.02", "1.02" + diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_CfgWeight.h new file mode 100644 index 000000000..468d0360b --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_CfgWeight.h @@ -0,0 +1,1800 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +class CfgWeight +{ + class Weapons + { + class SCAR_L_STD_Mk4CQT + { + weight = 3.6; + }; + class SCAR_L_STD_HOLO + { + weight = 3.5; + }; + class SCAR_L_STD_EGLM_TWS + { + weight = 5.3; + }; + class SCAR_L_STD_EGLM_RCO + { + weight = 4.5; + }; + class SCAR_L_CQC_Holo + { + weight = 3.7; + }; + class SCAR_L_CQC_EGLM_Holo + { + weight = 5; + }; + class SCAR_L_CQC_CCO_SD + { + weight = 3.7; + }; + class SCAR_L_CQC + { + weight = 3.5; + }; + class SCAR_H_STD_EGLM_Spect + { + weight = 5.5; + }; + class SCAR_H_CQC_CCO_SD + { + weight = 4; + }; + class SCAR_H_CQC_CCO + { + weight = 4; + }; + class SCAR_H_STD_TWS_SD + { + weight = 5.2; + }; + class SCAR_H_LNG_Sniper_SD + { + weight = 5; + }; + class SCAR_H_LNG_Sniper + { + weight = 5; + }; + class M4A3_RCO_GL_EP1 + { + weight = 4.5; + }; + class M4A3_CCO_EP1 + { + weight = 3; + }; + class M14_EP1 + { + weight = 5.5; + }; + class FN_FAL + { + weight = 4.5; + }; + class FN_FAL_ANPVS + { + weight=5.5; + }; + class glock17_EP1 + { + weight = 0.7; + }; + class G36A_camo + { + weight = 3.6; + }; + class G36C_camo + { + weight = 2.8; + }; + class G36K_camo + { + weight = 3; + }; + class G36_C_SD_camo + { + weight = 3.6; + }; + class revolver_EP1 + { + weight = 1; + }; + class revolver_gold_EP1 + { + weight = 1; + }; + class UZI_SD_EP1 + { + weight = 1.9; + }; + class UZI_EP1 + { + weight = 1.7; + }; + class Sa61_EP1 + { + weight = 1.3; + }; + class M249_EP1 + { + weight = 6.5; + }; + class M249_TWS_EP1 + { + weight = 11; + }; + class M249_m145_EP1 + { + weight = 8; + }; + class M60A4_EP1 + { + weight = 10; + }; + class m240_scoped_EP1 + { + weight = 14; + }; + class MG36_camo + { + weight = 3.6; + }; + class Mk_48_DES_EP1 + { + weight = 8.2; + }; + class M32_EP1 + { + weight = 6; + }; + class M79_EP1 + { + weight = 2.7; + }; + class Mk13_EP1 + { + weight = 2.7; + }; + class m107_TWS_EP1 + { + weight = 14.3; + }; + class M24_des_EP1 + { + weight = 6; + }; + class M110_TWS_EP1 + { + weight = 7.7; + }; + class M110_NVG_EP1 + { + weight = 7.5; + }; + class Sa58V_RCO_EP1 + { + weight = 3.3; + }; + class Sa58V_EP1 + { + weight = 3.1; + }; + class Sa58V_CCO_EP1 + { + weight = 3.2; + }; + class Sa58P_EP1 + { + weight = 3.1; + }; + class MAAWS + { + weight = 7.5; + }; + class M47Launcher_EP1 + { + weight = 7; + }; + class M16A4_ACG + { + weight = 3.8; + }; + class M16A4 + { + weight = 3.8; + }; + class M16A2 + { + weight = 3.8; + }; + class M16A4_ACG_GL + { + weight = 5.2; + }; + class BAF_L85A2_RIS_Holo + { + weight = 5.2; + }; + class FN_FAL_ANPVS4 + { + weight = 5.7; + }; + + + + class M16A4_GL + { + weight = 5.2; + }; + class M16A2GL + { + weight = 5.2; + }; + class M4A1_AIM_SD_camo + { + weight = 3; + }; + class M4A1_Aim_camo + { + weight = 3; + }; + class M4A1_Aim + { + weight = 3; + }; + class M4A1 + { + weight = 3; + }; + class M4A1_HWS_GL_Camo + { + weight = 4.5; + }; + class M4A1_HWS_GL_SD_Camo + { + weight = 4.5; + }; + class M4A1_HWS_GL + { + weight = 4.5; + }; + class M4A1_RCO_GL + { + weight = 4.5; + }; + class M8_carbine + { + weight = 3.4; + }; + class M8_compact + { + weight = 3; + }; + class M8_carbineGL + { + weight = 4.8; + }; + class MP5SD + { + weight = 2.6; + }; + class MP5A5 + { + weight = 2.6; + }; + class G36_C_SD_eotech + { + weight = 3.6; + }; + class BAF_AS50_scoped + { + weight = 5.6; + }; + class BAF_LRR_scoped + { + weight = 5.6; + }; + class m107_DZ + { + weight = 14; + }; + + class G36a + { + weight = 3.6; + }; + + class G36C + { + weight = 2.8; + }; + class G36 + { + weight = 3; + }; + class M1014 + { + weight = 3.8; + }; + class Remington870_lamp + { + weight = 4.0; + }; + class MR43 + { + weight = 3.5; + }; + class Winchester1866 + { + weight = 2.8; + }; + + class M240 + { + weight = 13; + }; + + class M240_DZ + { + weight = 13; + }; + class M249 + { + weight = 6.5; + }; + class M249_DZ + { + weight = 6.5; + }; + class Mk_48 + { + weight = 8.2; + }; + + class Mk_48_DZ + { + weight = 8.2; + }; + class M8_SAW + { + weight = 4.5; + }; + class MG36 + { + weight = 3.6; + }; + class M4SPR + { + weight = 4.5; + }; + class M8_sharpshooter + { + weight = 4.5; + }; + class DMR + { + weight = 5.5; + }; + class M24 + { + weight = 6; + }; + class M40A3 + { + weight = 7.5; + }; + class M107 + { + weight = 14; + }; + class Colt1911 + { + weight = 1.1; + }; + class M9 + { + weight = 1; + }; + class M9SD + { + weight = 1.2; + }; + class 8Rnd_B_Beneli_74Slug + { + weight = 0.3; + }; + class SteelBolt + { + weight = 0.1; + }; + class SteelBolt4pack + { + weight = 0.3; + }; + class Javelin + { + weight = 16; + }; + class M136 + { + weight = 7.6; + }; + class Stinger + { + weight = 10; + }; + class SMAW + { + weight = 7.5; + }; + class Binocular + { + weight = 1; + }; + class Binocular_Vector + { + weight = 1; + }; + class NVGoggles + { + weight = 1; + }; + class Laserdesignator + { + weight = 5.5; + }; + class ItemCompass + { + weight = 0.1; + }; + class ItemGPS + { + weight = 0.3; + }; + class ItemWatch + { + weight = 0.1; + }; + class ItemMap + { + weight = 0.1; + }; + class ItemRadio + { + weight = 0.3; + }; + class AKS_GOLD + { + weight = 4.0; + }; + class AKS_74 + { + weight = 2.7; + }; + class AKS_74_GOSHAWK + { + weight = 3.5; + }; + class AKS_74_NSPU + { + weight = 3.5; + }; + class AK_74_GL_kobra + { + weight = 4.2; + }; + class SVD_NSPU_EP1 + { + weight = 6.9; + }; + class SVD_des_EP1 + { + weight = 6.3; + }; + class LeeEnfield + { + weight = 4; + }; + class AK_107_kobra + { + weight = 3.8; + }; + class AK_107_GL_kobra + { + weight = 5.3; + }; + class AK_107_pso + { + weight = 4; + }; + class AK_107_GL_pso + { + weight = 5.5; + }; + class AKS_74_U + { + weight = 2.7; + }; + class AKS_74_UN_kobra + { + weight = 3; + }; + class AKS_74_pso + { + weight = 3.6; + }; + class AKS_74_kobra + { + weight = 3; + }; + class AK_74 + { + weight = 3.1; + }; + class AK_74_GL + { + weight = 4.6; + }; + class AK_47_M + { + weight = 3.2; + }; + class AK_47_S + { + weight = 3; + }; + class PK + { + weight = 9; + }; + class RPK_74 + { + weight = 4.7; + }; + class Pecheneg + { + weight = 9; + }; + class Huntingrifle + { + weight = 4; + }; + class KSVK + { + weight = 12; + }; + class SVD + { + weight = 6.2; + }; + class SVD_CAMO + { + weight = 6.3; + }; + class Makarov + { + weight = 0.75; + }; + class MakarovSD + { + weight = 0.9; + }; + class Saiga12K + { + weight = 3.5; + }; + class Bizon + { + weight = 2.1; + }; + class bizon_silenced + { + weight = 2.3; + }; + class VSS_Vintorez + { + weight = 3.2; + }; + class RPG7V + { + weight = 6.3; + }; + class RPG18 + { + weight = 1.4; + }; + class MetisLauncher + { + weight = 16; + }; + class Igla + { + weight = 7; + }; + class Strela + { + weight = 6; + }; + }; + + + class Magazines + { + class 30Rnd_762x39_SA58 + { + weight = 0.8; + }; + class 20rnd_762x51_SB_SCAR + { + weight = 0.5; + }; + class 20rnd_762x51_B_SCAR + { + weight = 0.5; + }; + class 20Rnd_762x51_FNFAL + { + weight = 0.5; + }; + class 100Rnd_556x45_M249 + { + weight = 5; + }; + class 100Rnd_556x45_BetaCMag + { + weight = 5; + }; + class 20Rnd_B_765x17_Ball + { + weight = 0.4; + }; + class 10Rnd_B_765x17_Ball + { + weight = 0.2; + }; + class 30Rnd_9x19_UZI_SD + { + weight = 0.4; + }; + class 30Rnd_9x19_UZI + { + weight = 0.4; + }; + class 17Rnd_9x19_glock17 + { + weight = 0.2; + }; + class 6Rnd_45ACP + { + weight = 0.1; + }; + class MAAWS_HEAA + { + weight = 6; + }; + class MAAWS_HEDP + { + weight = 6; + }; + class Dragon_EP1 + { + weight = 11; + }; + class 30Rnd_556x45_StanagSD + { + weight = 0.5; + }; + class 30Rnd_556x45_Stanag + { + weight = 0.5; + }; + class 30Rnd_556x45_G36 + { + weight = 0.5; + }; + class 30Rnd_556x45_G36SD + { + weight = 0.5; + }; + class 15Rnd_W1866_Slug + { + weight = 0.5; + }; + class 30Rnd_9x19_MP5 + { + weight = 0.4; + }; + class 30Rnd_9x19_MP5SD + { + weight = 0.4; + }; + class 15Rnd_9x19_M9 + { + weight = 0.2; + }; + class 15Rnd_9x19_M9SD + { + weight = 0.2; + }; + class 1Rnd_HE_M203 + { + weight = 0.25; + }; + class 1Rnd_Smoke_M203 + { + weight = 0.25; + }; + class 1Rnd_SmokeGreen_M203 + { + weight = 0.25; + }; + class 1Rnd_SmokeRed_M203 + { + weight = 0.25; + }; + class 1Rnd_SmokeYellow_M203 + { + weight = 0.25; + }; + class FlareRed_M203 + { + weight = 0.25; + }; + class FlareGreen_M203 + { + weight = 0.25; + }; + class FlareWhite_M203 + { + weight = 0.25; + }; + class FlareYellow_M203 + { + weight = 0.25; + }; + class 6Rnd_HE_M203 + { + weight = 1.5; + }; + class 6Rnd_FlareRed_M203 + { + weight = 1.5; + }; + class 6Rnd_FlareGreen_M203 + { + weight = 1.5; + }; + class 6Rnd_FlareWhite_M203 + { + weight = 1.5; + }; + class 6Rnd_FlareYellow_M203 + { + weight = 1.5; + }; + class 6Rnd_Smoke_M203 + { + weight = 1.5; + }; + class 6Rnd_SmokeRed_M203 + { + weight = 1.5; + }; + class 6Rnd_SmokeGreen_M203 + { + weight = 1.5; + }; + class 6Rnd_SmokeYellow_M203 + { + weight = 1.5; + }; + class 10Rnd_127x99_m107 + { + weight = 0.5; + }; + class 5Rnd_762x51_M24 + { + weight = 0.2; + }; + class 20Rnd_762x51_DMR + { + weight = 0.5; + }; + class 8Rnd_B_Beneli_Pellets + { + weight = 0.3; + }; + class 20Rnd_556x45_Stanag + { + weight = 0.4; + }; + class 200Rnd_556x45_M249 + { + weight = 10; + }; + class 100Rnd_762x51_M240 + { + weight = 8; + }; + class Javelin + { + weight = 12; + }; + class M136 + { + weight = 6; + }; + class Stinger + { + weight = 6; + }; + class SMAW_HEAA + { + weight = 6; + }; + class SMAW_HEDP + { + weight = 6; + }; + class HandGrenade_west + { + weight = 0.5; + }; + class PipeBomb + { + weight = 4; + }; + class TimeBomb + { + weight = 4; + }; + class Mine + { + weight = 8; + }; + class SmokeShellRed + { + weight = 0.4; + }; + class SmokeShellYellow + { + weight = 0.4; + }; + class SmokeShellGreen + { + weight = 0.4; + }; + class SmokeShellBlue + { + weight = 0.4; + }; + class SmokeShellPurple + { + weight = 0.4; + }; + class SmokeShellOrange + { + weight = 0.4; + }; + class SmokeShell + { + weight = 0.4; + }; + + class 10x_303 + { + weight = 0.15; + }; + class 30Rnd_545x39_AK + { + weight = 0.5; + }; + class 30Rnd_545x39_AKSD + { + weight = 0.5; + }; + class 75Rnd_545x39_RPK + { + weight = 1.25; + }; + class 30Rnd_762x39_AK47 + { + weight = 0.8; + }; + class 100Rnd_762x54_PK + { + weight = 8; + }; + class 5x_22_LR_17_HMR + { + weight = 0.15; + }; + class 5Rnd_127x108_KSVK + { + weight = 0.3; + }; + class 10Rnd_762x54_SVD + { + weight = 0.4; + }; + class 10Rnd_9x39_SP5_VSS + { + weight = 0.2; + }; + class 20Rnd_9x39_SP5_VSS + { + weight = 0.4; + }; + class 8Rnd_9x18_Makarov + { + weight = 0.15; + }; + class 8Rnd_9x18_MakarovSD + { + weight = 0.15; + }; + class 8Rnd_B_Saiga12_74Slug + { + weight = 0.3; + }; + class 64Rnd_9x19_Bizon + { + weight = 0.8; + }; + class 64Rnd_9x19_SD_Bizon + { + weight = 0.8; + }; + class 1Rnd_HE_GP25 + { + weight = 0.25; + }; + class FlareWhite_GP25 + { + weight = 0.25; + }; + class FlareGreen_GP25 + { + weight = 0.25; + }; + class FlareRed_GP25 + { + weight = 0.25; + }; + class FlareYellow_GP25 + { + weight = 0.25; + }; + class 1Rnd_SMOKE_GP25 + { + weight = 0.25; + }; + class 1Rnd_SMOKERED_GP25 + { + weight = 0.25; + }; + class 1Rnd_SMOKEGREEN_GP25 + { + weight = 0.25; + }; + class 1Rnd_SMOKEYELOW_GP25 + { + weight = 0.25; + }; + class PG7V + { + weight = 2.2; + }; + class PG7VL + { + weight = 2.6; + }; + class PG7VR + { + weight = 4.5; + }; + class OG7 + { + weight = 2; + }; + class RPG18 + { + weight = 1.2; + }; + class AT13 + { + weight = 14; + }; + class Igla + { + weight = 11; + }; + class Strela + { + weight = 10; + }; + class HandGrenade_east + { + weight = 0.5; + }; + class IR_Strobe_Target + { + weight = 0.4; + }; + class Laserbatteries + { + weight = 0.005; + }; + + class ItemPainkiller + { + weight = 0.1; + }; + class ItemMorphine + { + weight = 0.1; + }; + class ItemEpinephrine + { + weight = 0.1; + }; + class ItemBloodbag + { + weight = 0.4; + }; + class ItemHeatPack + { + weight = 0.1; + }; + + + class ItemAntibiotic + { + weight = 0.1; + }; + class ItemWaterbottle + { + weight = 0.5; + }; + class ItemWaterbottleBoiled + { + weight = 0.5; + }; + class ItemSodaMdew + { + weight = 0.2; + }; + class ItemSodaPepsi + { + weight = 0.2; + }; + class ItemSodaCoke + { + weight = 0.2; + }; + class FoodCanSardines + { + weight = 0.2; + }; + class FoodCanBakedBeans + { + weight = 0.2; + }; + class FoodCanFrankBeans + { + weight = 0.2; + }; + class FoodBioMeat + { + weight = 0.2; + }; + class FoodCanPasta + { + weight = 0.2; + }; + class FoodCanUnlabeled + { + weight = 0.2; + }; + + + + class FoodMRE + { + weight = 0.4; + }; + class FoodPistachio + { + weight = 0.003; + }; + class FoodNutmix + { + weight = 0.003; + }; + + + + + + class FoodSteakCooked + { + weight = 0.25; + }; + class FoodmeatCooked + { + weight = 0.25; + }; + class FoodbeefCooked + { + weight = 0.25; + }; + class FoodmuttonCooked + { + weight = 0.25; + }; + class FoodchickenCooked + { + weight = 0.25; + }; + class FoodrabbitCooked + { + weight = 0.25; + }; + class FoodbaconCooked + { + weight = 0.25; + }; + class FoodmuttonRaw + { + weight = 0.25; + }; + class FoodchickenRaw + { + weight = 0.25; + }; + class FoodBaconRaw + { + weight = 0.25; + }; + class FoodRabbitRaw + { + weight = 0.25; + }; + class FoodbeefRaw + { + weight = 0.25; + }; + class FoodmeatRaw + { + weight = 0.25; + }; + class FoodSteakRaw + { + weight = 0.25; + }; + class ItemFlashlight + { + weight = 0.1; + }; + class ItemFlashlightRed + { + weight = 0.1; + }; + class ItemKnife + { + weight = 0.1; + }; + + + + class Crossbow + { + weight = 1; + }; + class MeleeCrowbar + { + weight = 1; + }; + class MeleeHatchet + { + weight = 1; + }; + class MeleeSledge + { + weight = 9.1; + }; + class MeleeMachete + { + weight = 1; + }; + class MeleeFishingPole + { + weight = 1; + }; + class ItemHatchet + { + weight = 1; + }; + class ItemCrowbar + { + weight = 1; + }; + class ItemSledge + { + weight = 9.1; + }; + class ItemMatchbox + { + weight = 0.005; + }; + class ItemToolbox + { + weight = 1; + }; + class ItemKeyKit + { + weight = 1; + }; + class ItemEtool + { + weight = 1; + }; + + class Skin_FR_OHara_DZ + { + weight = 1; + }; + class Skin_FR_Rodriguez_DZ + { + weight = 1; + }; + class Skin_CZ_Soldier_Sniper_EP1_DZ + { + weight = 1; + }; + class Skin_Graves_Light_DZ + { + weight = 1; + }; + class Skin_GUE_Soldier_MG_DZ + { + weight = 1; + }; + class Skin_GUE_Soldier_Sniper_DZ + { + weight = 1; + }; + class Skin_GUE_Soldier_Crew_DZ + { + weight = 1; + }; + class Skin_GUE_Soldier_CO_DZ + { + weight = 1; + }; + class Skin_GUE_Soldier_2_DZ + { + weight = 1; + }; + class Skin_Survivor2_DZ + { + weight = 1; + }; + class Skin_Camo1_DZ + { + weight = 1; + }; + class Skin_Sniper1_DZ + { + weight = 1; + }; + class Skin_Rocket_DZ + { + weight = 1; + }; + class Skin_Soldier1_DZ + { + weight = 1; + }; + class Skin_RU_Policeman_DZ + { + weight = 1; + }; + class Skin_Pilot_EP1_DZ + { + weight = 1; + }; + class Skin_Haris_Press_EP1_DZ + { + weight = 1; + }; + class Skin_Ins_Soldier_GL_DZ + { + weight = 1; + }; + class Skin_GUE_Commander_DZ + { + weight = 1; + }; + class Skin_Functionary1_EP1_DZ + { + weight = 1; + }; + class Skin_Priest_DZ + { + weight = 1; + }; + class Skin_Rocker1_DZ + { + weight = 1; + }; + class Skin_Rocker2_DZ + { + weight = 1; + }; + class Skin_Rocker3_DZ + { + weight = 1; + }; + class Skin_Rocker4_DZ + { + weight = 1; + }; + class Skin_Bandit1_DZ + { + weight = 1; + }; + class Skin_Bandit2_DZ + { + weight = 1; + }; + class Skin_BanditW1_DZ + { + weight = 1; + }; + class Skin_BanditW2_DZ + { + weight = 1; + }; + class Skin_SurvivorW2_DZ + { + weight = 1; + }; + class Skin_SurvivorWpink_DZ + { + weight = 1; + }; + class Skin_SurvivorWsequisha_DZ + { + weight = 1; + }; + class Skin_SurvivorWcombat_DZ + { + weight = 1; + }; + class Skin_SurvivorWdesert_DZ + { + weight = 1; + }; + class Skin_SurvivorWurban_DZ + { + weight = 1; + }; + class Skin_SurvivorW3_DZ + { + weight = 1; + }; + class Skin_Soldier_TL_PMC_DZ + { + weight = 1; + }; + class Skin_Soldier_Sniper_PMC_DZ + { + weight = 1; + }; + class Skin_Soldier_Bodyguard_AA12_PMC_DZ + { + weight = 1; + }; + class Skin_Drake_Light_DZ + { + weight = 1; + }; + class Skin_CZ_Special_Forces_GL_DES_EP1_DZ + { + weight = 1; + }; + class Skin_TK_INS_Soldier_EP1_DZ + { + weight = 1; + }; + class Skin_TK_INS_Warlord_EP1_DZ + { + weight = 1; + }; + + class HandRoadFlare + { + weight = 0.1; + }; + class HandChemBlue + { + weight = 0.1; + }; + class HandChemGreen + { + weight = 0.1; + }; + class HandChemRed + { + weight = 0.1; + }; + class ItemBandage + { + weight = 0.005; + }; + class Hatchet_Swing + { + weight = 0; + }; + class Machete_Swing + { + weight = 0; + }; + class Fishing_Swing + { + weight = 0; + }; + class Crowbar_Swing + { + weight = 0; + }; + class sledge_swing + { + weight = 0; + }; + class ItemVault + { + weight = 100; + }; + class PartWoodPile + { + weight = 1; + }; + class PartWheel + { + weight = 10; + }; + class PartFueltank + { + weight = 10; + }; + class PartGlass + { + weight = 5; + }; + class PartEngine + { + weight = 15; + }; + class ItemGenerator + { + weight = 30; + }; + class PartGeneric + { + weight = 5; + }; + class PartVRotor + { + weight = 15; + }; + class ItemJerrycan + { + weight = 10; + }; + class ItemJerrycanEmpty + { + weight = 1; + }; + class ItemTent + { + weight = 5; + }; + class ItemTentDomed + { + weight = 5; + }; + class ItemTentDomed2 + { + weight = 5; + }; + class TrapBear + { + weight = 1; + }; + class ItemTankTrap + { + weight = 5; + }; + class ItemWire + { + weight = 2.5; + }; + class ItemGoldBar + { + weight = 0.02; + }; + class ItemGoldBar10oz + { + weight = 0.2; + }; + class ItemSilverBar + { + weight = 0.02; + }; + class ItemSilverBar10oz + { + weight = 0.2; + }; + class ItemBronzeBar + { + weight = 0.02; + }; + class ItemCopperBar + { + weight = 0.02; + }; + class ItemCopperBar10oz + { + weight = 0.2; + }; + class ItemAluminumBar + { + weight = 0.02; + }; + class ItemTinBar + { + weight = 0.02; + }; + class BoltSteel + { + weight = 0.02; + }; + class BoltSteel4pack + { + weight = 0.08; + }; + class WoodenArrow + { + weight = 0.02; + }; + class Quiver + { + weight = 0.08; + }; + class TrashTinCan + { + weight = 0.003; + }; + class FoodCanUnlabeledEmpty + { + weight = 0.003; + }; + class ItemTrashRazor + { + weight = 0.003; + }; + class ItemTrashToiletpaper + { + weight = 0.001; + }; + + class 7Rnd_45ACP_1911 + { + weight = 0.02; + }; + class ItemZombieParts + { + weight = 5; + }; + class ItemSandbag + { + weight = 10; + }; + class ItemSandbagLarge + { + weight = 50; + }; + class ItemWaterbottleUnfilled + { + weight = 0.05; + }; + class ItemSodaEmpty + { + weight = 0.002; + }; + class ItemSodaCokeEmpty + { + weight = 0.002; + }; + class ItemSodaPepsiEmpty + { + weight = 0.002; + }; + class ItemSodaMdewEmpty + { + weight = 0.002; + }; + class TrashJackDaniels + { + weight = 0.02; + }; + + + class ItemCanvas + { + weight = 4; + }; + class ItemBurlap + { + weight = 8; + }; + class ItemLightBulb + { + weight = 0.02; + }; + class ItemPole + { + weight = 10; + }; + class ItemCorrugated + { + weight = 29; + }; + class PartWoodPlywood + { + weight = 4; + }; + class PartWoodLumber + { + weight = 2; + }; + + class ItemTrout + { + weight = 1; + }; + class ItemTroutCooked + { + weight = 1; + }; + class ItemSeaBass + { + weight = 6; + }; + class ItemSeaBassCooked + { + weight = 5; + }; + class ItemTuna + { + weight = 27; + }; + class ItemTunaCooked + { + weight = 25; + }; + + class 30m_plot_kit + { + weight = 0.02; + }; + class fuel_pump_kit + { + weight = 50; + }; + class light_pole_kit + { + weight = 10; + }; + class stick_fence_kit + { + weight = 6; + }; + class park_bench_kit + { + weight = 50; + }; + class wood_shack_kit + { + weight = 50; + }; + class storage_shed_kit + { + weight = 100; + }; + class outhouse_kit + { + weight = 50; + }; + class wooden_shed_kit + { + weight = 75; + }; + class rusty_gate_kit + { + weight = 80; + }; + class sun_shade_kit + { + weight = 50; + }; + class m240_nest_kit + { + weight = 100; + }; + class ItemFuelBarrel + { + weight = 167; + }; + class ItemFuelBarrelEmpty + { + weight = 20; + }; + class ItemOilBarrel + { + weight = 140; + }; + + class bulk_NVGoggles + { + weight = 25; + }; + class bulk_DZ_Backpack_EP1 + { + weight = 25; + }; + class bulk_15Rnd_9x19_M9SD + { + weight = 25; + }; + class bulk_30Rnd_556x45_StanagSD + { + weight = 25; + }; + class bulk_ItemSandbag + { + weight = 25; + }; + class bulk_ItemGPS + { + weight = 25; + }; + class bulk_ItemMap + { + weight = 25; + }; + class bulk_ItemEtool + { + weight = 25; + }; + class bulk_17Rnd_9x19_glock17 + { + weight = 25; + }; + }; +}; \ No newline at end of file diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf new file mode 100644 index 000000000..1565a0625 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf @@ -0,0 +1,50 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +#include "R3F_WEIGHT_Configuration.cfg" + +call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf"; + +private ["_n","_gearbox_visible","_control","_display","_initial_text"]; + +disableSerialization; + +R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight; + +_initial_text = ""; +_n = 0; +while {true} do +{ + sleep R3F_WEIGHT_SHORT_DELAY; + + #ifdef R3F_WEIGHT_SHOW_WEIGHT + _display = findDisplay ARMA2_RSCDISPLAYGEARBOX; + _gearbox_visible = ( (str _display) != "No display"); + #else + _gearbox_visible = false; + #endif + + if(_gearbox_visible) then { + R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight; + if(_initial_text == "") then { + _control = _display displayCtrl ARMA2_CAPTIONGEARBOX; + _initial_text = ctrlText _control ; + }; + _control = _display displayCtrl ARMA2_CAPTIONGEARBOX; + _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight]; + _n = 0; + }else{ + if( _n > R3F_WEIGHT_LONG_DELAY) then { + R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight; + _n = 0; + }; + _n = _n + 1 ; + }; +}; diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg new file mode 100644 index 000000000..617cc8ad0 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg @@ -0,0 +1,22 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +#define ARMA2_RSCDISPLAYGEARBOX 106 +#define ARMA2_CAPTIONGEARBOX 1001 + + +#define R3F_WEIGHT_SHORT_DELAY 1 +#define R3F_WEIGHT_LONG_DELAY 10 +#define R3F_WEIGHT_MAIN_INCREMENT 1 + +#define R3F_WEIGHT_SHOW_WEIGHT + +//show or not classes not found in arma.rpt +//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND \ No newline at end of file diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv new file mode 100644 index 000000000..6719b3b91 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv @@ -0,0 +1,12 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ +R3F_VERSION_WEIGHTED, "1.04", "1.04" +STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg" +STR_R3F_WEIGHT_English, "lb", "Kg" diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf new file mode 100644 index 000000000..2fd2fd287 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf @@ -0,0 +1,81 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.02 +@date 20101018 +*****************************************************************************/ +#include "R3F_WEIGHT_Configuration.cfg" +R3F_WEIGHT_FNCT_MakeSingleArray = { + private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"]; + _arr_i = (_this select 0) select 0; + _arr_n = (_this select 0) select 1; + + _arr = []; + + _n = 0; + { + _nb = _arr_n select _n; + for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{ + _arr = _arr + [_x]; + }; + _n = _n + 1; + + }foreach _arr_i; + + _arr; +}; + +R3F_WEIGHT_FNCT_GetItemWeight = { + private ["_arr_class", "_total_weight", "_weight"]; + _arr_class = (_this select 0) + (_this select 1); + _total_weight = 0; + _weight = 0; + CfgWeight = missionConfigFile >> "CfgWeight"; + { + if(isclass(CfgWeight >> "Weapons" >> _x)) then { + _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight"); + _total_weight = _total_weight + _weight; + }else{ + if(isclass(CfgWeight >> "Magazines" >> _x)) then { + _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight"); + _total_weight = _total_weight + _weight; + }else{ + + _weight = 0; + if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then { + _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight"); + }; + + if(_weight > 0) then { + _total_weight = _total_weight + _weight; + } else { + // log only if not found + //diag_log format["Class not found %1", _x]; + }; + }; + }; + }foreach _arr_class; + _total_weight; +}; + +R3F_WEIGHT_FNCT_GetWeight = { + private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"]; + _return = 0; + _bagpack = unitBackpack player; + if(!isnull(_bagpack)) then { + _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray; + _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray; + _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight; + }; + _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight); + _english = localize "STR_R3F_WEIGHT_English" == "lb"; + if(_english) then { + _return = _return / 0.45359 ; + _return = round (_return * 100)/100; + }; + _return; +}; + diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf new file mode 100644 index 000000000..9f4f8eaab --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf @@ -0,0 +1,13 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.02 +@date 20101018 +*****************************************************************************/ + +call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf"; + +_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf"; \ No newline at end of file diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_resource.h new file mode 100644 index 000000000..d48e630a1 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_resource.h @@ -0,0 +1,10 @@ + +#define ARMA2_RSCDISPLAYGEARBOX 106 +#define ARMA2_CAPTIONGEARBOX 1001 + + +#define R3F_WEIGHT_SHORT_DELAY 1 +#define R3F_WEIGHT_LONG_DELAY 10 +#define R3F_WEIGHT_MAIN_INCREMENT 1 + + diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext index d98d8de65..e44f27af1 100644 --- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext @@ -7,7 +7,12 @@ OnLoadMissionTime = False; disabledAI = true; disableChannels[]={0,1,2}; enableItemsDropping = 0; +#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" +briefing = 0; +debriefing = 0; +onPauseScript = ""; +loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa"; class Header { gameType = COOP; //DM, Team, Coop, ... diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/dynamic_vehicle.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/dynamic_vehicle.sqf new file mode 100644 index 000000000..e4b7bc570 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/dynamic_vehicle.sqf @@ -0,0 +1,187 @@ +AllowedVehiclesList = [ +["AH6X_DZ",1], +["AN2_DZ",1], +["ArmoredSUV_PMC_DZ",1], +["ATV_CZ_EP1",3], +["ATV_US_EP1",3], +["C130J_US_EP1",1], +["car_hatchback",2], +["car_sedan",2], +["CH_47F_EP1_DZ",1], +["CSJ_GyroC",1], +["CSJ_GyroCover",1], +["CSJ_GyroP",1], +["datsun1_civil_1_open",1], +["datsun1_civil_2_covered",1], +["datsun1_civil_3_open",1], +["Fishing_Boat",1], +["GAZ_Vodnik",1], +["GAZ_Vodnik_MedEvac",1], +["GLT_M300_LT",1], +["GLT_M300_ST",1], +["GNT_C185",1], +["GNT_C185C",1], +["GNT_C185R",1], +["GNT_C185U",1], +["hilux1_civil_1_open",1], +["hilux1_civil_2_covered",1], +["hilux1_civil_3_open_EP1",1], +["HMMWV_Ambulance",1], +["HMMWV_Ambulance_CZ_DES_EP1",1], +["HMMWV_DES_EP1",1], +["HMMWV_DZ",1], +["HMMWV_M1035_DES_EP1",1], +["HMMWV_M1151_M2_CZ_DES_EP1",1], +["HMMWV_M998A2_SOV_DES_EP1",1], +["Ikarus",1], +["Ikarus_TK_CIV_EP1",1], +["JetSkiYanahui_Case_Blue",1], +["JetSkiYanahui_Case_Green",1], +["JetSkiYanahui_Case_Red",1], +["JetSkiYanahui_Case_Yellow",1], +["Kamaz",1], +["KamazRefuel_DZ",1], +["Lada1",1], +["Lada1_TK_CIV_EP1",1], +["Lada2",1], +["Lada2_TK_CIV_EP1",1], +["LadaLM",1], +["LandRover_CZ_EP1",1], +["LandRover_MG_TK_EP1",1], +["LandRover_Special_CZ_EP1",1], +["LandRover_TK_CIV_EP1",1], +["M1030_US_DES_EP1",2], +["MH6J_DZ",1], +["Mi17_Civilian_DZ",1], +["Mi17_DZE",1], +["MMT_Civ",10], +["MtvrRefuel_DES_EP1_DZ",1], +["MTVR_DES_EP1",1], +["MV22_DZ",1], +["Offroad_DSHKM_Gue",1], +["Old_bike_TK_INS_EP1",5], +["Old_moto_TK_Civ_EP1",2], +["PBX",1], +["Pickup_PK_GUE",1], +["Pickup_PK_INS",1], +["Pickup_PK_TK_GUE_EP1",1], +["policecar",1], +["RHIB",1], +["S1203_ambulance_EP1",1], +["S1203_TK_CIV_EP1",1], +["Skoda",1], +["SkodaBlue",1], +["SkodaGreen",1], +["SkodaRed",1], +["Smallboat_1",1], +["Smallboat_2",1], +["SUV_Blue",1], +["SUV_Camo",1], +["SUV_Charcoal",1], +["SUV_Green",1], +["SUV_Orange",1], +["SUV_Pink",1], +["SUV_Red",1], +["SUV_Silver",1], +["SUV_TK_CIV_EP1",1], +["SUV_White",1], +["SUV_Yellow",1], +["tractor",1], +["TT650_Civ",1], +["TT650_Ins",1], +["TT650_TK_CIV_EP1",1], +["UAZ_CDF",1], +["UAZ_INS",1], +["UAZ_MG_TK_EP1",1], +["UAZ_RU",1], +["UAZ_Unarmed_TK_CIV_EP1",1], +["UAZ_Unarmed_TK_EP1",1], +["UAZ_Unarmed_UN_EP1",1], +["UH1H_DZE",1], +["UH1Y_DZE",1], +["UH60M_EP1_DZ",1], +["UralRefuel_TK_EP1_DZ",1], +["Ural_CDF",1], +["Ural_TK_CIV_EP1",1], +["Ural_UN_EP1",1], +["V3S_Open_TK_CIV_EP1",1], +["V3S_Open_TK_EP1",1], +["V3S_Refuel_TK_GUE_EP1_DZ",1], +["VIL_alfa_civil",1], +["VIL_alfa_civil1",1], +["VIL_alfa_civil2",1], +["VIL_berlingo",1], +["VIL_bmw7_civil",1], +["VIL_bmw7_civil1",1], +["VIL_bmw7_civil2",1], +["VIL_bmw7_civilvip",1], +["VIL_citrone_civil",1], +["VIL_citrone_civil1",1], +["VIL_citrone_civil2",1], +["VIL_citrone_civil3",1], +["VIL_ducato_bus",1], +["VIL_ducato_cargo",1], +["VIL_ducato_cargo2",1], +["VIL_fobia_civil",1], +["VIL_fobia_civil1",1], +["VIL_fobia_civil2",1], +["VIL_fobia_civil3",1], +["VIL_fobia_civil4",1], +["VIL_fobia_civil5",1], +["VIL_hilux1_civi2",1], +["VIL_hilux1_civi3",1], +["VIL_hilux1_civil",1], +["VIL_hilux1_police",1], +["VIL_karoca_civil",1], +["VIL_karoca_civil_red",1], +["VIL_kia_ceed",1], +["VIL_kia_ceed2",1], +["VIL_kia_ceed3",1], +["VIL_kia_ceed4",1], +["VIL_kia_ceeddwa",1], +["VIL_kia_ceeddwa2",1], +["VIL_kia_ceeddwa3",1], +["VIL_kia_ceeddwa4",1], +["VIL_kia_ceeddwa5",1], +["VIL_kia_ceeddwa6",1], +["VIL_lublin_freez",1], +["VIL_mondeo_civil",1], +["VIL_mondeo_civil1",1], +["VIL_mondeo_civil3",1], +["VIL_mondeo_civil4",1], +["VIL_mondeo_civil5",1], +["VIL_octavia_civil",1], +["VIL_octavia_civil2",1], +["VIL_octavia_civil3",1], +["VIL_octavia_civil4",1], +["VIL_panda_civil",1], +["VIL_panda_civil1",1], +["VIL_passat_civil",1], +["VIL_passat_civil1",1], +["VIL_passat_civil2",1], +["VIL_passat_civil3",1], +["VIL_passat_civil4",1], +["VIL_passat_civil5",1], +["VIL_smart_civil",1], +["VIL_smart_civil1",1], +["VIL_smart_civil2",1], +["VIL_smart_civil3",1], +["VIL_smart_civil4",1], +["VIL_smart_civil5",1], +["VIL_sprinter_cargo",1], +["VIL_Star_S2000",1], +["VIL_Star_S2000o",1], +["VIL_transit_civ",1], +["VIL_transit_truck",1], +["VIL_vivaro_amb",1], +["VIL_vivaro_civ",1], +["VIL_volvofl",1], +["VIL_vwt4_banksec",1], +["VIL_vwt4_civ",2], +["VolhaLimo_TK_CIV_EP1",1], +["Volha_1_TK_CIV_EP1",1], +["Volha_2_TK_CIV_EP1",1], +["VWGolf",1], +["Zodiac",1], +["VIL_asistvan_DZE",2] +]; \ No newline at end of file diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf new file mode 100644 index 000000000..f26a6583b --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf @@ -0,0 +1,108 @@ +/* + For DayZ Epoch + Addons Credits: Jetski Yanahui by Kol9yN, Zakat, Gerasimow9, YuraPetrov, zGuba, A.Karagod, IceBreakr, Sahbazz +*/ +startLoadingScreen ["","RscDisplayLoadCustom"]; +cutText ["","BLACK OUT"]; +enableSaving [false, false]; + +//REALLY IMPORTANT VALUES +dayZ_instance = 19; //The instance +dayzHiveRequest = []; +initialized = false; +dayz_previousID = 0; + +//disable greeting menu +player setVariable ["BIS_noCoreConversations", true]; +//disable radio messages to be heard and shown in the left lower corner of the screen +enableRadio false; + +// DayZ Epoch config +spawnShoremode = 1; // Default = 1 (on shore) +spawnArea= 1500; // Default = 1500 +MaxHeliCrashes= 5; // Default = 5 +MaxVehicleLimit = 200; // Default = 50 +MaxDynamicDebris = 250; // Default = 100 +dayz_MapArea = 7000; // Default = 10000 + +EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"]]; +dayz_fullMoonNights = true; + +//Load in compiled functions +call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early) +progressLoadingScreen 0.1; +call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers +progressLoadingScreen 0.2; +call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf"; //Functions used by CLIENT for medical +progressLoadingScreen 0.4; +call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions +progressLoadingScreen 0.5; +call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs +progressLoadingScreen 1.0; + +"filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.750, 6, 4]; setToneMapping "Filmic"; + +/* BIS_Effects_* fixes from Dwarden */ +BIS_Effects_EH_Killed = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\killed.sqf"; +BIS_Effects_AirDestruction = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\AirDestruction.sqf"; +BIS_Effects_AirDestructionStage2 = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\AirDestructionStage2.sqf"; + +BIS_Effects_globalEvent = { + BIS_effects_gepv = _this; + publicVariable "BIS_effects_gepv"; + _this call BIS_Effects_startEvent; +}; + +BIS_Effects_startEvent = { + switch (_this select 0) do { + case "AirDestruction": { + [_this select 1] spawn BIS_Effects_AirDestruction; + }; + case "AirDestructionStage2": { + [_this select 1, _this select 2, _this select 3] spawn BIS_Effects_AirDestructionStage2; + }; + case "Burn": { + [_this select 1, _this select 2, _this select 3, false, true] spawn BIS_Effects_Burn; + }; + }; +}; + +"BIS_effects_gepv" addPublicVariableEventHandler { + (_this select 1) call BIS_Effects_startEvent; +}; + +if ((!isServer) && (isNull player) ) then +{ +waitUntil {!isNull player}; +waitUntil {time > 3}; +}; + +if ((!isServer) && (player != player)) then +{ + waitUntil {player == player}; + waitUntil {time > 3}; +}; + +if (isServer) then { + call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs + + // Add trader citys + _nil = [] execVM "mission.sqf"; + _serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf"; +}; + +if (!isDedicated) then { + //Conduct map operations + 0 fadeSound 0; + waitUntil {!isNil "dayz_loadScreenMsg"}; + dayz_loadScreenMsg = (localize "STR_AUTHENTICATING"); + + //Run the player monitor + _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}]; + _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf"; + _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf"; + + //Lights + //[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf"; +}; +#include "\z\addons\dayz_code\system\REsec.sqf" diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm index 43e9eebe9..f052f71b0 100644 --- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/mission.sqm @@ -47,7 +47,7 @@ class Mission items=100; class Item0 { - position[]={9439.1982,38.157787,25065.07}; + position[]={10061.913,0.48566359,-9457.3369}; azimut=-17.0839; id=11; side="WEST"; @@ -58,7 +58,7 @@ class Mission }; class Item1 { - position[]={9527.0459,33.460201,24998.691}; + position[]={10061.629,0.50118423,-9456.543}; azimut=-17.0839; id=0; side="WEST"; @@ -71,7 +71,7 @@ class Mission }; class Item2 { - position[]={9460.6084,36.682327,25070.338}; + position[]={10060.863,0.49191189,-9456.9775}; azimut=-17.083944; id=5; side="WEST"; @@ -82,7 +82,7 @@ class Mission }; class Item3 { - position[]={9466.3271,36.330471,25066.586}; + position[]={10061.069,0.51964557,-9455.7041}; azimut=-17.083944; id=8; side="WEST"; @@ -93,7 +93,7 @@ class Mission }; class Item4 { - position[]={9461.4521,36.630428,25059.414}; + position[]={10061.346,0.5007363,-9456.5596}; azimut=-17.083944; id=18; side="WEST"; @@ -104,7 +104,7 @@ class Mission }; class Item5 { - position[]={9472.8428,35.949043,25024.494}; + position[]={10060.597,0.48439926,-9457.373}; azimut=-17.083944; id=2; side="WEST"; @@ -115,7 +115,7 @@ class Mission }; class Item6 { - position[]={9482.1748,35.44508,25023.691}; + position[]={10062.166,0.49333996,-9456.9395}; azimut=-17.083937; id=9; side="WEST"; @@ -126,7 +126,7 @@ class Mission }; class Item7 { - position[]={9471.6553,36.014,25016.486}; + position[]={10062.737,0.51209259,-9456.0801}; azimut=-17.083944; id=21; side="WEST"; @@ -137,7 +137,7 @@ class Mission }; class Item8 { - position[]={9480.3779,35.538086,25016.598}; + position[]={10062.628,0.48300523,-9457.502}; azimut=-17.083944; id=13; side="WEST"; @@ -148,7 +148,7 @@ class Mission }; class Item9 { - position[]={9485.624,35.266529,25011.246}; + position[]={10061.263,0.48891276,-9457.1445}; azimut=-17.083944; id=7; side="WEST"; @@ -159,7 +159,7 @@ class Mission }; class Item10 { - position[]={9487.7881,35.154541,24961.488}; + position[]={10061.242,0.51469243,-9455.9199}; azimut=-17.0839; id=36; side="WEST"; @@ -170,7 +170,7 @@ class Mission }; class Item11 { - position[]={9499.7354,34.564671,24953.842}; + position[]={10061.346,0.49235049,-9456.9707}; azimut=-17.083944; id=25; side="WEST"; @@ -181,7 +181,7 @@ class Mission }; class Item12 { - position[]={9510.042,34.120384,24955.832}; + position[]={10061.799,0.48233649,-9457.5195}; azimut=-17.083944; id=43; side="WEST"; @@ -192,7 +192,7 @@ class Mission }; class Item13 { - position[]={9509.2002,34.156425,24966.756}; + position[]={10062.587,0.48967433,-9457.1377}; azimut=-17.083944; id=30; side="WEST"; @@ -203,7 +203,7 @@ class Mission }; class Item14 { - position[]={9514.917,33.925198,24963.004}; + position[]={10062.141,0.52065909,-9455.6904}; azimut=-17.083944; id=33; side="WEST"; @@ -214,7 +214,7 @@ class Mission }; class Item15 { - position[]={9506.0225,34.292988,25077.941}; + position[]={10062.326,0.50655675,-9456.3135}; azimut=-17.083944; id=1; side="WEST"; @@ -225,7 +225,7 @@ class Mission }; class Item16 { - position[]={9517.7334,33.812416,25080.293}; + position[]={10060.65,0.50460398,-9456.3535}; azimut=-17.083944; id=4; side="WEST"; @@ -236,7 +236,7 @@ class Mission }; class Item17 { - position[]={9519.8818,33.726391,25072.234}; + position[]={10062.571,0.51665568,-9455.876}; azimut=-17.083944; id=3; side="WEST"; @@ -247,7 +247,7 @@ class Mission }; class Item18 { - position[]={9522.8506,33.615875,25077.852}; + position[]={10061.084,0.50072753,-9456.5508}; azimut=-17.083944; id=6; side="WEST"; @@ -258,7 +258,7 @@ class Mission }; class Item19 { - position[]={9534.5811,33.202934,25082.611}; + position[]={10060.824,0.50034672,-9456.5586}; azimut=-17.083944; id=10; side="WEST"; @@ -269,7 +269,7 @@ class Mission }; class Item20 { - position[]={9526.0771,33.496147,25030.26}; + position[]={10062.197,0.48601699,-9457.3262}; azimut=-17.083944; id=16; side="WEST"; @@ -280,7 +280,7 @@ class Mission }; class Item21 { - position[]={9531.5615,33.30024,25028.764}; + position[]={10061.746,0.51539958,-9455.9043}; azimut=-17.083944; id=19; side="WEST"; @@ -291,7 +291,7 @@ class Mission }; class Item22 { - position[]={9525.6318,33.512684,25021.439}; + position[]={10062.455,0.5116235,-9456.0908}; azimut=-17.083944; id=15; side="WEST"; @@ -302,7 +302,7 @@ class Mission }; class Item23 { - position[]={9533.9717,33.222584,25021.32}; + position[]={10061.742,0.48876801,-9457.1631}; azimut=-17.083944; id=23; side="WEST"; @@ -313,7 +313,7 @@ class Mission }; class Item24 { - position[]={9554.6123,32.66103,24974.359}; + position[]={10062.865,0.50678784,-9456.3164}; azimut=-17.083944; id=26; side="WEST"; @@ -324,7 +324,7 @@ class Mission }; class Item25 { - position[]={9562.7607,32.491489,24979.605}; + position[]={10062.898,0.48991689,-9457.1328}; azimut=-17.083944; id=29; side="WEST"; @@ -335,7 +335,7 @@ class Mission }; class Item26 { - position[]={9574.2256,32.302334,24975.828}; + position[]={10062.276,0.48942754,-9457.1426}; azimut=-17.083944; id=31; side="WEST"; @@ -346,7 +346,7 @@ class Mission }; class Item27 { - position[]={9568.4717,32.391098,24968.652}; + position[]={10062.059,0.50630915,-9456.3184}; azimut=-17.083944; id=28; side="WEST"; @@ -357,7 +357,7 @@ class Mission }; class Item28 { - position[]={9587.292,32.125172,24974.465}; + position[]={10062.143,0.50159693,-9456.5371}; azimut=-17.083944; id=35; side="WEST"; @@ -368,7 +368,7 @@ class Mission }; class Item29 { - position[]={9521.4326,33.668514,24920.912}; + position[]={10062.758,0.4862974,-9457.3223}; azimut=-17.083944; id=27; side="WEST"; @@ -379,7 +379,7 @@ class Mission }; class Item30 { - position[]={9530.7666,33.325871,24920.109}; + position[]={10061.123,0.48507878,-9457.3516}; azimut=-17.083937; id=34; side="WEST"; @@ -390,7 +390,7 @@ class Mission }; class Item31 { - position[]={9520.2451,33.71257,24912.904}; + position[]={10062.359,0.48267111,-9457.5156}; azimut=-17.083944; id=46; side="WEST"; @@ -401,7 +401,7 @@ class Mission }; class Item32 { - position[]={9528.9678,33.388878,24913.016}; + position[]={10061.855,0.52057058,-9455.6875}; azimut=-17.083944; id=38; side="WEST"; @@ -412,7 +412,7 @@ class Mission }; class Item33 { - position[]={9534.2139,33.214775,24907.664}; + position[]={10062.303,0.51648098,-9455.877}; azimut=-17.083944; id=32; side="WEST"; @@ -423,7 +423,7 @@ class Mission }; class Item34 { - position[]={9577.2529,32.257988,24933.08}; + position[]={10061.752,0.50581813,-9456.332}; azimut=-17.083944; id=47; side="WEST"; @@ -434,7 +434,7 @@ class Mission }; class Item35 { - position[]={9574.667,32.29586,24926.68}; + position[]={10060.878,0.484626,-9457.3682}; azimut=-17.083944; id=41; side="WEST"; @@ -445,7 +445,7 @@ class Mission }; class Item36 { - position[]={9574.2217,32.302387,24917.859}; + position[]={10062.691,0.5212481,-9455.6836}; azimut=-17.083944; id=40; side="WEST"; @@ -456,7 +456,7 @@ class Mission }; class Item37 { - position[]={9580.1514,32.215824,24925.182}; + position[]={10061.285,0.48174036,-9457.543}; azimut=-17.083944; id=44; side="WEST"; @@ -467,7 +467,7 @@ class Mission }; class Item38 { - position[]={9582.5615,32.185226,24917.74}; + position[]={10062.016,0.51608139,-9455.8867}; azimut=-17.083944; id=48; side="WEST"; @@ -478,7 +478,7 @@ class Mission }; class Item39 { - position[]={9606.7842,31.949898,24944}; + position[]={10060.809,0.51920789,-9455.7129}; azimut=-17.083944; id=39; side="WEST"; @@ -489,7 +489,7 @@ class Mission }; class Item40 { - position[]={9606.7334,31.950294,24936.324}; + position[]={10062.859,0.51659203,-9455.8877}; azimut=-17.083944; id=37; side="WEST"; @@ -500,7 +500,7 @@ class Mission }; class Item41 { - position[]={9613.6807,31.906801,24940.914}; + position[]={10060.987,0.48855713,-9457.1563}; azimut=-17.083944; id=45; side="WEST"; @@ -511,7 +511,7 @@ class Mission }; class Item42 { - position[]={9611.4639,31.917625,24932.691}; + position[]={10060.323,0.49928761,-9456.5938}; azimut=-17.0839; id=49; side="WEST"; @@ -522,7 +522,7 @@ class Mission }; class Item43 { - position[]={9619.1504,31.880095,24931.195}; + position[]={10062.447,0.48599854,-9457.3301}; azimut=-17.083944; id=42; side="WEST"; @@ -533,7 +533,7 @@ class Mission }; class Item44 { - position[]={9528.6631,33.400177,25036.662}; + position[]={10061.649,0.48547018,-9457.3418}; azimut=-17.083944; id=22; side="WEST"; @@ -544,7 +544,7 @@ class Mission }; class Item45 { - position[]={9554.5732,32.661907,25039.904}; + position[]={10062.176,0.51145691,-9456.0918}; azimut=-17.083944; id=12; side="WEST"; @@ -555,7 +555,7 @@ class Mission }; class Item46 { - position[]={9558.1943,32.580566,25047.582}; + position[]={10062.287,0.49716586,-9456.7539}; azimut=-17.083944; id=14; side="WEST"; @@ -566,7 +566,7 @@ class Mission }; class Item47 { - position[]={9562.8721,32.489525,25036.273}; + position[]={10060.938,0.50473958,-9456.3535}; azimut=-17.0839; id=24; side="WEST"; @@ -577,7 +577,7 @@ class Mission }; class Item48 { - position[]={9565.0889,32.450558,25044.496}; + position[]={10061.219,0.5052954,-9456.3398}; azimut=-17.083944; id=20; side="WEST"; @@ -588,7 +588,7 @@ class Mission }; class Item49 { - position[]={9570.5596,32.356033,25034.777}; + position[]={10062.419,0.50174809,-9456.5391}; azimut=-17.083944; id=17; side="WEST"; @@ -599,7 +599,7 @@ class Mission }; class Item50 { - position[]={9559.8037,32.544418,25009.547}; + position[]={10061.881,0.49267241,-9456.9648}; azimut=-17.0839; id=51; side="WEST"; @@ -610,7 +610,7 @@ class Mission }; class Item51 { - position[]={9563.4248,32.479816,25017.223}; + position[]={10062.406,0.52093887,-9455.6895}; azimut=-17.0839; id=52; side="WEST"; @@ -621,7 +621,7 @@ class Mission }; class Item52 { - position[]={9568.1006,32.397621,25005.916}; + position[]={10060.682,0.51452869,-9455.9121}; azimut=-17.0839; id=55; side="WEST"; @@ -632,7 +632,7 @@ class Mission }; class Item53 { - position[]={9575.7881,32.279446,25004.42}; + position[]={10060.407,0.50415516,-9456.3672}; azimut=-17.0839; id=53; side="WEST"; @@ -643,7 +643,7 @@ class Mission }; class Item54 { - position[]={9570.3193,32.359554,25014.137}; + position[]={10061.489,0.51498479,-9455.916}; azimut=-17.0839; id=54; side="WEST"; @@ -654,7 +654,7 @@ class Mission }; class Item55 { - position[]={9594.292,32.053066,24979.326}; + position[]={10060.723,0.48801666,-9457.1797}; azimut=-17.0839; id=70; side="WEST"; @@ -665,7 +665,7 @@ class Mission }; class Item56 { - position[]={9611.9873,31.91507,24997.49}; + position[]={10060.539,0.50943828,-9456.1309}; azimut=-17.0839; id=60; side="WEST"; @@ -676,7 +676,7 @@ class Mission }; class Item57 { - position[]={9607.4268,31.944878,24989.133}; + position[]={10061.483,0.48888871,-9457.1523}; azimut=-17.0839; id=68; side="WEST"; @@ -687,7 +687,7 @@ class Mission }; class Item58 { - position[]={9613.2139,31.909081,25031.047}; + position[]={10060.712,0.49586719,-9456.7705}; azimut=-17.0839; id=66; side="WEST"; @@ -698,7 +698,7 @@ class Mission }; class Item59 { - position[]={9592.1123,32.072224,25027.686}; + position[]={10060.338,0.48415601,-9457.3789}; azimut=-17.0839; id=61; side="WEST"; @@ -709,7 +709,7 @@ class Mission }; class Item60 { - position[]={9608.792,31.934212,24978.766}; + position[]={10061.119,0.49241203,-9456.959}; azimut=-17.0839; id=63; side="WEST"; @@ -720,7 +720,7 @@ class Mission }; class Item61 { - position[]={9591.7197,32.075672,25048.629}; + position[]={10061.852,0.50157249,-9456.5293}; azimut=-17.0839; id=72; side="WEST"; @@ -731,7 +731,7 @@ class Mission }; class Item62 { - position[]={9614.0303,31.905096,25024.578}; + position[]={10061.537,0.48192456,-9457.5371}; azimut=-17.0839; id=57; side="WEST"; @@ -742,7 +742,7 @@ class Mission }; class Item63 { - position[]={9656.8926,31.833845,25005.896}; + position[]={10060.34,0.4914068,-9456.9863}; azimut=-17.0839; id=58; side="WEST"; @@ -753,7 +753,7 @@ class Mission }; class Item64 { - position[]={9600.5342,31.998726,24999.465}; + position[]={10061.327,0.51015007,-9456.124}; azimut=-17.0839; id=62; side="WEST"; @@ -764,7 +764,7 @@ class Mission }; class Item65 { - position[]={9617.2363,31.889441,25007.1}; + position[]={10060.588,0.49168447,-9456.9785}; azimut=-17.0839; id=75; side="WEST"; @@ -775,7 +775,7 @@ class Mission }; class Item66 { - position[]={9606.835,31.949497,25009.832}; + position[]={10060.465,0.49561435,-9456.7773}; azimut=-17.0839; id=56; side="WEST"; @@ -786,7 +786,7 @@ class Mission }; class Item67 { - position[]={9617.0029,31.890579,24984.313}; + position[]={10060.423,0.51405299,-9455.9219}; azimut=-17.0839; id=73; side="WEST"; @@ -797,7 +797,7 @@ class Mission }; class Item68 { - position[]={9602.3076,31.984871,25016.029}; + position[]={10062.912,0.48316342,-9457.5}; azimut=-17.0839; id=69; side="WEST"; @@ -808,7 +808,7 @@ class Mission }; class Item69 { - position[]={9604.6709,31.966408,25039.619}; + position[]={10060.33,0.50886947,-9456.1484}; azimut=-17.0839; id=67; side="WEST"; @@ -819,7 +819,7 @@ class Mission }; class Item70 { - position[]={9626.6113,31.856575,24990.945}; + position[]={10062.082,0.48250431,-9457.5215}; azimut=-17.0839; id=65; side="WEST"; @@ -830,7 +830,7 @@ class Mission }; class Item71 { - position[]={9625.7871,31.858988,25013.621}; + position[]={10061.646,0.49232388,-9456.9805}; azimut=-17.0839; id=74; side="WEST"; @@ -841,7 +841,7 @@ class Mission }; class Item72 { - position[]={9624.9746,31.861368,25031.873}; + position[]={10061.223,0.49639964,-9456.7627}; azimut=-17.0839; id=71; side="WEST"; @@ -852,7 +852,7 @@ class Mission }; class Item73 { - position[]={9648.6602,31.828423,25022.27}; + position[]={10062.029,0.48947349,-9457.1367}; azimut=-17.0839; id=59; side="WEST"; @@ -863,7 +863,7 @@ class Mission }; class Item74 { - position[]={9647.4346,31.829618,25012.732}; + position[]={10062.729,0.49362645,-9456.9434}; azimut=-17.0839; id=64; side="WEST"; @@ -874,7 +874,7 @@ class Mission }; class Item75 { - position[]={9462.9678,36.537151,24919.863}; + position[]={10062.848,0.49779847,-9456.7402}; azimut=-17.0839; id=81; side="WEST"; @@ -885,7 +885,7 @@ class Mission }; class Item76 { - position[]={9472.3037,35.978516,24919.059}; + position[]={10062.427,0.49308991,-9456.957}; azimut=-17.0839; id=83; side="WEST"; @@ -896,7 +896,7 @@ class Mission }; class Item77 { - position[]={9475.751,35.789993,24906.613}; + position[]={10060.317,0.51835966,-9455.7324}; azimut=-17.0839; id=82; side="WEST"; @@ -907,7 +907,7 @@ class Mission }; class Item78 { - position[]={9470.5049,36.07692,24911.965}; + position[]={10061.334,0.51994085,-9455.6973}; azimut=-17.0839; id=84; side="WEST"; @@ -918,7 +918,7 @@ class Mission }; class Item79 { - position[]={9461.7842,36.610001,24911.855}; + position[]={10061.004,0.48146468,-9457.5537}; azimut=-17.0839; id=85; side="WEST"; @@ -929,7 +929,7 @@ class Mission }; class Item80 { - position[]={9447.5068,37.56892,24943.432}; + position[]={10060.955,0.51459372,-9455.9141}; azimut=-17.0839; id=77; side="WEST"; @@ -940,7 +940,7 @@ class Mission }; class Item81 { - position[]={9444.0596,37.811306,24955.877}; + position[]={10060.451,0.48779804,-9457.1816}; azimut=-17.0839; id=78; side="WEST"; @@ -951,7 +951,7 @@ class Mission }; class Item82 { - position[]={9442.2607,37.937782,24948.781}; + position[]={10060.762,0.48143363,-9457.5498}; azimut=-17.0839; id=79; side="WEST"; @@ -962,7 +962,7 @@ class Mission }; class Item83 { - position[]={9434.7256,38.498482,24956.68}; + position[]={10061.354,0.48515135,-9457.3535}; azimut=-17.0839; id=76; side="WEST"; @@ -973,7 +973,7 @@ class Mission }; class Item84 { - position[]={9433.5381,38.588959,24948.672}; + position[]={10061.615,0.51036584,-9456.123}; azimut=-17.0839; id=80; side="WEST"; @@ -984,7 +984,7 @@ class Mission }; class Item85 { - position[]={9443.0771,37.88036,24986.201}; + position[]={10061.468,0.49641067,-9456.7676}; azimut=-17.0839; id=97; side="WEST"; @@ -995,7 +995,7 @@ class Mission }; class Item86 { - position[]={9439.6318,38.124775,24998.646}; + position[]={10060.976,0.49599296,-9456.7744}; azimut=-17.0839; id=98; side="WEST"; @@ -1006,7 +1006,7 @@ class Mission }; class Item87 { - position[]={9437.8311,38.261929,24991.551}; + position[]={10062.006,0.49694812,-9456.7559}; azimut=-17.0839; id=99; side="WEST"; @@ -1017,7 +1017,7 @@ class Mission }; class Item88 { - position[]={9429.1084,38.931625,24991.441}; + position[]={10062.703,0.50217605,-9456.5273}; azimut=-17.0839; id=100; side="WEST"; @@ -1028,7 +1028,7 @@ class Mission }; class Item89 { - position[]={9430.2959,38.835926,24999.449}; + position[]={10060.561,0.50000423,-9456.5664}; azimut=-17.0839; id=96; side="WEST"; @@ -1039,7 +1039,7 @@ class Mission }; class Item90 { - position[]={9420.4014,39.645851,25061.246}; + position[]={10060.484,0.48102146,-9457.5654}; azimut=-17.0839; id=87; side="WEST"; @@ -1050,7 +1050,7 @@ class Mission }; class Item91 { - position[]={9437.6318,38.27713,25025.684}; + position[]={10060.546,0.51899832,-9455.7129}; azimut=-17.0839; id=92; side="WEST"; @@ -1061,7 +1061,7 @@ class Mission }; class Item92 { - position[]={9416.9561,39.946323,25073.691}; + position[]={10061.077,0.50986743,-9456.1289}; azimut=-17.0839; id=88; side="WEST"; @@ -1072,7 +1072,7 @@ class Mission }; class Item93 { - position[]={9415.1553,40.104576,25066.598}; + position[]={10061.866,0.51103616,-9456.0996}; azimut=-17.0839; id=89; side="WEST"; @@ -1083,7 +1083,7 @@ class Mission }; class Item94 { - position[]={9406.4326,40.885208,25066.486}; + position[]={10062.615,0.50679302,-9456.3105}; azimut=-17.0839; id=90; side="WEST"; @@ -1094,7 +1094,7 @@ class Mission }; class Item95 { - position[]={9407.6201,40.776176,25074.494}; + position[]={10061.719,0.49692523,-9456.75}; azimut=-17.0839; id=86; side="WEST"; @@ -1105,7 +1105,7 @@ class Mission }; class Item96 { - position[]={9434.1826,38.53986,25038.129}; + position[]={10061.6,0.52023011,-9455.6934}; azimut=-17.0839; id=93; side="WEST"; @@ -1116,7 +1116,7 @@ class Mission }; class Item97 { - position[]={9432.3857,38.676735,25031.035}; + position[]={10061.483,0.5053888,-9456.3438}; azimut=-17.0839; id=94; side="WEST"; @@ -1127,7 +1127,7 @@ class Mission }; class Item98 { - position[]={9424.8486,39.281052,25038.932}; + position[]={10062.564,0.49750501,-9456.7441}; azimut=-17.0839; id=91; side="WEST"; @@ -1138,7 +1138,7 @@ class Mission }; class Item99 { - position[]={9423.6631,39.378284,25030.924}; + position[]={10060.788,0.50937861,-9456.1406}; azimut=-17.0839; id=95; side="WEST"; @@ -1157,7 +1157,7 @@ class Mission items=1; class Item0 { - position[]={708.96582,35.858719,3533.1272}; + position[]={-143.93861,0.52647489,2319.5012}; id=50; side="LOGIC"; vehicle="FunctionsManager"; @@ -1179,7 +1179,7 @@ class Mission }; class Item1 { - position[]={9451.3311,37.303909,24956.383}; + position[]={10061.47,0.50175238,-9456.5117}; name="respawn_west"; type="Empty"; }; diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/stringtable.csv new file mode 100644 index 000000000..cc2b013c5 --- /dev/null +++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/stringtable.csv @@ -0,0 +1,14 @@ +/**************************************************************************** +Copyright (C) 2010 Team ~R3F~ +This program is free software under the terms of the GNU General Public License version 3. +You should have received a copy of the GNU General Public License +along with this program. If not, see . +@authors team-r3f.org +@version 1.00 +@date 20101006 +*****************************************************************************/ + +Language, English, French + +#include "R3F_Realism\R3F_stringtable.csv" + diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext b/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext index 23bece9ab..d4f2bdc32 100644 --- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Utes"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext index 8feda40e6..afd257e08 100644 --- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Fapovo Island"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext index 014561a6b..a36a7a9b0 100644 --- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to DayZ Epoch Shapur"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping = 0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext index 29ff4be3c..ed9ba6d54 100644 --- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Zargabad"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext index f3763ecc8..37e9f8978 100644 --- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Bootcamp ACR"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/description.ext b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/description.ext index dc3b20c94..c558f2816 100644 --- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Dingor Island"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext index 68895f67c..5ae03e21a 100644 --- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Lingor Island"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext index d3161e125..992659260 100644 --- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Proving Grounds PMC"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext index 9c071587c..18db592de 100644 --- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext +++ b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Woodland ACR"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h" briefing = 0; diff --git a/Server Files/MPMissions/TEMPLATE/description.ext b/Server Files/MPMissions/TEMPLATE/description.ext index 1f94eaa6f..bc1a2a0cf 100644 --- a/Server Files/MPMissions/TEMPLATE/description.ext +++ b/Server Files/MPMissions/TEMPLATE/description.ext @@ -5,7 +5,7 @@ OnLoadIntro = "Welcome to Proving Grounds PMC"; OnLoadIntroTime = False; OnLoadMissionTime = False; disabledAI = true; -disableChannels[]={0,1,2,6}; +disableChannels[]={0,2,6}; enableItemsDropping=0; #include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"