Erliens 3 anni fa
parent
commit
699f86e07a

+ 36 - 1
addons - Copy/RD501_Vehicles/static/shields/config.cpp

@@ -21,7 +21,8 @@ class CfgPatches
 			"RD501_Squad_Shield",
 			"RD501_Squad_Shield_trench",
 			"RD501_Droideka_Shield",
-			"RD501_Personal_Shield"
+			"RD501_Personal_Shield",
+			"RD501_Shield_Wall"
 		};
 		weapons[]=
 		{
@@ -52,6 +53,7 @@ class CfgVehicles
         scope=2;
         scopeCurator=2;
         side=3;
+		simulation="house";
         displayName="Squad Shield";
         model="\RD501_Vehicles\static\shields\bubble\bubble.p3d";
         icon="iconObject_1x1";
@@ -65,6 +67,39 @@ class CfgVehicles
         vehicleClass = macro_editor_vehicle_type(statics)
         editorCategory =  macro_editor_cat(statics)
         editorSubcategory = macro_editor_cat(static_msc)
+    };
+    class RD501_Shield_Wall: Car_F
+    {
+        author="$STR_A3_Bohemia_Interactive";
+        mapSize=21.1;
+        armor=200000;
+        class SimpleObject
+        {
+            eden=0;
+            animate[]={};
+            hide[]={};
+            verticalOffset=-0.023;
+            verticalOffsetWorld=0;
+            init="''";
+        };
+        editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
+        scope=2;
+        scopeCurator=2;
+        side=3;
+		simulation="house";
+        displayName="Shield wall";
+        model="\RD501_Vehicles\static\shields\wall\shield_wall.p3d";
+        icon="iconObject_1x1";
+        rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
+        rd501_fired_deployable_loopDuration = 14;
+        rd501_fired_deployable_endSound = "rd501_squad_shield_end";
+        rd501_fired_deployable_endDuration = 1;
+        rd501_fired_deployable_soundDistance = 300;
+        hiddenSelections[] = { "camo1" };
+        hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
+        vehicleClass = macro_editor_vehicle_type(statics)
+        editorCategory =  macro_editor_cat(statics)
+        editorSubcategory = macro_editor_cat(static_msc)
     };
 	class RD501_Squad_Shield_trench: Land_House_Small_03_V1_ruins_F
 	{

+ 19 - 0
addons - Copy/RD501_Vehicles/static/shields/wall/model.cfg

@@ -0,0 +1,19 @@
+class CfgSkeletons {
+	class 501st_shield_wall_skeleton {
+		isDiscrete = 1;
+		skeletonInherit = "";
+		skeletonBones[] = {
+			"shield", ""
+		};
+	};
+};
+
+class CfgModels {
+	class RD501_Shield_wall_Model {
+		skeletonName = "501st_bubble_skeleton";
+		sectionsInherit = "";
+		sections[] = {
+			"camo1"
+		};
+	};
+};

+ 12 - 0
addons - Copy/RD501_Vehicles/static/shields/wall/shield.bisurf

@@ -0,0 +1,12 @@
+Density=8600;
+Thickness=110;
+rough=0.1;
+dust=0;
+bulletPenetrabilityWithThickness=15;
+soundEnviron="Water";
+isWater="false";
+friction=0.69999999;
+restitution=0.30000001;
+impact="hitWater";
+soundHit="Rubber";
+deflection=2;

+ 9 - 0
addons - Copy/RD501_Vehicles/static/shields/wall/shield.rvmat

@@ -0,0 +1,9 @@
+surfaceInfo="RD501_Vehicles\static\shields\wall\shield.bisurf";
+ambient[]={0.15000001,0.15000001,0.34999999,1};
+diffuse[]={0.15000001,0.15000001,0.34999999,1};
+forcedDiffuse[]={0,0,0,0};
+emmisive[]={0,0,0,1};
+specular[]={0,0,0,1};
+specularPower=1;
+PixelShaderID="Normal";
+VertexShaderID="Basic";

BIN
addons - Copy/RD501_Vehicles/static/shields/wall/shield_wall.p3d