mirror of
https://github.com/Ghostrider-DbD-/EB4E.git
synced 2024-08-30 16:12:10 +00:00
v 0.1 alpha
This commit is contained in:
parent
1e224a0609
commit
f6086f5ebc
BIN
@EB4E/addons/EB4E.pbo
Normal file
BIN
@EB4E/addons/EB4E.pbo
Normal file
Binary file not shown.
BIN
@EB4E/addons/EB4E.pbo.bak
Normal file
BIN
@EB4E/addons/EB4E.pbo.bak
Normal file
Binary file not shown.
822
@EB4E/addons/EB4E/config.cpp
Normal file
822
@EB4E/addons/EB4E/config.cpp
Normal file
@ -0,0 +1,822 @@
|
|||||||
|
/* Declaration as Addon-Content.*/
|
||||||
|
class CfgPatches {
|
||||||
|
/* "Hey ArmA3is is an addon and it's named "EB4E"*/
|
||||||
|
/* The name should be indentical to the folder's name*/
|
||||||
|
class EB4E {
|
||||||
|
units[] = {};
|
||||||
|
weapons[] = {};
|
||||||
|
requiredVersion = 0.1;
|
||||||
|
requiredAddons[] = {};
|
||||||
|
author = "Ghostrider";
|
||||||
|
authorUrl = "http://www.ghostridergaming.net";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
/* The category in the editor like "Objects" or "Cars".*/
|
||||||
|
class CfgVehicleClasses {
|
||||||
|
|
||||||
|
class EB4EVehicleClass {
|
||||||
|
displayName = "Extended Bases 4 Epoch";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
class CfgVehicles
|
||||||
|
{
|
||||||
|
class Static;
|
||||||
|
class Const_Ghost_EPOCH : Static {};
|
||||||
|
class NonStrategic;
|
||||||
|
class WeaponHolder;
|
||||||
|
class ThingX;
|
||||||
|
class Constructions_modular_F : ThingX
|
||||||
|
{
|
||||||
|
mapSize = 1.27;
|
||||||
|
author = "Sequisha";
|
||||||
|
scope = 0;
|
||||||
|
displayName = "";
|
||||||
|
model = "\A3\Weapons_F\empty.p3d";
|
||||||
|
icon = "iconObject_5x4";
|
||||||
|
armor = 1000;
|
||||||
|
vehicleclass = "Epoch_objects";
|
||||||
|
destrType = "DestructNo";
|
||||||
|
cost = 1000;
|
||||||
|
interactMode = 1;
|
||||||
|
};
|
||||||
|
class Constructions_static_F : NonStrategic
|
||||||
|
{
|
||||||
|
mapSize = 1.27;
|
||||||
|
author = "Sequisha";
|
||||||
|
scope = 0;
|
||||||
|
displayName = "";
|
||||||
|
model = "\A3\Weapons_F\empty.p3d";
|
||||||
|
icon = "iconObject_5x4";
|
||||||
|
armor = 5000;
|
||||||
|
vehicleclass = "Epoch_objects";
|
||||||
|
destrType = "DestructBuilding";
|
||||||
|
cost = 1000;
|
||||||
|
interactMode = 1;
|
||||||
|
};
|
||||||
|
class Buildable_Storage : WeaponHolder
|
||||||
|
{
|
||||||
|
scope = 0;
|
||||||
|
forceSupply = 0;
|
||||||
|
isGround = 0;
|
||||||
|
destrType = "DestructBuilding";
|
||||||
|
armor = 8000;
|
||||||
|
maximumLoad = 1000;
|
||||||
|
};
|
||||||
|
class WoodenRack_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model= "\A3\Structures_F\Furniture\Rack_F.p3d";
|
||||||
|
displayName = "Wood Rack";
|
||||||
|
descriptionShort = "A Small Wood Rack";
|
||||||
|
};
|
||||||
|
class WoodenRack_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F\Furniture\Rack_F.p3d";
|
||||||
|
displayName = "Wood Rack";
|
||||||
|
descriptionShort = "A Small Wood Rack";
|
||||||
|
};
|
||||||
|
class WoodenRack_EB4E : Buildable_Storage
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359; // May need optimization
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F\Furniture\Rack_F.p3d";
|
||||||
|
displayName = "Wood Rack";
|
||||||
|
descriptionShort = "A Small Wood Rack";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 1600; // may need scalling relative to other objects
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
|
||||||
|
class MetalRackTall_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F\Furniture\Metal_rack_Tall_F.p3d";
|
||||||
|
displayName = "Tall Metal Rack (5 shelves)";
|
||||||
|
descriptionShort = "Tall Metal Rack";
|
||||||
|
};
|
||||||
|
class MetalRackTall_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F\Furniture\Metal_rack_Tall_F.p3d";
|
||||||
|
displayName = "Tall Metal Rack (5 shelves)";
|
||||||
|
descriptionShort = "Tall Metal Rack";
|
||||||
|
};
|
||||||
|
class MetalRackTall_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F\Furniture\Metal_rack_Tall_F.p3d";
|
||||||
|
displayName = "Tall Metal Rack (5 shelves)";
|
||||||
|
descriptionShort = "Tall Metal Rack";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 3000;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
|
||||||
|
class MetalRack_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\EditorPreviews_F\Data\CfgVehicles\Land_Metal_rack_F.jpg";
|
||||||
|
displayName = "Small Metal Rack";
|
||||||
|
descriptionShort = "Small Metal Rack";
|
||||||
|
};
|
||||||
|
class MetalRack_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\EditorPreviews_F\Data\CfgVehicles\Land_Metal_rack_F.jpg";
|
||||||
|
displayName = "Small Metal Rack";
|
||||||
|
descriptionShort = "Small Metal Rack";
|
||||||
|
};
|
||||||
|
class MetalRack_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\EditorPreviews_F\Data\CfgVehicles\Land_Metal_rack_F.jpg";
|
||||||
|
displayName = "Small Metal Rack";
|
||||||
|
descriptionShort = "Small Metal Rack";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 2500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class ToolTrollyBlue_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_02_F.p3d";
|
||||||
|
displayName = "Tool Cart (Blue)";
|
||||||
|
descriptionShort = "Blue Tool Trolly";
|
||||||
|
};
|
||||||
|
class ToolTrollyBlue_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_02_F.p3d";
|
||||||
|
displayName = "Tool Cart (Blue)";
|
||||||
|
descriptionShort = "Blue Tool Trolly";
|
||||||
|
};
|
||||||
|
class ToolTrollyBlue_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_02_F.p3d";
|
||||||
|
displayName = "Tool Cart (Blue)";
|
||||||
|
descriptionShort = "Blue Tool Trolly";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 2500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class ToolTrollyRed_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_01_F.p3d";
|
||||||
|
displayName = "Red Tool Trolly";
|
||||||
|
descriptionShort = "Red Tool Trolly";
|
||||||
|
};
|
||||||
|
class ToolTrollyRed_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_01_F.p3d";
|
||||||
|
displayName = "Red Tool Trolly";
|
||||||
|
descriptionShort = "Red Tool Trolly"
|
||||||
|
};
|
||||||
|
class ToolTrollyRed_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_01_F.p3d";
|
||||||
|
displayName = "Red Tool Trolly";
|
||||||
|
descriptionShort = "Red Tool Trolly"
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 2500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class Icebox_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Icebox";
|
||||||
|
descriptionShort = "Icebox"
|
||||||
|
model = "\A3\Structures_F\Furniture\Icebox_F.p3d";
|
||||||
|
};
|
||||||
|
class Icebox_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Icebox";
|
||||||
|
descriptionShort = "Icebox"
|
||||||
|
model = "\A3\Structures_F\Furniture\Icebox_F.p3d";
|
||||||
|
};
|
||||||
|
class Icebox_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Icebox";
|
||||||
|
descriptionShort = "Icebox"
|
||||||
|
model = "\A3\Structures_F\Furniture\Icebox_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 3500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
|
||||||
|
class WoodenShelvesBlue_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Blue Wood Shelves";
|
||||||
|
descriptionShort = "Blue Wood Shelves"
|
||||||
|
model = "\A3\Structures_F\Furniture\ShelvesWooden_blue_F.p3d";
|
||||||
|
};
|
||||||
|
class WoodenShelvesBlue_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Blue Wood Shelves";
|
||||||
|
descriptionShort = "Blue Wood Shelves"
|
||||||
|
model = "\A3\Structures_F\Furniture\ShelvesWooden_blue_F.p3d";
|
||||||
|
};
|
||||||
|
class WoodenShelvesBlue_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Blue Wood Shelves";
|
||||||
|
descriptionShort = "Blue Wood Shelves"
|
||||||
|
model = "\A3\Structures_F\Furniture\ShelvesWooden_blue_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 2000;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
|
||||||
|
class WoodenShelves_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Wood Shelves";
|
||||||
|
descriptionShort = "Wood Shelves"
|
||||||
|
model = "\A3\Structures_F_EPB\Furniture\ShelvesWooden_F.p3d";
|
||||||
|
};
|
||||||
|
class WoodenShelves_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Wood Shelves";
|
||||||
|
descriptionShort = "Wood Shelves"
|
||||||
|
model = "\A3\Structures_F_EPB\Furniture\ShelvesWooden_F.p3d";
|
||||||
|
};
|
||||||
|
class WoodenShelves_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Wood Shelves";
|
||||||
|
descriptionShort = "Wood Shelves"
|
||||||
|
model = "\A3\Structures_F_EPB\Furniture\ShelvesWooden_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 2000;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
/////////////////////
|
||||||
|
// Small square cargo containers
|
||||||
|
////////////////////
|
||||||
|
class Cargo10_yellow_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Yellow)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_yellow_F.p3d";
|
||||||
|
|
||||||
|
};
|
||||||
|
class Cargo10_yellow_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Yellow)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_yellow_F.p3d";
|
||||||
|
};
|
||||||
|
class Cargo10_yellow_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Yellow)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_yellow_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 7500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class Cargo10_white_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, White)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_white_F.p3d";
|
||||||
|
|
||||||
|
};
|
||||||
|
class Cargo10_white_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, White)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_white_F.p3d";
|
||||||
|
};
|
||||||
|
class Cargo10_white_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, White)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_white_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 7500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class Cargo10_red_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Red)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_red_F.p3d";
|
||||||
|
|
||||||
|
};
|
||||||
|
class Cargo10_red_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Red)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_red_F.p3d";
|
||||||
|
};
|
||||||
|
class Cargo10_red_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Red)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_red_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 7500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class Cargo10_orange_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Orange)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_orange_F.p3d";
|
||||||
|
|
||||||
|
};
|
||||||
|
class Cargo10_orange_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Orange)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_orange_F.p3d";
|
||||||
|
};
|
||||||
|
class Cargo10_orange_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Orange)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_orange_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 7500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class Cargo10_green_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Military Green)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_military_green_F.p3d";
|
||||||
|
|
||||||
|
};
|
||||||
|
class Cargo10_green_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Military Green)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_military_green_F.p3d";
|
||||||
|
};
|
||||||
|
class Cargo10_green_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Military Green)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_military_green_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 7500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class Cargo10_cyan_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Cyan)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_cyan_F.p3d";
|
||||||
|
|
||||||
|
};
|
||||||
|
class Cargo10_cyan_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Cyan)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_cyan_F.p3d";
|
||||||
|
};
|
||||||
|
class Cargo10_cyan_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Cyan)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_cyan_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 7500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
class Cargo10_blue_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Brick Red)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_blue_F.p3d";
|
||||||
|
|
||||||
|
};
|
||||||
|
class Cargo10_blue_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Brick Red)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_blue_F.p3d";
|
||||||
|
};
|
||||||
|
class Cargo10_blue_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Cargo Container (Short, Brick Red)";
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_blue_F.p3d";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 7500;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
/*
|
||||||
|
class ToolTrollyRed_SIM_EB4E : Constructions_modular_F
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_01_F.p3d";
|
||||||
|
displayName = "Tool Cart (Red)";
|
||||||
|
};
|
||||||
|
class ToolTrollyRed_Ghost_EB4E : Const_Ghost_EPOCH
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_01_F.p3d";
|
||||||
|
displayName = "Tool Cart (Red)";
|
||||||
|
};
|
||||||
|
class ToolTrollyRed_EB4E : Constructions_static_F
|
||||||
|
{
|
||||||
|
author = "BI";
|
||||||
|
mapSize = 0.87;
|
||||||
|
class SimpleObject
|
||||||
|
{
|
||||||
|
eden = 1;
|
||||||
|
animate[] = {};
|
||||||
|
hide[] = {};
|
||||||
|
verticalOffset = 0.359;
|
||||||
|
verticalOffsetWorld = 0;
|
||||||
|
init = "''";
|
||||||
|
};
|
||||||
|
scope = 2;
|
||||||
|
model="\A3\Structures_F_Heli\Civ\Constructions\ToolTrolley_01_F.p3d";
|
||||||
|
displayName = "Tool Cart (Red)";
|
||||||
|
vehicleClass = "Epoch_objects";
|
||||||
|
maximumLoad = 1600;
|
||||||
|
destrType = "DestructDefault";
|
||||||
|
};
|
||||||
|
*/
|
||||||
|
};
|
||||||
|
// @ExtendedBase4Epoch
|
||||||
|
// class definitions for the mod
|
||||||
|
class CfgMagazines
|
||||||
|
{
|
||||||
|
class Default;
|
||||||
|
class CA_Magazine;
|
||||||
|
class KitMetalRack_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Metal_rack_F.jpg";
|
||||||
|
displayName = "Metal Rack (4 Shelves)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 30;
|
||||||
|
};
|
||||||
|
class KitMetalRackTall_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Metal_rack_Tall_F.jpg";
|
||||||
|
displayName = "Metal Rack (5 shelves)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 40;
|
||||||
|
};
|
||||||
|
class KitWoodenRack_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Rack_F.jpg";
|
||||||
|
displayName = "Wooden Rack";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 20;
|
||||||
|
};
|
||||||
|
class KitToolTrollyRed_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_ToolTrolley_01_F.jpg";
|
||||||
|
displayName = "Tool Trolly (Red)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 30;
|
||||||
|
};
|
||||||
|
class KitToolTrollyBlue_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_ToolTrolley_02_F.jpg";
|
||||||
|
displayName = "Tool Trolly (Blue)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 30;
|
||||||
|
};
|
||||||
|
class KitIcebox_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Icebox_F.jpg";
|
||||||
|
displayName = "Icebox";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 40;
|
||||||
|
};
|
||||||
|
|
||||||
|
class KitWoodenShelvesBlue_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_ShelvesWooden_blue_F.jpg";
|
||||||
|
displayName = "Shelves (Wooden, Blue)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 20;
|
||||||
|
};
|
||||||
|
class KitWoodenShelves_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_ShelvesWooden_F.jpg";
|
||||||
|
displayName = "Shelves (Wooden)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 20;
|
||||||
|
};
|
||||||
|
///////////////////
|
||||||
|
// Small containers
|
||||||
|
//////////////////
|
||||||
|
class KitCargo10_yellow_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_yellow_F.jpg";
|
||||||
|
displayName = "Cargo Container (Yellow)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 50;
|
||||||
|
};
|
||||||
|
class KitCargo10_white_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_white_F.jpg";
|
||||||
|
displayName = "Cargo Container (White)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 50;
|
||||||
|
};
|
||||||
|
class KitCargo10_red_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_red_F.jpg";
|
||||||
|
displayName = "Cargo Container (Red)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 50;
|
||||||
|
};
|
||||||
|
class KitCargo10_orange_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_orange_F.jpg";
|
||||||
|
displayName = "Cargo Container (Orange)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 50;
|
||||||
|
};
|
||||||
|
class KitCargo10_military_green_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_military_green_F.jpg";
|
||||||
|
displayName = "Cargo Container (Military Green)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 50;
|
||||||
|
}; class KitCargo10_cyan_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture ="\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_cyan_F.jpg";
|
||||||
|
displayName = "Cargo Container (Cyan)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 50;
|
||||||
|
};
|
||||||
|
class KitCargo10_brick_red_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_brick_red_F.jpg";
|
||||||
|
displayName = = "Cargo Container (Brick Red)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 50;
|
||||||
|
};
|
||||||
|
class KitCargo10_blue_EB4E : CA_Magazine
|
||||||
|
{
|
||||||
|
author = "Ghostrider";
|
||||||
|
model="\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_blue_F.jpg";
|
||||||
|
displayName = "Cargo Container (Blue)";
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
mass = 50;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
BIN
@EB4E/key/EB4E0.1.bikey
Normal file
BIN
@EB4E/key/EB4E0.1.bikey
Normal file
Binary file not shown.
4
@EB4E/meta.cpp
Normal file
4
@EB4E/meta.cpp
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
protocol = 1;
|
||||||
|
publishedid = 0;
|
||||||
|
name = "@EB4E0";
|
||||||
|
timestamp = 5248364578910777518;
|
1717
mapName.epoch/epoch_config/Configs/CfgCrafting.hpp
Normal file
1717
mapName.epoch/epoch_config/Configs/CfgCrafting.hpp
Normal file
File diff suppressed because it is too large
Load Diff
1113
mapName.epoch/epoch_config/Configs/CfgItemInteractions.hpp
Normal file
1113
mapName.epoch/epoch_config/Configs/CfgItemInteractions.hpp
Normal file
File diff suppressed because it is too large
Load Diff
314
mapName.epoch/epoch_config/Configs/CfgObjectInteractions.hpp
Normal file
314
mapName.epoch/epoch_config/Configs/CfgObjectInteractions.hpp
Normal file
@ -0,0 +1,314 @@
|
|||||||
|
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
||||||
|
/*
|
||||||
|
@author = "Aaron Clark - https://EpochMod.com";
|
||||||
|
@contributors[] = {};
|
||||||
|
@description = "Epoch object interaction configs.";
|
||||||
|
@licence = "Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike";
|
||||||
|
@github = "https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_config/Configs/CfgObjectInteractions.hpp";
|
||||||
|
*/
|
||||||
|
class CfgObjectInteractions
|
||||||
|
{
|
||||||
|
class Default
|
||||||
|
{
|
||||||
|
interactMode = 0;
|
||||||
|
distance = 0;
|
||||||
|
toxicChance = 0;
|
||||||
|
bleedChance = 0;
|
||||||
|
bloodpChance = 0;
|
||||||
|
fatigueChance = 0;
|
||||||
|
bleedAmount = 0;
|
||||||
|
bloodpAmount = 0;
|
||||||
|
toxicAmount = 0;
|
||||||
|
soundEffect[] = {};
|
||||||
|
soundEffectGlobal = 0;
|
||||||
|
animationEffect[] = {};
|
||||||
|
animationEffectGlobal = 0;
|
||||||
|
canSee = "false";
|
||||||
|
ppEffect[] = {};
|
||||||
|
aliveState = 0;
|
||||||
|
interactAttributes[] = {};
|
||||||
|
};
|
||||||
|
#include "EB4E_ObjectInteractions.hpp"
|
||||||
|
class Land_MPS_EPOCH : Default {};
|
||||||
|
class container_epoch : Default {};
|
||||||
|
class PlotPole_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 1;
|
||||||
|
};
|
||||||
|
class Tipi_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Tipi_SIM_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 1;
|
||||||
|
};
|
||||||
|
class TentA_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class TentA_SIM_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 1;
|
||||||
|
};
|
||||||
|
class TentDome_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class TentDome_SIM_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 1;
|
||||||
|
};
|
||||||
|
class StorageShelf_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class WorkBench_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Garden_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class SolarCharger_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class SolarChargerXL_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class FieldToilet_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Foundation_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 1;
|
||||||
|
};
|
||||||
|
class WoodFoundation_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 1;
|
||||||
|
};
|
||||||
|
class Sheep_random_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Goat_random_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Cock_random_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Hen_random_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Rabbit_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Fin_random_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Karma",-100},{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Alsatian_Random_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Karma",-100},{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Epoch_Sapper_F : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Toxicity",20,1},{"Soiled",20,1}};
|
||||||
|
};
|
||||||
|
class Epoch_SapperG_F : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Toxicity",50,1},{"Soiled",50,1}};
|
||||||
|
};
|
||||||
|
class Epoch_SapperB_F : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Toxicity",20,1},{"Soiled",20,1}};
|
||||||
|
};
|
||||||
|
class I_UAV_01_F : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Energy",20,1}};
|
||||||
|
};
|
||||||
|
class Epoch_Female_F : Default
|
||||||
|
{
|
||||||
|
interactMode = 2;
|
||||||
|
};
|
||||||
|
class Epoch_Male_F : Default
|
||||||
|
{
|
||||||
|
interactMode = 2;
|
||||||
|
};
|
||||||
|
class C_man_1 : Default
|
||||||
|
{
|
||||||
|
interactMode = 2;
|
||||||
|
};
|
||||||
|
class SapperHead_SIM_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 0;
|
||||||
|
interactAttributes[] = {{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class SapperCorpse_SIM_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 0;
|
||||||
|
interactAttributes[] = {{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Snake_random_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
distance = 3;
|
||||||
|
toxicChance = 0.2;
|
||||||
|
toxicAmount = 10;
|
||||||
|
bloodpChance = 1;
|
||||||
|
fatigueChance = 0.5;
|
||||||
|
bleedAmount = 30;
|
||||||
|
bloodpAmount = 3;
|
||||||
|
soundEffect[] = {"snake_bite0"};
|
||||||
|
canSee = "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])";
|
||||||
|
ppEffect[] = {};
|
||||||
|
aliveState = 0;
|
||||||
|
interactAttributes[] = {{"Toxicity",20,1},{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class Snake2_random_EPOCH : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
distance = 3;
|
||||||
|
toxicChance = 0.1;
|
||||||
|
toxicAmount = 10;
|
||||||
|
bloodpChance = 1;
|
||||||
|
fatigueChance = 0.5;
|
||||||
|
bleedAmount = 30;
|
||||||
|
bloodpAmount = 3;
|
||||||
|
soundEffect[] = {"snake_bite0"};
|
||||||
|
canSee = "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])";
|
||||||
|
ppEffect[] = {};
|
||||||
|
aliveState = 0;
|
||||||
|
interactAttributes[] = {{"Toxicity",10,1},{"Soiled",1}};
|
||||||
|
};
|
||||||
|
class GreatWhite_F : Default
|
||||||
|
{
|
||||||
|
interactMode = 3;
|
||||||
|
distance = 6;
|
||||||
|
toxicChance = 0;
|
||||||
|
bleedChance = 1;
|
||||||
|
bloodpChance = 1;
|
||||||
|
fatigueChance = 1;
|
||||||
|
bleedAmount = 100;
|
||||||
|
bloodpAmount = 3;
|
||||||
|
canSee = "true";
|
||||||
|
ppEffect[] = {};
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {};
|
||||||
|
};
|
||||||
|
class SmokeShellCustom : Default
|
||||||
|
{
|
||||||
|
distance = 6;
|
||||||
|
toxicChance = 1;
|
||||||
|
toxicAmount = 100;
|
||||||
|
bleedChance = 0;
|
||||||
|
bloodpChance = 1;
|
||||||
|
fatigueChance = 1;
|
||||||
|
bleedAmount = 0;
|
||||||
|
bloodpAmount = 3;
|
||||||
|
canSee = "true";
|
||||||
|
ppEffect[] = {};
|
||||||
|
};
|
||||||
|
class SmokeShellToxic_Ammo : SmokeShellCustom {};
|
||||||
|
class SmokeShellToxicSapper : SmokeShellCustom {};
|
||||||
|
class Epoch_Cloak_F : Default
|
||||||
|
{
|
||||||
|
distance = 30;
|
||||||
|
toxicChance = 0;
|
||||||
|
bloodpChance = 0.9;
|
||||||
|
fatigueChance = 0.5;
|
||||||
|
bleedAmount = 66;
|
||||||
|
bloodpAmount = 3;
|
||||||
|
soundEffect[] = {"cultist_nearby"};
|
||||||
|
canSee = "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])";
|
||||||
|
ppEffect[] = {{{"filmGrain",2005,{0.1,-1,0.05,0.05,2,false},1},{"chromAberration",2006,{0.01,0.01,true},5},{"colorCorrections",2007,{1,1,0,{1.5,-1,-1.5,0.5},{5,3.5,-5,-0.5},{-3,5,-5,-0.5}},5},{"radialBlur",2008,{0.02,0.02,0.15,0.15},5}},2,{{},{{0,0,true},5},{{1,1,-0.01,{0.0,0.0,0.0,0.0},{1.5,1,1.2,0.6},{0.199,0.587,0.114,0.2}},5},{{0,0,0,0},5}},5,{}};
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Toxicity",20,1},{"Soiled",20,1}};
|
||||||
|
};
|
||||||
|
class EPOCH_RyanZombie_1 : Default
|
||||||
|
{
|
||||||
|
distance = 3;
|
||||||
|
toxicChance = 0.1;
|
||||||
|
toxicAmount = 10;
|
||||||
|
bloodpChance = 0.9;
|
||||||
|
fatigueChance = 0.4;
|
||||||
|
bleedAmount = 30;
|
||||||
|
bloodpAmount = 3;
|
||||||
|
soundEffect[] = {{"ryanzombies\sounds\attack1.ogg",400},{"ryanzombies\sounds\attack2.ogg",400},{"ryanzombies\sounds\attack3.ogg",400},{"ryanzombies\sounds\attack4.ogg",400},{"ryanzombies\sounds\attack5.ogg",400}};
|
||||||
|
soundEffectGlobal = 1;
|
||||||
|
animationEffect[] = {"AwopPercMstpSgthWnonDnon_throw"};
|
||||||
|
animationEffectGlobal = 1;
|
||||||
|
canSee = "!(lineIntersects[eyePos _unit, aimPos _target, _unit, _target])";
|
||||||
|
ppEffect[] = {};
|
||||||
|
interactMode = 3;
|
||||||
|
aliveState = 1;
|
||||||
|
interactAttributes[] = {{"Toxicity",5,1},{"Soiled",10,1}};
|
||||||
|
};
|
||||||
|
class EPOCH_RyanZombie_2 : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_3 : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_4 : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_5 : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_1_C : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_2_C : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_3_C : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_4_C : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_5_C : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_1_Sp : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_2_Sp : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_3_Sp : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_4_Sp : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_5_Sp : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_1_B : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_2_B : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_3_B : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_4_B : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_5_B : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_1_W : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_2_W : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_3_W : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_4_W : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_5_W : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_1_M : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_2_M : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_3_M : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_4_M : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_5_M : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_1_S : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_2_S : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_3_S : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_4_S : EPOCH_RyanZombie_1 {};
|
||||||
|
class EPOCH_RyanZombie_5_S : EPOCH_RyanZombie_1 {};
|
||||||
|
};
|
||||||
|
|
||||||
|
/*[[[end]]]*/
|
166
mapName.epoch/epoch_config/Configs/EB4E_Crafting.hpp
Normal file
166
mapName.epoch/epoch_config/Configs/EB4E_Crafting.hpp
Normal file
@ -0,0 +1,166 @@
|
|||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
CfgCrafting Recipies
|
||||||
|
Extended Bases for Epoch
|
||||||
|
by Ghostider-GRG
|
||||||
|
7/21/18
|
||||||
|
*/
|
||||||
|
|
||||||
|
class KitMetalRack_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"ItemCorrugatedLg",1}};
|
||||||
|
usedIn[] = {"MetalRack_EB4E"};
|
||||||
|
model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Metal Rack (4 Shelves)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitMetalRackTall_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"ItemCorrugatedLg",2}};
|
||||||
|
usedIn[] = {"MetalRackTall_EB4E"};
|
||||||
|
model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Metal Rack (5 Shelves)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitWoodenRack_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"ItemPlywoodPack",1}};
|
||||||
|
usedIn[] = {"WoodenRack_EB4E"};
|
||||||
|
model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Wood Shelf";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitToolTrolleyRed_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanRed",1},{"ItemCorrugatedLg",1}};
|
||||||
|
usedIn[] = {"ToolTrollyRed_EB4E"};
|
||||||
|
model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Tool Cart on Trollys (Red)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitToolTrolleyBlue_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanBlu",1},{"ItemCorrugatedLg",1}};
|
||||||
|
usedIn[] = {"ToolTrollyBlue_EB4E"};
|
||||||
|
model = "\x\addons\a3_epoch_assets_1\models\supply_crate.p3d";
|
||||||
|
picture = "\x\addons\a3_epoch_assets_1\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Tool Cart on Trollys (Blue)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
///
|
||||||
|
class KitCargo10_blue_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanBlu",1},{"ItemCorrugatedLg",4}};
|
||||||
|
usedIn[] = {"Cargo10_blue_EB4E"};
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_blue_F.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_blue_F.jpg";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Storage Container (Blue)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitCargo10_cyan_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanTeal",1},{"ItemCorrugatedLg",4}};
|
||||||
|
usedIn[] = {"Cargo10_cyan_EB4E"};
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_cyan_F.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_cyan_F.jpg";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Storage Container (Cyan)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitCargo10_green_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanGrn",1},{"ItemCorrugatedLg",4}};
|
||||||
|
usedIn[] = {"Cargo10_green_EB4E"};
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_military_green_F.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_military_green_F.jpg";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Storage Container (Military Green)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitCargo10_orange_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanOra",1},{"ItemCorrugatedLg",4}};
|
||||||
|
usedIn[] = {"Cargo10_orange_EB4E"};
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_orange_F.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_orange_F.jpg";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Storage Container (Orange)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitCargo10_red_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanRed",1},{"ItemCorrugatedLg",4}};
|
||||||
|
usedIn[] = {"Cargo10_red_EB4E"};
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_red_F.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_red_F.jpg";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Storage Container (Red)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitCargo10_white_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanClear",1},{"ItemCorrugatedLg",4}};
|
||||||
|
usedIn[] = {"Cargo10_white_EB4E"};
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_white_F.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_white_F.jpg";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Storage Container (White)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
||||||
|
class KitCargo10_yellow_EB4E : Kit
|
||||||
|
{
|
||||||
|
recipe[] = {{"PartPlankPack",2},{"PaintCanYel",1},{"ItemCorrugatedLg",4}};
|
||||||
|
usedIn[] = {"Cargo10_white_EB4E"};
|
||||||
|
model = "\A3\Structures_F_Heli\Ind\Cargo\Cargo10_yellow_F.p3d";
|
||||||
|
picture = "\A3\EditorPreviews_F\Data\CfgVehicles\Land_Cargo10_yellow_F.jpg";
|
||||||
|
nearby[] = {{"Workbench","","workbench",{1,{"WorkBench_EPOCH"}},3,1,0,1}};
|
||||||
|
previewPosition[] = {0.797675,1,0.398882};
|
||||||
|
previewScale = 0.07;
|
||||||
|
previewVector = 0;
|
||||||
|
descriptionShort = "Storage Container (Yellow)";
|
||||||
|
descriptionFull = "Storage Space";
|
||||||
|
};
|
68
mapName.epoch/epoch_config/Configs/EB4E_ItemInteractions.hpp
Normal file
68
mapName.epoch/epoch_config/Configs/EB4E_ItemInteractions.hpp
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
/*
|
||||||
|
EB4E CfgInteractions
|
||||||
|
By Ghostrider-GRG-
|
||||||
|
7/21/18
|
||||||
|
*/
|
||||||
|
|
||||||
|
class KitMetalRack_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "MetalRack_SIM_EPOCH";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class KitMetalRackTall_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "MetalRackTall_SIM_EPOCH";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class KitWoodenRack_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "WoodenRack_SIM_EPOCH";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class ToolTrollyRed_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "ToolTrollyRed_SIM_EPOCH";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class ToolTrollyBlue_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "ToolTrollyBlue_SIM_EPOCH";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
|
||||||
|
//////////////
|
||||||
|
class Cargo10_yellow_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "Cargo10_yellow_SIM_EB4E";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class Cargo10_white_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "Cargo10_white_SIM_EB4E";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class Cargo10_red_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "Cargo10_red_SIM_EB4E";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class Cargo10_orange_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "Cargo10_orange_SIM_EB4E";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class Cargo10_green_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "Cargo10_green_SIM_EB4E";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class Cargo10_cyan_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "Cargo10_cyan_SIM_EB4E";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
||||||
|
class Cargo10_blue_EB4E : Item_Build_base
|
||||||
|
{
|
||||||
|
buildClass = "Cargo10_blue_SIM_EB4E";
|
||||||
|
isStorage = 1;
|
||||||
|
};
|
@ -0,0 +1,58 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
Additional Object Interactions
|
||||||
|
Extended Bases 4 Epoch
|
||||||
|
By Ghostrider-GRG-
|
||||||
|
7/21/18
|
||||||
|
*/
|
||||||
|
|
||||||
|
class WoodenRack_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class MetalRackTall_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class MetalRack_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class ToolTrollyRed_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class ToolTrollyBlue_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
|
||||||
|
////
|
||||||
|
class Cargo10_yellow_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Cargo10_white_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Cargo10_red_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Cargo10_orange_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Cargo10_green_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Cargo10_cyan_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
||||||
|
class Cargo10_blue_EB4E : Default
|
||||||
|
{
|
||||||
|
interactMode = 4;
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user