config.cpp 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. ////////////////////////////////////////////////////////////////////
  2. //DeRap: 442_ships\hardcell\config.bin
  3. //Produced from mikero's Dos Tools Dll version 7.46
  4. //https://bytex.market/products/item/weodpphdknnzm70o0h8q/Mikero%27s%20Dos%20Tools
  5. //'now' is Thu Jun 25 16:36:15 2020 : 'file' last modified on Sun Jun 07 11:07:52 2020
  6. ////////////////////////////////////////////////////////////////////
  7. #define _ARMA_
  8. class cfgpatches
  9. {
  10. class 442_hardcell
  11. {
  12. requiredAddons[] = {};
  13. weapons[] = {};
  14. units[] = {"hardcell_base","hardcell_body","hardcell_engine1","hardcell_engine2","hardcell_engine3","hardcell_leg1","hardcell_leg2","hardcell_leg3"};
  15. };
  16. };
  17. class Eventhandlers;
  18. class CfgVehicles
  19. {
  20. class NonStrategic;
  21. class StaticShip;
  22. class Ship;
  23. class Building;
  24. class House_F;
  25. class FloatingStructure_F;
  26. class thingx;
  27. class LandVehicle;
  28. class Motorcycle;
  29. class FlagCarrier;
  30. class Items_base_F;
  31. class hardcell_base: StaticShip
  32. {
  33. author = "kripto202";
  34. model = "\442_ships\hardcell\base.p3d";
  35. reversed = 0;
  36. scope = 2;
  37. scopecurator = 1;
  38. editorpreview = "";
  39. editorcategory = "kobra";
  40. editorsubcategory = "442_ships";
  41. vehicleClass = "Structures_Military";
  42. icon = "iconObject_1x1";
  43. displayname = "Hardcell Transport";
  44. mapsize = 3000;
  45. destrType = 0;
  46. featureType = 2;
  47. multistructureparts[] = {{"hardcell_body","body"},{"hardcell_engine1","engine1"},{"hardcell_engine2","engine2"},{"hardcell_engine3","engine3"},{"hardcell_leg1","leg1"},{"hardcell_leg2","leg2"},{"hardcell_leg3","leg3"}};
  48. class Eventhandlers
  49. {
  50. init = "_this call BIS_fnc_Destroyer01Init;";
  51. attributesChanged3DEN = "_this call BIS_fnc_Destroyer01PosUpdate;";
  52. dragged3DEN = "_this call BIS_fnc_Destroyer01PosUpdate;";
  53. registeredToWorld3DEN = "_this call BIS_fnc_Destroyer01EdenInit;";
  54. unregisteredFromWorld3DEN = "_this call BIS_fnc_Destroyer01EdenDelete;";
  55. };
  56. };
  57. class hardcell_hull_base: House_F
  58. {
  59. reversed = 0;
  60. scope = 1;
  61. scopeCurator = 0;
  62. author = "kripto202";
  63. displayname = "hardcell_hull_base";
  64. editorpreview = "";
  65. editorcategory = "kobra";
  66. editorsubcategory = "442_ships_parts";
  67. vehicleClass = "Structures_Military";
  68. icon = "iconObject_1x1";
  69. mapsize = 70;
  70. model = "\442_ships\hardcell\1.p3d";
  71. armor = 1000000000000000000;
  72. hideUnitInfo = 1;
  73. nameSound = "ship";
  74. featureType = 2;
  75. class Hitpoints{};
  76. class DestructionEffects{};
  77. class Damage
  78. {
  79. tex[] = {};
  80. mat[] = {};
  81. };
  82. class AnimationSources{};
  83. class UserActions{};
  84. };
  85. class hardcell_body: hardcell_hull_base
  86. {
  87. scope = 2;
  88. scopeCurator = 2;
  89. displayname = "hardcell body";
  90. editorpreview = "";
  91. model = "\442_ships\hardcell\body.p3d";
  92. hiddenselections[] = {"upper"};
  93. hiddenselectionstextures[] = {"442_ships\hardcell\data\upper_co.paa"};
  94. };
  95. class hardcell_engine1: hardcell_hull_base
  96. {
  97. scope = 2;
  98. scopeCurator = 2;
  99. displayname = "hardcell engine1";
  100. editorpreview = "";
  101. model = "\442_ships\hardcell\engine1.p3d";
  102. hiddenselections[] = {"lower"};
  103. hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
  104. };
  105. class hardcell_engine2: hardcell_hull_base
  106. {
  107. scope = 2;
  108. scopeCurator = 2;
  109. displayname = "hardcell engine2";
  110. editorpreview = "";
  111. model = "\442_ships\hardcell\engine2.p3d";
  112. hiddenselections[] = {"lower"};
  113. hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
  114. };
  115. class hardcell_engine3: hardcell_hull_base
  116. {
  117. scope = 2;
  118. scopeCurator = 2;
  119. displayname = "hardcell engine3";
  120. editorpreview = "";
  121. model = "\442_ships\hardcell\engine3.p3d";
  122. hiddenselections[] = {"lower"};
  123. hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
  124. };
  125. class hardcell_leg1: hardcell_hull_base
  126. {
  127. scope = 2;
  128. scopeCurator = 2;
  129. displayname = "hardcell leg1";
  130. editorpreview = "";
  131. model = "\442_ships\hardcell\leg1.p3d";
  132. hiddenselections[] = {"lower"};
  133. hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
  134. };
  135. class hardcell_leg2: hardcell_hull_base
  136. {
  137. scope = 2;
  138. scopeCurator = 2;
  139. displayname = "hardcell leg2";
  140. editorpreview = "";
  141. model = "\442_ships\hardcell\leg2.p3d";
  142. hiddenselections[] = {"lower"};
  143. hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
  144. };
  145. class hardcell_leg3: hardcell_hull_base
  146. {
  147. scope = 2;
  148. scopeCurator = 2;
  149. displayname = "hardcell leg3";
  150. editorpreview = "";
  151. model = "\442_ships\hardcell\leg3.p3d";
  152. hiddenselections[] = {"lower"};
  153. hiddenselectionstextures[] = {"442_ships\hardcell\data\lower_co.paa"};
  154. };
  155. };
  156. class cfgMods
  157. {
  158. author = "kripto202";
  159. timepacked = "1591528071";
  160. };