mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix static weapon placement
Made by @Victor-the-Cleaner
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
class USMC_WarfareBMGNest_M240;
|
||||
class M240Nest_DZ: USMC_WarfareBMGNest_M240
|
||||
class M240Nest_DZ: USMC_WarfareBMGNest_M240 // M240 Nest
|
||||
{
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
destrType = "DestructBuilding";
|
||||
armor = 450;
|
||||
scope = 2;
|
||||
offset[] = {0,4,0};
|
||||
displayName = $STR_EPOCH_M240NEST;
|
||||
scope = 2;
|
||||
offset[] = {0,4,-0.1};
|
||||
staticOffset = 0.255829;
|
||||
nounderground = 0;
|
||||
displayName = $STR_EPOCH_M240NEST;
|
||||
transportMaxMagazines = 25;
|
||||
transportMaxWeapons = 4;
|
||||
transportMaxBackpacks = 1;
|
||||
constructioncount = 10;
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
GhostPreview = "M240Nest_DZ";
|
||||
@@ -15,60 +18,72 @@ class M240Nest_DZ: USMC_WarfareBMGNest_M240
|
||||
};
|
||||
|
||||
class M2StaticMG;
|
||||
class M2_MG_Static_DZ: M2StaticMG {
|
||||
class M2_MG_Static_DZ: M2StaticMG { // M2 Machine Gun
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.00726318;
|
||||
nounderground = 0;
|
||||
GhostPreview = "M2_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"M2_MG_Static_kit",1}};
|
||||
};
|
||||
|
||||
class M2HD_mini_TriPod;
|
||||
class M2_TriPod_MG_Static_DZ: M2HD_mini_TriPod {
|
||||
class M2_TriPod_MG_Static_DZ: M2HD_mini_TriPod { // M2 Minitripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.00726318;
|
||||
nounderground = 0;
|
||||
GhostPreview = "M2_TriPod_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"M2_TriPod_MG_Static_kit",1}};
|
||||
};
|
||||
|
||||
class DSHKM_Ins;
|
||||
class DSHKM_MG_Static_DZ: DSHKM_Ins {
|
||||
class DSHKM_MG_Static_DZ: DSHKM_Ins { // DShKM
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.0482254;
|
||||
nounderground = 0;
|
||||
GhostPreview = "DSHKM_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"DSHKM_MG_Static_kit",1}};
|
||||
removeoutput[] = {{"DSHKM_MG_Static_kit",1}};
|
||||
};
|
||||
|
||||
class DSHkM_Mini_TriPod;
|
||||
class DSHKM_TriPod_MG_Static_DZ: DSHkM_Mini_TriPod {
|
||||
class DSHKM_TriPod_MG_Static_DZ: DSHkM_Mini_TriPod { // DSHkM Minitripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0.2};
|
||||
staticOffset = -0.2189362;
|
||||
nounderground = 0;
|
||||
GhostPreview = "DSHKM_TriPod_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"DSHKM_TriPod_MG_Static_kit",1}};
|
||||
};
|
||||
|
||||
class KORD;
|
||||
class KORD_Tripod_MG_Static_DZ: KORD {
|
||||
class KORD_Tripod_MG_Static_DZ: KORD { // KORD Minitripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0.5};
|
||||
staticOffset = -0.5164566;
|
||||
nounderground = 0;
|
||||
GhostPreview = "KORD_Tripod_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"KORD_TriPod_MG_Static_kit",1}};
|
||||
};
|
||||
|
||||
class KORD_high;
|
||||
class KORD_MG_Static_DZ: KORD_high {
|
||||
class KORD_MG_Static_DZ: KORD_high { // KORD
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.00204468;
|
||||
nounderground = 0;
|
||||
GhostPreview = "KORD_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"KORD_MG_Static_kit",1}};
|
||||
@@ -79,13 +94,15 @@ class BAF_L2A1_Tripod_D: BAF_L2A1_ACOG_base {
|
||||
class assembleInfo;
|
||||
};
|
||||
|
||||
class L2A1_MG_Static_DZ: BAF_L2A1_Tripod_D {
|
||||
class L2A1_MG_Static_DZ: BAF_L2A1_Tripod_D { // L111A1 Tripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
class assembleInfo: assembleInfo {
|
||||
dissasembleTo[] = {};
|
||||
};
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.00726318;
|
||||
nounderground = 0;
|
||||
GhostPreview = "L2A1_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"L2A1_MG_Static_kit",1}};
|
||||
@@ -95,13 +112,15 @@ class BAF_L2A1_Minitripod_D: BAF_L2A1_ACOG_base {
|
||||
class assembleInfo;
|
||||
};
|
||||
|
||||
class L2A1_Tripod_MG_Static_DZ: BAF_L2A1_Minitripod_D {
|
||||
class L2A1_Tripod_MG_Static_DZ: BAF_L2A1_Minitripod_D { // L111A1 Minitripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
class assembleInfo: assembleInfo {
|
||||
dissasembleTo[] = {};
|
||||
};
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.00726318;
|
||||
nounderground = 0;
|
||||
GhostPreview = "L2A1_Tripod_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"L2A1_Tripod_MG_Static_kit",1}};
|
||||
@@ -112,34 +131,40 @@ class BAF_GMG_Tripod_D: GMG_TriPod {
|
||||
class assembleInfo;
|
||||
};
|
||||
|
||||
class GMG_Tripod_MG_Static_DZ: BAF_GMG_Tripod_D {
|
||||
class GMG_Tripod_MG_Static_DZ: BAF_GMG_Tripod_D { // GMG Minitripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
class assembleInfo: assembleInfo {
|
||||
dissasembleTo[] = {};
|
||||
};
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = -0.0716057;
|
||||
nounderground = 0;
|
||||
GhostPreview = "GMG_Tripod_MG_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"GMG_Tripod_MG_Static_kit",1}};
|
||||
};
|
||||
|
||||
class AGS_Ins;
|
||||
class AGS30_GrenadeLauncher_Static_DZ: AGS_Ins {
|
||||
class AGS30_GrenadeLauncher_Static_DZ: AGS_Ins { // AGS-30
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0.2};
|
||||
staticOffset = -0.218933;
|
||||
nounderground = 0;
|
||||
GhostPreview = "AGS30_GrenadeLauncher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"AGS30_GrenadeLauncher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class MK19_TriPod;
|
||||
class MK19_TriPod_GrenadeLauncher_Static_DZ: MK19_TriPod {
|
||||
class MK19_TriPod_GrenadeLauncher_Static_DZ: MK19_TriPod { // MK19 Minitripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
GhostPreview = "MK19_TriPod_GrenadeLauncher_Static_DZ";
|
||||
staticOffset = 0.00726318;
|
||||
nounderground = 0;
|
||||
GhostPreview = "MK19_TriPod_GrenadeLauncher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"MK19_TriPod_GrenadeLauncher_Static_kit",1}};
|
||||
};
|
||||
@@ -148,103 +173,123 @@ class BAF_GPMG_Minitripod_D: BAF_L2A1_ACOG_base {
|
||||
class assembleInfo;
|
||||
};
|
||||
|
||||
class GPMG_TriPod_GrenadeLauncher_Static_DZ: BAF_GPMG_Minitripod_D {
|
||||
class GPMG_TriPod_GrenadeLauncher_Static_DZ: BAF_GPMG_Minitripod_D { // GPMG Minitripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
class assembleInfo: assembleInfo {
|
||||
dissasembleTo[] = {};
|
||||
};
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.00726318;
|
||||
nounderground = 0;
|
||||
GhostPreview = "GPMG_TriPod_GrenadeLauncher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"GPMG_TriPod_GrenadeLauncher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class M119;
|
||||
class M119_Artillery_Static_DZ: M119 {
|
||||
class M119_Artillery_Static_DZ: M119 { // M119
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,5,0};
|
||||
offset[] = {0,5,0};
|
||||
staticOffset = -0.0161057;
|
||||
nounderground = 0;
|
||||
GhostPreview = "M119_Artillery_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"M119_Artillery_Static_kit",1}};
|
||||
};
|
||||
|
||||
class D30_Ins;
|
||||
class D30_Artillery_Static_DZ: D30_Ins {
|
||||
class D30_Artillery_Static_DZ: D30_Ins { // D-30
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,5,0};
|
||||
staticOffset = 0.00608826;
|
||||
nounderground = 0;
|
||||
GhostPreview = "D30_Artillery_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"D30_Artillery_Static_kit",1}};
|
||||
removeoutput[] = {{"D30_Artillery_Static_kit",1}};
|
||||
};
|
||||
|
||||
class SearchLight_INS;
|
||||
class SearchLight_Static_DZ: SearchLight_INS {
|
||||
class SearchLight_Static_DZ: SearchLight_INS { // Searchlight
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.00726318;
|
||||
nounderground = 0;
|
||||
GhostPreview = "SearchLight_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"SearchLight_Static_kit",1}};
|
||||
removeoutput[] = {{"SearchLight_Static_kit",1}};
|
||||
};
|
||||
|
||||
class M252;
|
||||
class M252_Mortar_Static_DZ: M252 {
|
||||
class M252_Mortar_Static_DZ: M252 { // M252 81mm Mortar
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
GhostPreview = "M252_Mortar_Static_DZ";
|
||||
staticOffset = -0.00256348;
|
||||
nounderground = 0;
|
||||
GhostPreview = "M252_Mortar_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"M252_Mortar_Static_kit",1}};
|
||||
};
|
||||
|
||||
class 2b14_82mm;
|
||||
class 2b14_82mm_Mortar_Static_DZ: 2b14_82mm {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
GhostPreview = "2b14_82mm_Mortar_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"2b14_82mm_Mortar_Static_kit",1}};
|
||||
};
|
||||
|
||||
class Metis;
|
||||
class Metis_Launcher_Static_DZ: Metis {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
GhostPreview = "Metis_Launcher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"Metis_Launcher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class SPG9_Gue;
|
||||
class SPG9_Launcher_Static_DZ: SPG9_Gue {
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
GhostPreview = "SPG9_Launcher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"SPG9_Launcher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class Stinger_Pod;
|
||||
class Stinger_Tripod_Launcher_Static_DZ: Stinger_Pod {
|
||||
class 2b14_82mm_Mortar_Static_DZ: 2b14_82mm { // Podnos 2B14
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = -0.00256348;
|
||||
nounderground = 0;
|
||||
GhostPreview = "2b14_82mm_Mortar_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"2b14_82mm_Mortar_Static_kit",1}};
|
||||
};
|
||||
|
||||
class Metis;
|
||||
class Metis_Launcher_Static_DZ: Metis { // Metis AT-13
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.0016861;
|
||||
nounderground = 0;
|
||||
GhostPreview = "Metis_Launcher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"Metis_Launcher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class SPG9_Gue;
|
||||
class SPG9_Launcher_Static_DZ: SPG9_Gue { // SPG-9
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,-0.02};
|
||||
staticOffset = 0.00415802;
|
||||
nounderground = 0;
|
||||
GhostPreview = "SPG9_Launcher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"SPG9_Launcher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class Stinger_Pod;
|
||||
class Stinger_Tripod_Launcher_Static_DZ: Stinger_Pod { // AA Pod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0.17};
|
||||
staticOffset = -0.189877;
|
||||
nounderground = 0;
|
||||
GhostPreview = "Stinger_Tripod_Launcher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"Stinger_Tripod_Launcher_Static_kit",1}};
|
||||
removeoutput[] = {{"Stinger_Tripod_Launcher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class TOW_TriPod;
|
||||
class TOW_Tripod_Launcher_Static_DZ: TOW_TriPod {
|
||||
class TOW_Tripod_Launcher_Static_DZ: TOW_TriPod { // TOW Tripod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = -0.00392151;
|
||||
nounderground = 0;
|
||||
GhostPreview = "TOW_Tripod_Launcher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"TOW_Tripod_Launcher_Static_kit",1}};
|
||||
@@ -255,33 +300,39 @@ class Rbs70_ACR: Stinger_Pod_base {
|
||||
class AssembleInfo;
|
||||
};
|
||||
|
||||
class Rbs70_Launcher_Static_DZ: Rbs70_ACR {
|
||||
class Rbs70_Launcher_Static_DZ: Rbs70_ACR { // RBS-70
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
class AssembleInfo : AssembleInfo {
|
||||
dissasembleTo[] = {};
|
||||
};
|
||||
};
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.00267029;
|
||||
nounderground = 0;
|
||||
GhostPreview = "Rbs70_Launcher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"Rbs70_Launcher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class Igla_AA_pod_East;
|
||||
class Igla_AntiAir_Launcher_Static_DZ: Igla_AA_pod_East {
|
||||
class Igla_AntiAir_Launcher_Static_DZ: Igla_AA_pod_East { // AA IGLA Pod
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.0;
|
||||
nounderground = 0;
|
||||
GhostPreview = "Igla_AntiAir_Launcher_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"Igla_AntiAir_Launcher_Static_kit",1}};
|
||||
};
|
||||
|
||||
class ZU23_Ins;
|
||||
class ZU23_AntiAir_Static_DZ: ZU23_Ins {
|
||||
class ZU23_AntiAir_Static_DZ: ZU23_Ins { // ZU-23
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
offset[] = {0,3,0};
|
||||
staticOffset = 0.0286407;
|
||||
nounderground = 0;
|
||||
GhostPreview = "ZU23_AntiAir_Static_DZ";
|
||||
vehicleClass = "DayZ Epoch Static Weapons";
|
||||
removeoutput[] = {{"ZU23_AntiAir_Static_kit",1}};
|
||||
|
||||
Reference in New Issue
Block a user