123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- ////////////////////////////////////////////////////////////////////
- //DeRap: 442_ships\hardcell\config.bin
- //Produced from mikero's Dos Tools Dll version 7.46
- //https://bytex.market/products/item/weodpphdknnzm70o0h8q/Mikero%27s%20Dos%20Tools
- //'now' is Thu Jun 25 16:36:15 2020 : 'file' last modified on Sun Jun 07 11:07:52 2020
- ////////////////////////////////////////////////////////////////////
- #define _ARMA_
- class cfgpatches
- {
- class 442_hardcell
- {
- requiredAddons[] = {};
- weapons[] = {};
- units[] = {"hardcell_base","hardcell_body","hardcell_engine1","hardcell_engine2","hardcell_engine3","hardcell_leg1","hardcell_leg2","hardcell_leg3"};
- };
- };
- class Eventhandlers;
- class CfgVehicles
- {
- class NonStrategic;
- class StaticShip;
- class Ship;
- class Building;
- class House_F;
- class FloatingStructure_F;
- class thingx;
- class LandVehicle;
- class Motorcycle;
- class FlagCarrier;
- class Items_base_F;
- class hardcell_base: StaticShip
- {
- author = "kripto202";
- model = "\442_ships\hardcell\base.p3d";
- reversed = 0;
- scope = 2;
- scopecurator = 1;
- editorpreview = "";
- editorcategory = "kobra";
- editorsubcategory = "442_ships";
- vehicleClass = "Structures_Military";
- icon = "iconObject_1x1";
- displayname = "Hardcell Transport";
- mapsize = 3000;
- destrType = 0;
- featureType = 2;
- multistructureparts[] = {{"hardcell_body","body"},{"hardcell_engine1","engine1"},{"hardcell_engine2","engine2"},{"hardcell_engine3","engine3"},{"hardcell_leg1","leg1"},{"hardcell_leg2","leg2"},{"hardcell_leg3","leg3"}};
- class Eventhandlers
- {
- init = "_this call BIS_fnc_Destroyer01Init;";
- attributesChanged3DEN = "_this call BIS_fnc_Destroyer01PosUpdate;";
- dragged3DEN = "_this call BIS_fnc_Destroyer01PosUpdate;";
- registeredToWorld3DEN = "_this call BIS_fnc_Destroyer01EdenInit;";
- unregisteredFromWorld3DEN = "_this call BIS_fnc_Destroyer01EdenDelete;";
- };
- };
- class hardcell_hull_base: House_F
- {
- reversed = 0;
- scope = 1;
- scopeCurator = 0;
- author = "kripto202";
- displayname = "hardcell_hull_base";
- editorpreview = "";
- editorcategory = "kobra";
- editorsubcategory = "442_ships_parts";
- vehicleClass = "Structures_Military";
- icon = "iconObject_1x1";
- mapsize = 70;
- model = "\442_ships\hardcell\1.p3d";
- armor = 1000000000000000000;
- hideUnitInfo = 1;
- nameSound = "ship";
- featureType = 2;
- class Hitpoints{};
- class DestructionEffects{};
- class Damage
- {
- tex[] = {};
- mat[] = {};
- };
- class AnimationSources{};
- class UserActions{};
- };
- class hardcell_body: hardcell_hull_base
- {
- scope = 2;
- scopeCurator = 2;
- displayname = "hardcell body";
- editorpreview = "";
- model = "\442_ships\hardcell\body.p3d";
- hiddenselections[] = {"upper"};
- hiddenselectionstextures[] = {"442_ships\hardcell\data\upper_co.paa"};
- };
- class hardcell_engine1: hardcell_hull_base
- {
- scope = 2;
- scopeCurator = 2;
- displayname = "hardcell engine1";
- editorpreview = "";
- model = "\442_ships\hardcell\engine1.p3d";
- hiddenselections[] = {"lower"};
- hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
- };
- class hardcell_engine2: hardcell_hull_base
- {
- scope = 2;
- scopeCurator = 2;
- displayname = "hardcell engine2";
- editorpreview = "";
- model = "\442_ships\hardcell\engine2.p3d";
- hiddenselections[] = {"lower"};
- hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
- };
- class hardcell_engine3: hardcell_hull_base
- {
- scope = 2;
- scopeCurator = 2;
- displayname = "hardcell engine3";
- editorpreview = "";
- model = "\442_ships\hardcell\engine3.p3d";
- hiddenselections[] = {"lower"};
- hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
- };
- class hardcell_leg1: hardcell_hull_base
- {
- scope = 2;
- scopeCurator = 2;
- displayname = "hardcell leg1";
- editorpreview = "";
- model = "\442_ships\hardcell\leg1.p3d";
- hiddenselections[] = {"lower"};
- hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
- };
- class hardcell_leg2: hardcell_hull_base
- {
- scope = 2;
- scopeCurator = 2;
- displayname = "hardcell leg2";
- editorpreview = "";
- model = "\442_ships\hardcell\leg2.p3d";
- hiddenselections[] = {"lower"};
- hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
- };
- class hardcell_leg3: hardcell_hull_base
- {
- scope = 2;
- scopeCurator = 2;
- displayname = "hardcell leg3";
- editorpreview = "";
- model = "\442_ships\hardcell\leg3.p3d";
- hiddenselections[] = {"lower"};
- hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
- };
- };
- class cfgMods
- {
- author = "kripto202";
- timepacked = "1591528071";
- };
|