Add a new cinder garage version

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-11-30 16:08:29 +01:00
parent 58f97a4c62
commit b23ec2921c
7 changed files with 348 additions and 21 deletions

View File

@@ -160,3 +160,8 @@ class Wood_GarageOpenTop_Preview_DZ: DZE_Ghost_Previews {
model = "\z\addons\dayz_epoch_v\base_building\wood\garage_notop\wood_garage_notop_frame.p3d";
displayName = "WoodGarage open top Preview";
};
class CinderGarageOpenTop_Preview_DZ: DZE_Ghost_Previews {
scope = 2;
model = "z\addons\dayz_epoch_v\base_building\cinder\CinderGaragenotop\cindergarage_notop_ghost.p3d";
displayName = "Cinder Garage open top Preview";
};