config.cpp 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. class cfgpatches
  2. {
  3. class 442_mandator
  4. {
  5. requiredAddons[]={};
  6. weapons[]={};
  7. units[]=
  8. {
  9. "mandator_base",
  10. "mandator_body1_1",
  11. "mandator_body2_1",
  12. "mandator_body2_2",
  13. "mandator_body3_1",
  14. "mandator_body3_2",
  15. "mandator_body4_1",
  16. "mandator_body4_2",
  17. "mandator_body4_3",
  18. "mandator_body4_4",
  19. "mandator_body4_5",
  20. "mandator_body4_6",
  21. "mandator_body4_7",
  22. "mandator_body4_8",
  23. "mandator_engine_1",
  24. "mandator_engine_2",
  25. "mandator_engine_3",
  26. "mandator_hanger1_1",
  27. "mandator_hanger2_1",
  28. "mandator_hanger2_2",
  29. "mandator_hanger3_1",
  30. "mandator_hanger3_2",
  31. "mandator_hanger4",
  32. };
  33. };
  34. };
  35. class Eventhandlers;
  36. class CfgVehicles
  37. {
  38. class NonStrategic;
  39. class StaticShip;
  40. class Ship;
  41. class Building;
  42. class House_F;
  43. class FloatingStructure_F;
  44. class thingx;
  45. class LandVehicle;
  46. class Motorcycle;
  47. class FlagCarrier;
  48. class Items_base_F;
  49. /* class 442_lucrehulk: House_F
  50. {
  51. author="kripto202";
  52. model="\442_ships\lucrehulk\lucrehulk.p3d";
  53. scope=2;
  54. scopecurator=2;
  55. editorpreview="";
  56. editorcategory="kobra";
  57. editorsubcategory="442_ships";
  58. vehicleClass="Structures";
  59. icon="iconObject_1x1";
  60. displayname="Lucrehulk (Zeus)";
  61. hiddenselections[] =
  62. {
  63. "top",
  64. "radar",
  65. "inner",
  66. "front",
  67. "gate",
  68. "core",
  69. "bottom",
  70. "engine",
  71. "back"
  72. };
  73. hiddenselectionstextures[] =
  74. {
  75. "442_ships\lucrehulk\data\top_co.paa",
  76. "442_ships\lucrehulk\data\radar_co.paa",
  77. "442_ships\lucrehulk\data\inner_co.paa",
  78. "442_ships\lucrehulk\data\front_co.paa",
  79. "442_ships\lucrehulk\data\gate_co.paa",
  80. "442_ships\lucrehulk\data\core_co.paa",
  81. "442_ships\lucrehulk\data\bottom_co.paa",
  82. "442_ships\lucrehulk\data\engine_co.paa",
  83. "442_ships\lucrehulk\data\back_co.paa"
  84. };
  85. }; */
  86. class mandator_base: StaticShip
  87. {
  88. author="kripto202";
  89. model="\442_ships\mandator\base.p3d";
  90. reversed=0;
  91. scope=2;
  92. scopecurator=2;
  93. editorpreview="";
  94. editorcategory="kobra";
  95. editorsubcategory="442_ships";
  96. vehicleClass="Structures_Military";
  97. icon="iconObject_1x1";
  98. displayname="Mandator II";
  99. mapsize=3000;
  100. destrType=0;
  101. featureType=2;
  102. multistructureparts[]=
  103. {
  104. {
  105. "mandator_body1_1",
  106. "body1_1"
  107. },
  108. {
  109. "mandator_body2_1",
  110. "body2_1"
  111. },
  112. {
  113. "mandator_body2_2",
  114. "body2_2"
  115. },
  116. {
  117. "mandator_body3_1",
  118. "body3_1"
  119. },
  120. {
  121. "mandator_body3_2",
  122. "body3_2"
  123. },
  124. {
  125. "mandator_body4_1",
  126. "body4_1"
  127. },
  128. {
  129. "mandator_body4_2",
  130. "body4_2"
  131. },
  132. {
  133. "mandator_body4_3",
  134. "body4_3"
  135. },
  136. {
  137. "mandator_body4_4",
  138. "body4_4"
  139. },
  140. {
  141. "mandator_body4_5",
  142. "body4_5"
  143. },
  144. {
  145. "mandator_body4_6",
  146. "body4_6"
  147. },
  148. {
  149. "mandator_body4_7",
  150. "body4_7"
  151. },
  152. {
  153. "mandator_body4_8",
  154. "body4_8"
  155. },
  156. {
  157. "mandator_engine_1",
  158. "engine_1"
  159. },
  160. {
  161. "mandator_engine_2",
  162. "engine_2"
  163. },
  164. {
  165. "mandator_engine_3",
  166. "engine_3"
  167. },
  168. {
  169. "mandator_hanger1_1",
  170. "hanger1_1"
  171. },
  172. {
  173. "mandator_hanger2_1",
  174. "hanger2_1"
  175. },
  176. {
  177. "mandator_hanger2_2",
  178. "hanger2_2"
  179. },
  180. {
  181. "mandator_hanger3_1",
  182. "hanger3_1"
  183. },
  184. {
  185. "mandator_hanger3_2",
  186. "hanger3_2"
  187. },
  188. {
  189. "mandator_hanger4",
  190. "hanger4"
  191. },
  192. };
  193. class Eventhandlers
  194. {
  195. init="_this call BIS_fnc_Destroyer01Init;";
  196. attributesChanged3DEN="_this call BIS_fnc_Destroyer01PosUpdate;";
  197. dragged3DEN="_this call BIS_fnc_Destroyer01PosUpdate;";
  198. registeredToWorld3DEN="_this call BIS_fnc_Destroyer01EdenInit;";
  199. unregisteredFromWorld3DEN="_this call BIS_fnc_Destroyer01EdenDelete;";
  200. };
  201. };
  202. class mandator_hull_base: House_F
  203. {
  204. reversed=0;
  205. scope=1;
  206. scopeCurator=0;
  207. author="kripto202";
  208. displayname="mandator_hull_base";
  209. editorpreview="";
  210. editorcategory="kobra";
  211. editorsubcategory="442_ships_parts";
  212. vehicleClass="Structures_Military";
  213. icon="iconObject_1x1";
  214. mapsize=70;
  215. model="\442_ships\lucrehulk\1.p3d";
  216. armor=1000000000000000000;
  217. hideUnitInfo=1;
  218. nameSound="ship";
  219. featureType=2;
  220. class Hitpoints
  221. {
  222. };
  223. class DestructionEffects
  224. {
  225. };
  226. class Damage
  227. {
  228. tex[]={};
  229. mat[]={};
  230. };
  231. class AnimationSources
  232. {
  233. };
  234. class UserActions
  235. {
  236. };
  237. };
  238. class mandator_body1_1: mandator_hull_base
  239. {
  240. scope=2;
  241. scopeCurator=2;
  242. displayname="mandator body1_1";
  243. editorpreview="";
  244. model="\442_ships\mandator\body1_1.p3d";
  245. hiddenselections[]=
  246. {
  247. "body1"
  248. };
  249. hiddenselectionstextures[]=
  250. {
  251. "442_ships\mandator\data\body1_co.paa"
  252. };
  253. };
  254. class mandator_body2_1: mandator_hull_base
  255. {
  256. scope=2;
  257. scopeCurator=2;
  258. displayname="mandator body2_1";
  259. editorpreview="";
  260. model="\442_ships\mandator\body2_1.p3d";
  261. hiddenselections[]=
  262. {
  263. "body2"
  264. };
  265. hiddenselectionstextures[]=
  266. {
  267. "442_ships\mandator\data\body2_co.paa"
  268. };
  269. };
  270. class mandator_body2_2: mandator_body2_1
  271. {
  272. displayname = "mandator body2_2";
  273. model="\442_ships\mandator\body2_2.p3d";
  274. };
  275. class mandator_body3_1: mandator_hull_base
  276. {
  277. scope=2;
  278. scopeCurator=2;
  279. displayname="mandator body3_1";
  280. editorpreview="";
  281. model="\442_ships\mandator\body3_1.p3d";
  282. hiddenselections[]=
  283. {
  284. "body3"
  285. };
  286. hiddenselectionstextures[]=
  287. {
  288. "442_ships\mandator\data\body3_co.paa"
  289. };
  290. };
  291. class mandator_body3_2: mandator_body3_1
  292. {
  293. displayname = "mandator body3_2";
  294. model="\442_ships\mandator\body3_2.p3d";
  295. };
  296. class mandator_body4_1: mandator_hull_base
  297. {
  298. scope=2;
  299. scopeCurator=2;
  300. displayname="mandator body4_1";
  301. editorpreview="";
  302. model="\442_ships\mandator\body4_1.p3d";
  303. hiddenselections[]=
  304. {
  305. "body4"
  306. };
  307. hiddenselectionstextures[]=
  308. {
  309. "442_ships\mandator\data\body4_co.paa"
  310. };
  311. };
  312. class mandator_body4_2: mandator_body4_1
  313. {
  314. displayname = "mandator body4_2";
  315. model="\442_ships\mandator\body4_2.p3d";
  316. };
  317. class mandator_body4_3: mandator_body4_1
  318. {
  319. displayname = "mandator body4_3";
  320. model="\442_ships\mandator\body4_3.p3d";
  321. };
  322. class mandator_body4_4: mandator_body4_1
  323. {
  324. displayname = "mandator body4_4";
  325. model="\442_ships\mandator\body4_4.p3d";
  326. };
  327. class mandator_body4_5: mandator_body4_1
  328. {
  329. displayname = "mandator body4_5";
  330. model="\442_ships\mandator\body4_5.p3d";
  331. };
  332. class mandator_body4_6: mandator_body4_1
  333. {
  334. displayname = "mandator body4_6";
  335. model="\442_ships\mandator\body4_6.p3d";
  336. };
  337. class mandator_body4_7: mandator_body4_1
  338. {
  339. displayname = "mandator body4_7";
  340. model="\442_ships\mandator\body4_7.p3d";
  341. };
  342. class mandator_body4_8: mandator_body4_1
  343. {
  344. displayname = "mandator body4_8";
  345. model="\442_ships\mandator\body4_8.p3d";
  346. };
  347. class mandator_engine_1: mandator_hull_base
  348. {
  349. scope=2;
  350. scopeCurator=2;
  351. displayname="mandator engine_1";
  352. editorpreview="";
  353. model="\442_ships\mandator\engine_1.p3d";
  354. hiddenselections[]=
  355. {
  356. "engine"
  357. };
  358. hiddenselectionstextures[]=
  359. {
  360. "442_ships\mandator\data\engine_co.paa"
  361. };
  362. };
  363. class mandator_engine_2: mandator_engine_1
  364. {
  365. displayname = "mandator engine_2";
  366. model="\442_ships\mandator\engine_2.p3d";
  367. };
  368. class mandator_engine_3: mandator_engine_1
  369. {
  370. displayname = "mandator engine_3";
  371. model="\442_ships\mandator\engine_3.p3d";
  372. };
  373. class mandator_hanger1_1: mandator_hull_base
  374. {
  375. scope=2;
  376. scopeCurator=2;
  377. displayname="mandator hanger1_1";
  378. editorpreview="";
  379. model="\442_ships\mandator\hanger1_1.p3d";
  380. hiddenselections[]=
  381. {
  382. "hanger1"
  383. };
  384. hiddenselectionstextures[]=
  385. {
  386. "442_ships\mandator\data\hanger1_co.paa"
  387. };
  388. };
  389. class mandator_hanger2_1: mandator_hull_base
  390. {
  391. scope=2;
  392. scopeCurator=2;
  393. displayname="mandator hanger2_1";
  394. editorpreview="";
  395. model="\442_ships\mandator\hanger2_1.p3d";
  396. hiddenselections[]=
  397. {
  398. "hanger2"
  399. };
  400. hiddenselectionstextures[]=
  401. {
  402. "442_ships\mandator\data\hanger2_co.paa"
  403. };
  404. };
  405. class mandator_hanger2_2: mandator_hanger2_1
  406. {
  407. displayname = "mandator hanger2_2";
  408. model="\442_ships\mandator\hanger2_2.p3d";
  409. };
  410. class mandator_hanger3_1: mandator_hull_base
  411. {
  412. scope=2;
  413. scopeCurator=2;
  414. displayname="mandator hanger3_1";
  415. editorpreview="";
  416. model="\442_ships\mandator\hanger3_1.p3d";
  417. hiddenselections[]=
  418. {
  419. "hanger3"
  420. };
  421. hiddenselectionstextures[]=
  422. {
  423. "442_ships\mandator\data\hanger3_co.paa"
  424. };
  425. };
  426. class mandator_hanger3_2: mandator_hanger3_1
  427. {
  428. displayname = "mandator hanger3_2";
  429. model="\442_ships\mandator\hanger3_2.p3d";
  430. };
  431. class mandator_hanger4: mandator_hull_base
  432. {
  433. scope=2;
  434. scopeCurator=2;
  435. displayname="mandator hanger4";
  436. editorpreview="";
  437. model="\442_ships\mandator\hanger4.p3d";
  438. hiddenselections[]=
  439. {
  440. "hanger4"
  441. };
  442. hiddenselectionstextures[]=
  443. {
  444. "442_ships\mandator\data\hanger4_co.paa"
  445. };
  446. };
  447. };