Remove ghost fence previews due to missing textures and model problems

This commit is contained in:
A Man
2022-04-26 15:24:12 +02:00
parent ed5d78d7d4
commit 4a908ec32f
5 changed files with 4 additions and 40 deletions

View File

@@ -1,11 +1,3 @@
class WoodenGate_ghost_DZ: NonStrategic
{
scope = 2;
displayName = $STR_BLD_name_WoodenGate_1_ghost;
model = "z\addons\dayz_buildings\models\gates\gate_wood_ghost.p3d";
armor = 1000;
};
class WoodenGate_foundation_DZ: DZE_Housebase
{
scope = 2;
@@ -13,8 +5,7 @@ class WoodenGate_foundation_DZ: DZE_Housebase
model = "z\addons\dayz_buildings\models\gates\gate0_dzam.p3d";
armor = 1000;
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 8;
GhostPreview = "WoodenGate_ghost_DZ";
mapSize = 8;
offset[] = {0,4,0};
upgradeBuilding[] = {"WoodenGate_1_DZ",{"ItemToolbox","Handsaw_DZE","Hammer_DZE"},{{"ItemPlank",8},{"equip_nails",1},{"ItemComboLock",1}}};
};

View File

@@ -3,7 +3,6 @@ class MetalFence_1_foundation_DZ: ModularItems
scope = 2;
model = "z\addons\dayz_buildings\models\metal_fence1_foundation.p3d";
displayName = $STR_BLD_name_MetalFence_1_foundation;
GhostPreview = "MetalFence_ghost_DZ";
offset[] = {0,4,0};
upgradeBuilding[] = {"MetalFence_1_frame_DZ",{"ItemToolbox","ItemSledge"},{{"ItemPlank",4},{"ItemRSJ",1}}};
armor = 1000;
@@ -14,7 +13,6 @@ class MetalFence_1_frame_DZ: ModularItems
scope = 2;
model = "z\addons\dayz_buildings\models\metal_fence1_stage1.p3d";
displayName = $STR_BLD_name_MetalFence_1_frame;
GhostPreview = "MetalFence_ghost_DZ";
offset[] = {0,4,0};
upgradeBuilding[] = {"MetalFence_halfpanel_DZ",{"ItemToolbox","ItemSledge"},{{"ItemMetalSheet",3},{"ItemScrews",1}}};
armor = 1500;
@@ -53,7 +51,7 @@ class MetalFence_2_DZ: ModularItems
{
scope = 2;
model = "z\addons\dayz_buildings\models\metal_fence2.p3d";
displayName = $STR_BLD_name_MetalFence_2;
displayName = $STR_BLD_name_MetalFence_2;
offset[] = {0,4,0};
upgradeBuilding[] = {"MetalFence_3_DZ",{"ItemToolbox","ItemSledge"},{{"ItemMetalSheet",4},{"ItemScrews",1},{"ItemRSJ",2}}};
armor = 3500;

View File

@@ -3,7 +3,6 @@ class WoodenFence_1_foundation_DZ: ModularItems
scope = 2;
model = "z\addons\dayz_buildings\models\fence1_ground.p3d";
displayName = $STR_BLD_name_WoodenFence_1_foundation;
GhostPreview = "WoodenFence_ghost_DZ";
armor = 1000;
offset[] = {0,4,0};
upgradeBuilding[] = {"WoodenFence_1_frame_DZ",{"ItemToolbox","Handsaw_DZE","Hammer_DZE"},{{"ItemPlank",4},{"equip_nails",1}}};
@@ -13,7 +12,6 @@ class WoodenFence_1_frame_DZ: ModularItems
scope = 2;
model = "z\addons\dayz_buildings\models\fence1_frame.p3d";
displayName = $STR_BLD_name_WoodenFence_1_frame;
GhostPreview = "WoodenFence_ghost_DZ";
armor = 1200;
offset[] = {0,4,0};
upgradeBuilding[] = {"WoodenFence_quaterpanel_DZ",{"ItemToolbox","Handsaw_DZE","Hammer_DZE"},{{"ItemPlank",4},{"equip_nails",1}}};

View File

@@ -251,18 +251,6 @@ class Water_Pump_Preview_DZ : DZE_Ghost_Previews {
displayName = "Water Pump Preview";
};
class MetalFence_ghost_DZ: DZE_Ghost_Previews {
scope = 2;
model = "z\addons\dayz_buildings\models\metal_fence_ghost.p3d";
displayName = $STR_BLD_name_MetalFence_ghost;
};
class WoodenFence_ghost_DZ: DZE_Ghost_Previews {
scope = 2;
model = "z\addons\dayz_buildings\models\fence_wood_ghost.p3d";
displayName = $STR_BLD_name_WoodenFence_ghost;
};
class MetalFence_7_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "z\addons\dayz_buildings\models\metal_fence7.p3d";