Add cinder door with hatch

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-04 17:50:52 +01:00
parent 3e1040ff13
commit 9400e74ec4
5 changed files with 208 additions and 9 deletions

View File

@@ -161,7 +161,7 @@ class Wood_GarageOpenTop_Preview_DZ: DZE_Ghost_Previews {
};
class CinderGarageOpenTop_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "z\addons\dayz_epoch_v\base_building\cinder\CinderGaragenotop\cindergarage_notop_ghost.p3d";
model = "\z\addons\dayz_epoch_v\base_building\cinder\CinderGaragenotop\cindergarage_notop_ghost.p3d";
displayName = "Cinder Garage open top Preview";
};
class DoorFrame_Preview_DZ: DZE_Ghost_Previews {
@@ -173,4 +173,9 @@ class CinderWallWindow_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch_v\base_building\cinder\cinder_wall_win\h4_cinder_wall_win_ghost.p3d";
displayName = "Cinder Wall Window Preview";
};
class CinderDoorHatch_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "\z\addons\dayz_epoch_v\base_building\cinder\cinder_door_window\cinder_door_frame_ghost.p3d";
displayName = "Cinder door with hatch Preview";
};