mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 17:39:18 +03:00
epoch building fixes TBA
This commit is contained in:
1
SQF/epoch_buildings/PboPrefix.txt
Normal file
1
SQF/epoch_buildings/PboPrefix.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
epoch_buildings
|
||||||
83
SQF/epoch_buildings/config.cpp
Normal file
83
SQF/epoch_buildings/config.cpp
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
//DeRap: Produced from mikero's Dos Tools Dll version 3.97
|
||||||
|
//http://dev-heaven.net/projects/list_files/mikero-pbodll
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#define _ARMA_
|
||||||
|
|
||||||
|
//Class epoch_buildings : config.bin{
|
||||||
|
class CfgPatches
|
||||||
|
{
|
||||||
|
class epoch_buildings
|
||||||
|
{
|
||||||
|
units[] = {};
|
||||||
|
weapons[] = {};
|
||||||
|
requiredVersion = 0.1;
|
||||||
|
requiredAddons[] = {"dayz_code"};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class CfgVehicles
|
||||||
|
{
|
||||||
|
class HouseBase;
|
||||||
|
class House: HouseBase
|
||||||
|
{
|
||||||
|
class DestructionEffects;
|
||||||
|
};
|
||||||
|
class land_army_hut_int: House
|
||||||
|
{
|
||||||
|
scope = 1;
|
||||||
|
model = "\epoch_buildings\models\army_hut_int.p3d";
|
||||||
|
destrType="DestructBuilding";
|
||||||
|
armor = 500;
|
||||||
|
class DestructionEffects: DestructionEffects
|
||||||
|
{
|
||||||
|
class Ruin1
|
||||||
|
{
|
||||||
|
simulation = "ruin";
|
||||||
|
type = "\epoch_buildings\models\army_hut_int_ruins.p3d";
|
||||||
|
position = "";
|
||||||
|
intensity = 1;
|
||||||
|
interval = 1;
|
||||||
|
lifeTime = 1;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class land_army_hut2_int: House
|
||||||
|
{
|
||||||
|
scope = 1;
|
||||||
|
model = "\epoch_buildings\models\army_hut2_int.p3d";
|
||||||
|
destrType="DestructBuilding";
|
||||||
|
armor = 500;
|
||||||
|
class DestructionEffects: DestructionEffects
|
||||||
|
{
|
||||||
|
class Ruin1
|
||||||
|
{
|
||||||
|
simulation = "ruin";
|
||||||
|
type = "\epoch_buildings\models\ruins\army_hut_int_ruins.p3d";
|
||||||
|
position = "";
|
||||||
|
intensity = 1;
|
||||||
|
interval = 1;
|
||||||
|
lifeTime = 1;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class Land_army_hut3_long_int: House
|
||||||
|
{
|
||||||
|
scope = 1;
|
||||||
|
armor = 500;
|
||||||
|
model = "\epoch_buildings\models\army_hut3_long_int.p3d";
|
||||||
|
class DestructionEffects: DestructionEffects
|
||||||
|
{
|
||||||
|
class Ruin1
|
||||||
|
{
|
||||||
|
simulation = "ruin";
|
||||||
|
type = "\epoch_buildings\models\ruins\army_hut3_long_int_ruins.p3d";
|
||||||
|
position = "";
|
||||||
|
intensity = 1;
|
||||||
|
interval = 1;
|
||||||
|
lifeTime = 1;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
//};
|
||||||
BIN
SQF/epoch_buildings/models/army_hut2.p3d
Normal file
BIN
SQF/epoch_buildings/models/army_hut2.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/army_hut2_int.p3d
Normal file
BIN
SQF/epoch_buildings/models/army_hut2_int.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/army_hut3_long.p3d
Normal file
BIN
SQF/epoch_buildings/models/army_hut3_long.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/army_hut3_long_int.p3d
Normal file
BIN
SQF/epoch_buildings/models/army_hut3_long_int.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/army_hut_int.p3d
Normal file
BIN
SQF/epoch_buildings/models/army_hut_int.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/ruins/army_hut2_int_ruins.p3d
Normal file
BIN
SQF/epoch_buildings/models/ruins/army_hut2_int_ruins.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/ruins/army_hut2_ruins.p3d
Normal file
BIN
SQF/epoch_buildings/models/ruins/army_hut2_ruins.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/ruins/army_hut3_long_int_ruins.p3d
Normal file
BIN
SQF/epoch_buildings/models/ruins/army_hut3_long_int_ruins.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/ruins/army_hut3_long_ruins.p3d
Normal file
BIN
SQF/epoch_buildings/models/ruins/army_hut3_long_ruins.p3d
Normal file
Binary file not shown.
BIN
SQF/epoch_buildings/models/ruins/army_hut_int_ruins.p3d
Normal file
BIN
SQF/epoch_buildings/models/ruins/army_hut_int_ruins.p3d
Normal file
Binary file not shown.
Reference in New Issue
Block a user