config.cpp 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. ////////////////////////////////////////////////////////////////////
  2. //DeRap: 442_ships\lucrehulk\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_lucrehulk
  11. {
  12. requiredAddons[] = {};
  13. weapons[] = {};
  14. units[] = {"442_lucrehulk","lucrehulk_base","back_1","bottom_1","bottom_2","bottom_3","bottom_4","core_1","core_2","core_3","engine_1","front_1","front_2","front_3","front_4","gate_1","inner_1","inner_2","inner_3","inner_4","radar_1","radar_2","radar_3","radar_4","top_1","top_2","top_3","top_4"};
  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 442_lucrehulk: House_F
  32. {
  33. author = "kripto202";
  34. model = "\442_ships\lucrehulk\lucrehulk.p3d";
  35. scope = 2;
  36. scopecurator = 2;
  37. editorpreview = "";
  38. editorcategory = "kobra";
  39. editorsubcategory = "442_ships";
  40. vehicleClass = "Structures";
  41. icon = "iconObject_1x1";
  42. displayname = "Lucrehulk (Zeus)";
  43. hiddenselections[] = {"top","radar","inner","front","gate","core","bottom","engine","back"};
  44. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\top_co.paa","442_ships\lucrehulk\data\radar_co.paa","442_ships\lucrehulk\data\inner_co.paa","442_ships\lucrehulk\data\front_co.paa","442_ships\lucrehulk\data\gate_co.paa","442_ships\lucrehulk\data\core_co.paa","442_ships\lucrehulk\data\bottom_co.paa","442_ships\lucrehulk\data\engine_co.paa","442_ships\lucrehulk\data\back_co.paa"};
  45. };
  46. class lucrehulk_base: StaticShip
  47. {
  48. author = "kripto202";
  49. model = "\442_ships\lucrehulk\lucrehulk_base.p3d";
  50. reversed = 0;
  51. scope = 2;
  52. scopecurator = 1;
  53. editorpreview = "";
  54. editorcategory = "kobra";
  55. editorsubcategory = "442_ships";
  56. vehicleClass = "Structures_Military";
  57. icon = "iconObject_1x1";
  58. displayname = "Lucrehulk";
  59. mapsize = 3000;
  60. destrType = 0;
  61. featureType = 2;
  62. multistructureparts[] = {{"back_1","back_1"},{"bottom_1","bottom_1"},{"bottom_2","bottom_2"},{"bottom_3","bottom_3"},{"bottom_4","bottom_4"},{"core_1","core_1"},{"core_2","core_2"},{"core_3","core_3"},{"engine_1","engine_1"},{"front_1","front_1"},{"front_2","front_2"},{"front_3","front_3"},{"front_4","front_4"},{"gate_1","gate_1"},{"inner_1","inner_1"},{"inner_2","inner_2"},{"inner_3","inner_3"},{"inner_4","inner_4"},{"radar_1","radar_1"},{"radar_2","radar_2"},{"radar_3","radar_3"},{"radar_4","radar_4"},{"top_1","top_1"},{"top_2","top_2"},{"top_3","top_3"},{"top_4","top_4"}};
  63. class Eventhandlers
  64. {
  65. init = "_this call BIS_fnc_Destroyer01Init;";
  66. attributesChanged3DEN = "_this call BIS_fnc_Destroyer01PosUpdate;";
  67. dragged3DEN = "_this call BIS_fnc_Destroyer01PosUpdate;";
  68. registeredToWorld3DEN = "_this call BIS_fnc_Destroyer01EdenInit;";
  69. unregisteredFromWorld3DEN = "_this call BIS_fnc_Destroyer01EdenDelete;";
  70. };
  71. };
  72. class luc_hull_base: House_F
  73. {
  74. reversed = 0;
  75. scope = 1;
  76. scopeCurator = 0;
  77. author = "kripto202";
  78. displayname = "luc_hull_base";
  79. editorpreview = "";
  80. editorcategory = "kobra";
  81. editorsubcategory = "442_ships_parts";
  82. vehicleClass = "Structures_Military";
  83. icon = "iconObject_1x1";
  84. mapsize = 70;
  85. model = "\442_ships\lucrehulk\1.p3d";
  86. armor = 1000000000000000000;
  87. hideUnitInfo = 1;
  88. nameSound = "ship";
  89. featureType = 2;
  90. class Hitpoints{};
  91. class DestructionEffects{};
  92. class Damage
  93. {
  94. tex[] = {};
  95. mat[] = {};
  96. };
  97. class AnimationSources{};
  98. class UserActions{};
  99. };
  100. class back_1: luc_hull_base
  101. {
  102. scope = 2;
  103. scopeCurator = 2;
  104. displayname = "luc hull 1";
  105. editorpreview = "";
  106. model = "\442_ships\lucrehulk\back_1.p3d";
  107. hiddenselections[] = {"back"};
  108. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\back_co.paa"};
  109. };
  110. class bottom_1: luc_hull_base
  111. {
  112. scope = 2;
  113. scopeCurator = 2;
  114. displayname = "luc hull 2";
  115. editorpreview = "";
  116. model = "\442_ships\lucrehulk\bottom_1.p3d";
  117. hiddenselections[] = {"bottom"};
  118. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\bottom_co.paa"};
  119. };
  120. class bottom_2: luc_hull_base
  121. {
  122. scope = 2;
  123. scopeCurator = 2;
  124. displayname = "luc hull 3";
  125. editorpreview = "";
  126. model = "\442_ships\lucrehulk\bottom_2.p3d";
  127. hiddenselections[] = {"bottom"};
  128. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\bottom_co.paa"};
  129. };
  130. class bottom_3: luc_hull_base
  131. {
  132. scope = 2;
  133. scopeCurator = 2;
  134. displayname = "luc hull 4";
  135. editorpreview = "";
  136. model = "\442_ships\lucrehulk\bottom_3.p3d";
  137. hiddenselections[] = {"bottom"};
  138. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\bottom_co.paa"};
  139. };
  140. class bottom_4: luc_hull_base
  141. {
  142. scope = 2;
  143. scopeCurator = 2;
  144. displayname = "luc hull 5";
  145. editorpreview = "";
  146. model = "\442_ships\lucrehulk\bottom_4.p3d";
  147. hiddenselections[] = {"bottom"};
  148. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\bottom_co.paa"};
  149. };
  150. class core_1: luc_hull_base
  151. {
  152. scope = 2;
  153. scopeCurator = 2;
  154. displayname = "luc hull 6";
  155. editorpreview = "";
  156. model = "\442_ships\lucrehulk\core_1.p3d";
  157. hiddenselections[] = {"core"};
  158. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\core_co.paa"};
  159. };
  160. class core_2: luc_hull_base
  161. {
  162. scope = 2;
  163. scopeCurator = 2;
  164. displayname = "luc hull 7";
  165. editorpreview = "";
  166. model = "\442_ships\lucrehulk\core_2.p3d";
  167. hiddenselections[] = {"core"};
  168. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\core_co.paa"};
  169. };
  170. class core_3: luc_hull_base
  171. {
  172. scope = 2;
  173. scopeCurator = 2;
  174. displayname = "luc hull 8";
  175. editorpreview = "";
  176. model = "\442_ships\lucrehulk\core_3.p3d";
  177. hiddenselections[] = {"core"};
  178. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\core_co.paa"};
  179. };
  180. class engine_1: luc_hull_base
  181. {
  182. scope = 2;
  183. scopeCurator = 2;
  184. displayname = "luc hull 9";
  185. editorpreview = "";
  186. model = "\442_ships\lucrehulk\engine_1.p3d";
  187. hiddenselections[] = {"engine"};
  188. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\engine_co.paa"};
  189. };
  190. class front_1: luc_hull_base
  191. {
  192. scope = 2;
  193. scopeCurator = 2;
  194. displayname = "luc hull 10";
  195. editorpreview = "";
  196. model = "\442_ships\lucrehulk\front_1.p3d";
  197. hiddenselections[] = {"front"};
  198. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\front_co.paa"};
  199. };
  200. class front_2: luc_hull_base
  201. {
  202. scope = 2;
  203. scopeCurator = 2;
  204. displayname = "luc hull 11";
  205. editorpreview = "";
  206. model = "\442_ships\lucrehulk\front_2.p3d";
  207. hiddenselections[] = {"front"};
  208. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\front_co.paa"};
  209. };
  210. class front_3: luc_hull_base
  211. {
  212. scope = 2;
  213. scopeCurator = 2;
  214. displayname = "luc hull 12";
  215. editorpreview = "";
  216. model = "\442_ships\lucrehulk\front_3.p3d";
  217. hiddenselections[] = {"front"};
  218. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\front_co.paa"};
  219. };
  220. class front_4: luc_hull_base
  221. {
  222. scope = 2;
  223. scopeCurator = 2;
  224. displayname = "luc hull 13";
  225. editorpreview = "";
  226. model = "\442_ships\lucrehulk\front_4.p3d";
  227. hiddenselections[] = {"front"};
  228. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\front_co.paa"};
  229. };
  230. class gate_1: luc_hull_base
  231. {
  232. scope = 2;
  233. scopeCurator = 2;
  234. displayname = "luc hull 14";
  235. editorpreview = "";
  236. model = "\442_ships\lucrehulk\gate_1.p3d";
  237. hiddenselections[] = {"gate"};
  238. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\gate_co.paa"};
  239. };
  240. class inner_1: luc_hull_base
  241. {
  242. scope = 2;
  243. scopeCurator = 2;
  244. displayname = "luc hull 15";
  245. editorpreview = "";
  246. model = "\442_ships\lucrehulk\inner_1.p3d";
  247. hiddenselections[] = {"inner"};
  248. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\inner_co.paa"};
  249. };
  250. class inner_2: luc_hull_base
  251. {
  252. scope = 2;
  253. scopeCurator = 2;
  254. displayname = "luc hull 16";
  255. editorpreview = "";
  256. model = "\442_ships\lucrehulk\inner_2.p3d";
  257. hiddenselections[] = {"inner"};
  258. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\inner_co.paa"};
  259. };
  260. class inner_3: luc_hull_base
  261. {
  262. scope = 2;
  263. scopeCurator = 2;
  264. displayname = "luc hull 17";
  265. editorpreview = "";
  266. model = "\442_ships\lucrehulk\inner_3.p3d";
  267. hiddenselections[] = {"inner"};
  268. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\inner_co.paa"};
  269. };
  270. class inner_4: luc_hull_base
  271. {
  272. scope = 2;
  273. scopeCurator = 2;
  274. displayname = "luc hull 18";
  275. editorpreview = "";
  276. model = "\442_ships\lucrehulk\inner_4.p3d";
  277. hiddenselections[] = {"inner"};
  278. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\inner_co.paa"};
  279. };
  280. class radar_1: luc_hull_base
  281. {
  282. scope = 2;
  283. scopeCurator = 2;
  284. displayname = "luc hull 19";
  285. editorpreview = "";
  286. model = "\442_ships\lucrehulk\radar_1.p3d";
  287. hiddenselections[] = {"radar"};
  288. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\radar_co.paa"};
  289. };
  290. class radar_2: luc_hull_base
  291. {
  292. scope = 2;
  293. scopeCurator = 2;
  294. displayname = "luc hull 20";
  295. editorpreview = "";
  296. model = "\442_ships\lucrehulk\radar_2.p3d";
  297. hiddenselections[] = {"radar"};
  298. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\radar_co.paa"};
  299. };
  300. class radar_3: luc_hull_base
  301. {
  302. scope = 2;
  303. scopeCurator = 2;
  304. displayname = "luc hull 21";
  305. editorpreview = "";
  306. model = "\442_ships\lucrehulk\radar_3.p3d";
  307. hiddenselections[] = {"radar"};
  308. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\radar_co.paa"};
  309. };
  310. class radar_4: luc_hull_base
  311. {
  312. scope = 2;
  313. scopeCurator = 2;
  314. displayname = "luc hull 22";
  315. editorpreview = "";
  316. model = "\442_ships\lucrehulk\radar_4.p3d";
  317. hiddenselections[] = {"radar"};
  318. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\radar_co.paa"};
  319. };
  320. class top_1: luc_hull_base
  321. {
  322. scope = 2;
  323. scopeCurator = 2;
  324. displayname = "luc hull 23";
  325. editorpreview = "";
  326. model = "\442_ships\lucrehulk\top_1.p3d";
  327. hiddenselections[] = {"top"};
  328. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\top_co.paa"};
  329. };
  330. class top_2: luc_hull_base
  331. {
  332. scope = 2;
  333. scopeCurator = 2;
  334. displayname = "luc hull 24";
  335. editorpreview = "";
  336. model = "\442_ships\lucrehulk\top_2.p3d";
  337. hiddenselections[] = {"top"};
  338. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\top_co.paa"};
  339. };
  340. class top_3: luc_hull_base
  341. {
  342. scope = 2;
  343. scopeCurator = 2;
  344. displayname = "luc hull 25";
  345. editorpreview = "";
  346. model = "\442_ships\lucrehulk\top_3.p3d";
  347. hiddenselections[] = {"top"};
  348. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\top_co.paa"};
  349. };
  350. class top_4: luc_hull_base
  351. {
  352. scope = 2;
  353. scopeCurator = 2;
  354. displayname = "luc hull 26";
  355. editorpreview = "";
  356. model = "\442_ships\lucrehulk\top_4.p3d";
  357. hiddenselections[] = {"top"};
  358. hiddenselectionstextures[] = {"442_ships\lucrehulk\data\top_co.paa"};
  359. };
  360. };
  361. class cfgMods
  362. {
  363. author = "kripto202";
  364. timepacked = "1591528071";
  365. };