config.cpp 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. ////////////////////////////////////////////////////////////////////
  2. //DeRap: 442_ships\recusant\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:17 2020 : 'file' last modified on Sun Jun 07 11:07:52 2020
  6. ////////////////////////////////////////////////////////////////////
  7. #define _ARMA_
  8. class CfgPatches
  9. {
  10. class 442_recusant
  11. {
  12. requiredAddons[] = {};
  13. weapons[] = {};
  14. units[] = {"recusant_zeus","recusant_zeus_d","rec_body1","rec_body2","rec_engine","rec_body1_d","rec_body2_d","rec_engine_d"};
  15. author = "kripto202";
  16. };
  17. };
  18. class Eventhandlers;
  19. class CfgVehicles
  20. {
  21. class NonStrategic;
  22. class StaticShip;
  23. class Ship;
  24. class Building;
  25. class House_F;
  26. class FloatingStructure_F;
  27. class thingx;
  28. class LandVehicle;
  29. class Motorcycle;
  30. class FlagCarrier;
  31. class Items_base_F;
  32. class recusant_zeus: House_F
  33. {
  34. author = "kripto202";
  35. model = "\442_ships\recusant\rec_zeus.p3d";
  36. scope = 2;
  37. scopecurator = 2;
  38. editorpreview = "";
  39. editorcategory = "kobra";
  40. editorsubcategory = "442_ships";
  41. vehicleClass = "Structures";
  42. icon = "iconObject_1x1";
  43. displayname = "Recusant (Zeus)";
  44. hiddenselections[] = {"body1","body2","engine"};
  45. hiddenselectionstextures[] = {"442_ships\recusant\data\body1_co.paa","442_ships\recusant\data\body2_co.paa","442_ships\recusant\data\engine_co.paa"};
  46. };
  47. class recusant_zeus_d: recusant_zeus
  48. {
  49. displayname = "Recusant Dreadnought (Zeus)";
  50. };
  51. class recusant_base: StaticShip
  52. {
  53. author = "kripto202";
  54. model = "\442_ships\recusant\base.p3d";
  55. reversed = 0;
  56. scope = 2;
  57. scopecurator = 1;
  58. editorpreview = "";
  59. editorcategory = "kobra";
  60. editorsubcategory = "442_ships";
  61. vehicleClass = "Structures_Military";
  62. icon = "iconObject_1x1";
  63. displayname = "Recusant";
  64. mapsize = 1326;
  65. destrType = 0;
  66. featureType = 2;
  67. multistructureparts[] = {{"rec_body1","body1"},{"rec_body2","body2"},{"rec_engine","engine"}};
  68. class Eventhandlers
  69. {
  70. init = "_this call BIS_fnc_Destroyer01Init;";
  71. attributesChanged3DEN = "_this call BIS_fnc_Destroyer01PosUpdate;";
  72. dragged3DEN = "_this call BIS_fnc_Destroyer01PosUpdate;";
  73. registeredToWorld3DEN = "_this call BIS_fnc_Destroyer01EdenInit;";
  74. unregisteredFromWorld3DEN = "_this call BIS_fnc_Destroyer01EdenDelete;";
  75. };
  76. };
  77. class recusant_base_d: recusant_base
  78. {
  79. displayname = "Recusant Dreadnought";
  80. model = "\442_ships\recusant\base_d.p3d";
  81. multistructureparts[] = {{"rec_body1_d","body1"},{"rec_body2_d","body2"},{"rec_engine_d","engine"}};
  82. };
  83. class rec_hull_base: House_F
  84. {
  85. reversed = 0;
  86. scope = 1;
  87. scopeCurator = 0;
  88. author = "kripto202";
  89. displayname = "rec_hull_base";
  90. editorpreview = "";
  91. editorcategory = "kobra";
  92. editorsubcategory = "442_ships_parts";
  93. vehicleClass = "Structures_Military";
  94. icon = "iconObject_1x1";
  95. mapsize = 70;
  96. model = "\442_ships\recusant\rec_body1.p3d";
  97. armor = 1000000000000000000;
  98. hideUnitInfo = 1;
  99. nameSound = "ship";
  100. featureType = 2;
  101. class Hitpoints{};
  102. class DestructionEffects{};
  103. class Damage
  104. {
  105. tex[] = {};
  106. mat[] = {};
  107. };
  108. class AnimationSources{};
  109. class UserActions{};
  110. };
  111. class rec_body1: rec_hull_base
  112. {
  113. displayname = "rec body1";
  114. scope = 2;
  115. scopecurator = 2;
  116. editorpreview = "";
  117. model = "\442_ships\recusant\rec_body1.p3d";
  118. hiddenselections[] = {"body1"};
  119. hiddenselectionstextures[] = {"442_ships\recusant\data\body1_co.paa"};
  120. };
  121. class rec_body1_d: rec_body1
  122. {
  123. model = "\442_ships\recusant\rec_body1_d.p3d";
  124. };
  125. class rec_body2: rec_hull_base
  126. {
  127. displayname = "rec body2";
  128. scope = 2;
  129. scopecurator = 2;
  130. editorpreview = "";
  131. model = "\442_ships\recusant\rec_body2.p3d";
  132. hiddenselections[] = {"body2"};
  133. hiddenselectionstextures[] = {"442_ships\recusant\data\body2_co.paa"};
  134. };
  135. class rec_body2_d: rec_body2
  136. {
  137. model = "\442_ships\recusant\rec_body2_d.p3d";
  138. };
  139. class rec_engine: rec_hull_base
  140. {
  141. displayname = "rec engine";
  142. scope = 2;
  143. scopecurator = 2;
  144. editorpreview = "";
  145. model = "\442_ships\recusant\rec_engine.p3d";
  146. hiddenselections[] = {"engine"};
  147. hiddenselectionstextures[] = {"442_ships\recusant\data\engine_co.paa"};
  148. };
  149. class rec_engine_d: rec_engine
  150. {
  151. model = "\442_ships\recusant\rec_engine_d.p3d";
  152. };
  153. };
  154. class cfgMods
  155. {
  156. author = "kripto202";
  157. timepacked = "1591528071";
  158. };