diff --git a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp index d634982ee..3ed131891 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp @@ -476,6 +476,18 @@ class CfgVehicles { #include "antihack_plants.hpp" //#include "antihack_weaponholders.hpp" + class Land_CncBlock_AntiHack: NonStrategic + { + scope=public; + vehicleClass="Misc"; + //model = \Ca\misc3\CncBlock_D; + model = "z\addons\dayz_communityassets\models\CncBlock_D.p3d"; + Icon = "\Ca\misc3\Data\Icons\icon_cnc_con_barrier_CA.paa"; + mapSize = 4; + displayName=$STR_MISC_CNCBLOCK_D; + armor=150; + }; + //EPOCH #include "DZE\Wrecks.hpp" #include "DZE\Doors.hpp" diff --git a/SQF/dayz_code/system/mission/chernarus/antiwallhack.sqf b/SQF/dayz_code/system/mission/chernarus/antiwallhack.sqf index bf6bcc488..3d382152c 100644 --- a/SQF/dayz_code/system/mission/chernarus/antiwallhack.sqf +++ b/SQF/dayz_code/system/mission/chernarus/antiwallhack.sqf @@ -1,48 +1,51 @@ [[ - /*["Land_CncBlock_D",[6426.74,2747.85,10.6855],38.3], - ["Land_CncBlock_D",[6425.25,2749.02,10.6739],38.3], - ["Land_CncBlock_D",[6400.16,2770.7,3.2032],128.3], - ["Land_CncBlock_D",[6401.79,2772.76,3.20045],128.3], - ["Land_CncBlock_D",[6403.01,2774.31,3.19839],128.3], - ["Land_CncBlock_D",[6398.18,2768.22,-0.173495],128.3], - ["Fort_RazorWire",[6405.39,2770.66,3.20274],218.3], - ["Fort_RazorWire",[6406.32,2771.77,3.20001],218.3], - ["Hedgehog",[6401.71,2771.71,3.20185],123.3], - ["Hedgehog",[6400.48,2770.17,3.20391],128.3], - ["Fort_RazorWire",[6410.84,2768.17,3.19878],218.3], - ["Land_CncBlock_D",[6804.03,2690.31,10.6875],132.587], - ["Land_CncBlock_D",[6805.31,2691.71,10.6768],132.587], - ["Land_CncBlock_D",[6828.8,2715.1,3.19361],222.587], - ["Land_CncBlock_D",[6830.73,2713.32,3.19448],222.587], - ["Land_CncBlock_D",[6832.19,2711.98,3.19513],222.587], - ["Land_CncBlock_D",[6826.48,2717.25,-0.187448],222.587], - ["Fort_RazorWire",[6828.37,2709.88,3.19615],312.587], - ["Fort_RazorWire",[6829.41,2708.87,3.19664],312.587], - ["Hedgehog",[6829.7,2713.47,3.1944],217.587], - ["Hedgehog",[6828.24,2714.82,3.19374],222.587], - ["Fort_RazorWire",[6825.48,2704.63,3.19872],312.587], - ["Land_CncBlock_D",[10526.9,2272.29,10.6792],53.4887], - ["Land_CncBlock_D",[10525.8,2273.82,10.6692],53.4887], - ["Land_CncBlock_D",[10507.2,2301.3,3.19743],143.489], - ["Land_CncBlock_D",[10509.3,2302.87,3.19743],143.489], - ["Land_CncBlock_D",[10510.9,2304.04,3.19743],143.489], - ["Land_CncBlock_D",[10504.7,2299.43,-0.18257],143.489], - ["Fort_RazorWire",[10512.3,2299.9,3.19743],233.489], - ["Fort_RazorWire",[10513.5,2300.73,3.19743],233.489], - ["Hedgehog",[10509,2301.88,3.19743],138.489], - ["Hedgehog",[10507.4,2300.71,3.19743],143.489], - ["Fort_RazorWire",[10516.9,2296.07,3.19743],233.489], - ["Land_CncBlock_D",[11944,9107.9,10.6653],130], - ["Land_CncBlock_D",[11945.2,9109.35,10.6601],130], - ["Land_CncBlock_D",[11967.6,9133.78,3.19747],220], - ["Land_CncBlock_D",[11969.6,9132.09,3.19747],220], - ["Land_CncBlock_D",[11971.2,9130.83,3.19747],220], - ["Land_CncBlock_D",[11965.2,9135.84,-0.182529],220], - ["Fort_RazorWire",[11967.4,9128.56,3.19747],310], - ["Fort_RazorWire",[11968.5,9127.59,3.19747],310], - ["Hedgehog",[11968.6,9132.2,3.19747],215], - ["Hedgehog",[11967.1,9133.48,3.19747],220], - ["Fort_RazorWire",[11964.8,9123.18,3.20053],310],*/ //Blocks glitch on vanilla hospitals (Epoch uses DayZero hospitals) + //["Land_CncBlock_AntiHack",[6426.74,2747.85,10.6855],38.3], + //["Land_CncBlock_AntiHack",[6425.25,2749.02,10.6739],38.3], + //["Land_CncBlock_AntiHack",[6400.16,2770.7,3.2032],128.3], + //["Land_CncBlock_AntiHack",[6401.79,2772.76,3.20045],128.3], + //["Land_CncBlock_AntiHack",[6403.01,2774.31,3.19839],128.3], + //["Land_CncBlock_AntiHack",[6398.18,2768.22,-0.173495],128.3], + //["Fort_RazorWire",[6405.39,2770.66,3.20274],218.3], + //["Fort_RazorWire",[6406.32,2771.77,3.20001],218.3], + //["Hedgehog",[6401.71,2771.71,3.20185],123.3], + //["Hedgehog",[6400.48,2770.17,3.20391],128.3], + //["Fort_RazorWire",[6410.84,2768.17,3.19878],218.3], + //["Land_CncBlock_AntiHack",[6804.03,2690.31,10.6875],132.587], + //["Land_CncBlock_AntiHack",[6805.31,2691.71,10.6768],132.587], + //["Land_CncBlock_AntiHack",[6828.8,2715.1,3.19361],222.587], + //["Land_CncBlock_AntiHack",[6830.73,2713.32,3.19448],222.587], + //["Land_CncBlock_AntiHack",[6832.19,2711.98,3.19513],222.587], + //["Land_CncBlock_AntiHack",[6826.48,2717.25,-0.187448],222.587], + //["Fort_RazorWire",[6828.37,2709.88,3.19615],312.587], + //["Fort_RazorWire",[6829.41,2708.87,3.19664],312.587], + //["Hedgehog",[6829.7,2713.47,3.1944],217.587], + //["Hedgehog",[6828.24,2714.82,3.19374],222.587], + //["Fort_RazorWire",[6825.48,2704.63,3.19872],312.587], + //elto + //["Land_CncBlock_AntiHack",[10526.9,2272.29,10.6792],53.4887], + //["Land_CncBlock_AntiHack",[10525.8,2273.82,10.6692],53.4887], + //["Land_CncBlock_AntiHack",[10507.2,2301.3,3.19743],143.489], + //["Land_CncBlock_AntiHack",[10509.3,2302.87,3.19743],143.489], + //["Land_CncBlock_AntiHack",[10510.9,2304.04,3.19743],143.489], + //["Land_CncBlock_AntiHack",[10504.7,2299.43,-0.18257],143.489], + //["Fort_RazorWire",[10512.3,2299.9,3.19743],233.489], + //["Fort_RazorWire",[10513.5,2300.73,3.19743],233.489], + //["Hedgehog",[10509,2301.88,3.19743],138.489], + //["Hedgehog",[10507.4,2300.71,3.19743],143.489], + //["Fort_RazorWire",[10516.9,2296.07,3.19743],233.489], + //["Land_CncBlock_AntiHack",[11944,9107.9,10.6653],130], + //["Land_CncBlock_AntiHack",[11945.2,9109.35,10.6601],130], + //["Land_CncBlock_AntiHack",[11967.6,9133.78,3.19747],220], + //["Land_CncBlock_AntiHack",[11969.6,9132.09,3.19747],220], + //["Land_CncBlock_AntiHack",[11971.2,9130.83,3.19747],220], + //["Land_CncBlock_AntiHack",[11965.2,9135.84,-0.182529],220], + //["Fort_RazorWire",[11967.4,9128.56,3.19747],310], + //["Fort_RazorWire",[11968.5,9127.59,3.19747],310], + //["Hedgehog",[11968.6,9132.2,3.19747],215], + //["Hedgehog",[11967.1,9133.48,3.19747],220], + //["Fort_RazorWire",[11964.8,9123.18,3.20053],310], + + //cherno office roof top ["Fort_RazorWire",[6853.76,2508.97,39.8627],42.737], ["Fort_RazorWire",[6859.9,2503.3,39.8627],42.737], ["Fort_RazorWire",[6849.11,2503.94,39.8627],42.737], @@ -51,63 +54,65 @@ ["Fort_RazorWire",[6861,2497.23,39.8627],312.737], ["Fort_RazorWire",[6855.74,2507.81,0.969074],222.737], ["Fort_RazorWire",[6858.96,2507.24,-0.0109253],222.737], - ["Land_CncBlock_D",[6553.02,2804.52,13.9319],131.19], - ["Land_CncBlock_D",[6553.35,2803.33,14.0019],131.19], - ["Land_CncBlock_D",[6566.32,2816.69,14.0169],41.1904], - ["Land_CncBlock_D",[6569.35,2820.09,13.9719],221.19], - ["Land_CncBlock_D",[6567.25,2821.93,13.9819],221.19], - ["Land_CncBlock_D",[6565.27,2822.01,14.0019],131.19], - ["Land_CncBlock_D",[6563.68,2820.2,14.0019],131.19], - ["Land_CncBlock_D",[6563.9,2818.43,13.9783],41.1904], - ["Land_CncBlock_D",[6567.98,2816.57,14.0175],311.19], - ["Land_CncBlock_D",[6569.49,2818.3,14.0096],311.19], - ["Land_CncBlock_D",[7036.61,2529.03,13.9319],323.357], - ["Land_CncBlock_D",[7036.54,2530.26,14.0019],323.357], - ["Land_CncBlock_D",[7021.05,2519.93,14.0019],233.357], - ["Land_CncBlock_D",[7017.38,2517.24,13.9719],53.3567], - ["Land_CncBlock_D",[7019.04,2515.01,13.9819],53.3567], - ["Land_CncBlock_D",[7020.96,2514.51,14.0019],323.357], - ["Land_CncBlock_D",[7022.89,2515.94,14.0019],323.357], - ["Land_CncBlock_D",[7023.04,2517.72,13.9719],233.357], - ["Land_CncBlock_D",[7019.46,2520.4,14.0019],143.357], - ["Land_CncBlock_D",[7017.61,2519.03,14.0019],143.357], - ["Land_CncBlock_D",[10026.6,1834.65,13.9319],268.591], - ["Land_CncBlock_D",[10025.5,1835.3,14.0019],268.591], - ["Land_CncBlock_D",[10025,1816.69,14.0019],178.591], - ["Land_CncBlock_D",[10025.1,1812.14,13.9719],358.591], - ["Land_CncBlock_D",[10027.9,1812.21,13.9819],358.591], - ["Land_CncBlock_D",[10029.4,1813.48,14.0019],268.591], - ["Land_CncBlock_D",[10029.3,1815.89,14.0019],268.591], - ["Land_CncBlock_D",[10028,1817.05,13.9719],178.591], - ["Land_CncBlock_D",[10023.7,1815.66,14.0019],88.5905], - ["Land_CncBlock_D",[10023.8,1813.36,14.0019],88.5905], - ["Land_CncBlock_D",[3803.82,8926.21,10.6657],295], - ["Land_CncBlock_D",[3803.13,8928.22,10.7549],205], - ["Land_CncBlock_D",[3801.27,8927.49,10.7941],115], - ["Land_CncBlock_D",[3802.42,8926.83,10.744],70], - ["Land_CncBlock_D",[3801.85,8925.71,10.8741],25], - ["Land_CncBlock_D",[3802.7,8926.99,10.7443],340], - ["Land_CncBlock_D",[10482.8,2357.99,10.8159],55.7548], - ["Land_CncBlock_D",[10484.9,2357.56,10.906],325.755], - ["Land_CncBlock_D",[10485.2,2359.52,10.946],235.755], - ["Land_CncBlock_D",[10484,2358.88,10.896],190.755], - ["Land_CncBlock_D",[10483.4,2359.94,11.0261],145.755], - ["Land_CncBlock_D",[10484,2358.56,10.896],100.755], - ["Land_CncBlock_D",[12743,9591.97,10.8159],100], - ["Land_CncBlock_D",[12744.2,9590.21,10.906],10], - ["Land_CncBlock_D",[12745.8,9591.39,10.946],280], - ["Land_CncBlock_D",[12744.5,9591.74,10.896],235], - ["Land_CncBlock_D",[12744.8,9592.97,11.0261],190], - ["Land_CncBlock_D",[12744.3,9591.51,10.896],145], - ["Land_CncBlock_D",[3795.05,8840.28,0.431946],115], - ["Land_CncBlock_D",[3797.49,8840.65,0.434418],205], - ["Land_CncBlock_D",[3798.92,8838.35,0.431458],295], - ["Land_CncBlock_D",[6528.55,2803.38,0.421799],39.394], - ["Land_CncBlock_D",[6528.8,2805.83,0.4291],129.394], - ["Land_CncBlock_D",[6531.38,2806.65,0.42868],219.394], - ["Land_CncBlock_D",[6808.46,2454.72,0.427643],45.4698], - ["Land_CncBlock_D",[6808.96,2457.13,0.427613],135.47], - ["Land_CncBlock_D",[6811.62,2457.67,0.427193],225.47], + //cherno + ["Land_CncBlock_AntiHack",[6553.02,2804.52,13.9319],131.19], + ["Land_CncBlock_AntiHack",[6553.35,2803.33,14.0019],131.19], + ["Land_CncBlock_AntiHack",[6566.32,2816.69,14.0169],41.1904], + ["Land_CncBlock_AntiHack",[6569.35,2820.09,13.9719],221.19], + ["Land_CncBlock_AntiHack",[6567.25,2821.93,13.9819],221.19], + ["Land_CncBlock_AntiHack",[6565.27,2822.01,14.0019],131.19], + ["Land_CncBlock_AntiHack",[6563.68,2820.2,14.0019],131.19], + ["Land_CncBlock_AntiHack",[6563.9,2818.43,13.9783],41.1904], + ["Land_CncBlock_AntiHack",[6567.98,2816.57,14.0175],311.19], + ["Land_CncBlock_AntiHack",[6569.49,2818.3,14.0096],311.19], + + ["Land_CncBlock_AntiHack",[7036.61,2529.03,13.9319],323.357], + ["Land_CncBlock_AntiHack",[7036.54,2530.26,14.0019],323.357], + ["Land_CncBlock_AntiHack",[7021.05,2519.93,14.0019],233.357], + ["Land_CncBlock_AntiHack",[7017.38,2517.24,13.9719],53.3567], + ["Land_CncBlock_AntiHack",[7019.04,2515.01,13.9819],53.3567], + ["Land_CncBlock_AntiHack",[7020.96,2514.51,14.0019],323.357], + ["Land_CncBlock_AntiHack",[7022.89,2515.94,14.0019],323.357], + ["Land_CncBlock_AntiHack",[7023.04,2517.72,13.9719],233.357], + ["Land_CncBlock_AntiHack",[7019.46,2520.4,14.0019],143.357], + ["Land_CncBlock_AntiHack",[7017.61,2519.03,14.0019],143.357], + ["Land_CncBlock_AntiHack",[10026.6,1834.65,13.9319],268.591], + ["Land_CncBlock_AntiHack",[10025.5,1835.3,14.0019],268.591], + ["Land_CncBlock_AntiHack",[10025,1816.69,14.0019],178.591], + ["Land_CncBlock_AntiHack",[10025.1,1812.14,13.9719],358.591], + ["Land_CncBlock_AntiHack",[10027.9,1812.21,13.9819],358.591], + ["Land_CncBlock_AntiHack",[10029.4,1813.48,14.0019],268.591], + ["Land_CncBlock_AntiHack",[10029.3,1815.89,14.0019],268.591], + ["Land_CncBlock_AntiHack",[10028,1817.05,13.9719],178.591], + ["Land_CncBlock_AntiHack",[10023.7,1815.66,14.0019],88.5905], + ["Land_CncBlock_AntiHack",[10023.8,1813.36,14.0019],88.5905], + ["Land_CncBlock_AntiHack",[3803.82,8926.21,10.6657],295], + ["Land_CncBlock_AntiHack",[3803.13,8928.22,10.7549],205], + ["Land_CncBlock_AntiHack",[3801.27,8927.49,10.7941],115], + ["Land_CncBlock_AntiHack",[3802.42,8926.83,10.744],70], + ["Land_CncBlock_AntiHack",[3801.85,8925.71,10.8741],25], + ["Land_CncBlock_AntiHack",[3802.7,8926.99,10.7443],340], + ["Land_CncBlock_AntiHack",[10482.8,2357.99,10.8159],55.7548], + ["Land_CncBlock_AntiHack",[10484.9,2357.56,10.906],325.755], + ["Land_CncBlock_AntiHack",[10485.2,2359.52,10.946],235.755], + ["Land_CncBlock_AntiHack",[10484,2358.88,10.896],190.755], + ["Land_CncBlock_AntiHack",[10483.4,2359.94,11.0261],145.755], + ["Land_CncBlock_AntiHack",[10484,2358.56,10.896],100.755], + ["Land_CncBlock_AntiHack",[12743,9591.97,10.8159],100], + ["Land_CncBlock_AntiHack",[12744.2,9590.21,10.906],10], + ["Land_CncBlock_AntiHack",[12745.8,9591.39,10.946],280], + ["Land_CncBlock_AntiHack",[12744.5,9591.74,10.896],235], + ["Land_CncBlock_AntiHack",[12744.8,9592.97,11.0261],190], + ["Land_CncBlock_AntiHack",[12744.3,9591.51,10.896],145], + ["Land_CncBlock_AntiHack",[3795.05,8840.28,0.431946],115], + ["Land_CncBlock_AntiHack",[3797.49,8840.65,0.434418],205], + ["Land_CncBlock_AntiHack",[3798.92,8838.35,0.431458],295], + ["Land_CncBlock_AntiHack",[6528.55,2803.38,0.421799],39.394], + ["Land_CncBlock_AntiHack",[6528.8,2805.83,0.4291],129.394], + ["Land_CncBlock_AntiHack",[6531.38,2806.65,0.42868],219.394], + ["Land_CncBlock_AntiHack",[6808.46,2454.72,0.427643],45.4698], + ["Land_CncBlock_AntiHack",[6808.96,2457.13,0.427613],135.47], + ["Land_CncBlock_AntiHack",[6811.62,2457.67,0.427193],225.47], /*["Misc_TyreHeap",[2855.6,9763.91,0.392761],358.517], ["SKODAWreck",[2851.39,9748.99,0.698425],143.517], ["SKODAWreck",[2849.1,9748.52,0.744751],143.517], @@ -154,15 +159,15 @@ ["Misc_TyreHeap",[11308.6,6640.9,0.0248337],170.033], ["Fort_Barricade_EP1",[11459.571,7390.7227,-0.040615425],225.14645],*/ //Wrecks are removable on Epoch and not synced across network if local spawned //Cherno - ["Land_CncBlock_D",[6382.5,2794,6],218], - ["Land_CncBlock_D",[6382.5,2794,4.7],218], + ["Land_CncBlock_AntiHack",[6382.5,2794,6],218], + ["Land_CncBlock_AntiHack",[6382.5,2794,4.7],218], //Berezino - ["Land_CncBlock_D",[12228.8,9521.95,5.78098],23.2569], - ["Land_CncBlock_D",[12228.8,9521.73,4.66826],23.2569], - ["Land_CncBlock_D",[12239.6,9489.99,5.81526],142.355], - ["Land_CncBlock_D",[12239.2,9489.61,4.5343],142.355], - ["Land_CncBlock_D",[12803.3,10085.3,5.70783],201.212], - ["Land_CncBlock_D",[12803.3,10085.3,4.5478],201.212], - ["Land_CncBlock_D",[12778.4,10124,5.69832],201.186], - ["Land_CncBlock_D",[12778.4,10124,4.55829],201.186] + ["Land_CncBlock_AntiHack",[12228.8,9521.95,5.78098],23.2569], + ["Land_CncBlock_AntiHack",[12228.8,9521.73,4.66826],23.2569], + ["Land_CncBlock_AntiHack",[12239.6,9489.99,5.81526],142.355], + ["Land_CncBlock_AntiHack",[12239.2,9489.61,4.5343],142.355], + ["Land_CncBlock_AntiHack",[12803.3,10085.3,5.70783],201.212], + ["Land_CncBlock_AntiHack",[12803.3,10085.3,4.5478],201.212], + ["Land_CncBlock_AntiHack",[12778.4,10124,5.69832],201.186], + ["Land_CncBlock_AntiHack",[12778.4,10124,4.55829],201.186] ],true,true,true] call fnc_spawnObjects;