Advertisement
AnthonyProductions

ben malden

Mar 14th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.55 KB | None | 0 0
  1. #include "basicdefines_A3.hpp"
  2.  
  3. enum {
  4. DESTRUCTENGINE = 2,
  5. DESTRUCTDEFAULT = 6,
  6. DESTRUCTWRECK = 7,
  7. DESTRUCTTREE = 3,
  8. DESTRUCTTENT = 4,
  9. STABILIZEDINAXISX = 1,
  10. STABILIZEDINAXESXYZ = 4,
  11. STABILIZEDINAXISY = 2,
  12. STABILIZEDINAXESBOTH = 3,
  13. DESTRUCTNO = 0,
  14. STABILIZEDINAXESNONE = 0,
  15. DESTRUCTMAN = 5,
  16. DESTRUCTBUILDING = 1,
  17. };
  18.  
  19. class CfgPatches {
  20. class Phenix_AP {
  21. units[] = {};
  22. weapons[] = {};
  23. requiredVersion = 0.1;
  24. requiredAddons[] = {};
  25. author = "Phenix, AnthoProd";
  26. };
  27. };
  28.  
  29. class cfgWeapons {
  30. class ItemCore;
  31. class InventoryItem_Base_F;
  32. class HeadgearItem;
  33.  
  34. //Casque Airoh
  35.  
  36. class airoh_base_phenix : ItemCore {
  37. scope = 2;
  38. weaponPoolAvailable = 1;
  39. displayName = "Casque Airoh 1";
  40. picture = "\Casque_Phenix_AP\data\ico\iconAntho.paa";
  41. model = "\Casque_Phenix_AP\casqueAiroh_Phenix.p3d";
  42. author = "Phenix, AnthoProd";
  43. hiddenSelections[]=
  44. {
  45. "camo1"
  46. };
  47. hiddenSelectionsTextures[]=
  48. {
  49. "\Casque_Phenix_AP\data\Textures\Airoh1.paa"
  50. };
  51. class ItemInfo : HeadgearItem {
  52. mass = 100;
  53. uniformModel = "\Casque_Phenix_AP\casqueAiroh_Phenix.p3d";
  54. hiddenSelections[]=
  55. {
  56. "camo1"
  57. };
  58. picture = "\Casque_Phenix_AP\data\ico\iconAntho.paa";
  59. modelSides[] = {3, 1};
  60. armor = 3*0.5;
  61. passThrough = 0.8;
  62. };
  63. };
  64.  
  65. //Casque Airoh
  66.  
  67. class airoh_2_phenix: airoh_base_phenix
  68. {
  69. displayName="Casque Airoh 2";
  70. author="Phenix, AnthoProd";
  71. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  72. hiddenSelectionsTextures[]=
  73. {
  74. "Casque_Phenix_AP\data\textures\airoh2.paa"
  75. };
  76. };
  77. class airoh_3_phenix: airoh_base_phenix
  78. {
  79. displayName="Casque Airoh 3";
  80. author="Phenix, AnthoProd";
  81. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  82. hiddenSelectionsTextures[]=
  83. {
  84. "Casque_Phenix_AP\data\textures\airoh3.paa"
  85. };
  86. };
  87. class airoh_4_phenix: airoh_base_phenix
  88. {
  89. displayName="Casque Airoh 4";
  90. author="Phenix, AnthoProd";
  91. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  92. hiddenSelectionsTextures[]=
  93. {
  94. "Casque_Phenix_AP\data\textures\airoh4.paa"
  95. };
  96. };
  97. class airoh_5_phenix: airoh_base_phenix
  98. {
  99. displayName="Casque Airoh 5";
  100. author="Phenix, AnthoProd";
  101. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  102. hiddenSelectionsTextures[]=
  103. {
  104. "Casque_Phenix_AP\data\textures\airoh5.paa"
  105. };
  106. };
  107. class airoh_6_phenix: airoh_base_phenix
  108. {
  109. displayName="Casque Airoh 6";
  110. author="Phenix, AnthoProd";
  111. picture = "\Casque_Phenix_AP\data\ico\iconAntho.paa";
  112. hiddenSelectionsTextures[]=
  113. {
  114. "Casque_Phenix_AP\data\textures\airoh6.paa"
  115. };
  116. };
  117. class airoh_7_phenix: airoh_base_phenix
  118. {
  119. displayName="Casque Airoh 7";
  120. author="Phenix, AnthoProd";
  121. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  122. hiddenSelectionsTextures[]=
  123. {
  124. "Casque_Phenix_AP\data\textures\airoh7.paa"
  125. };
  126. };
  127. class airoh_8_phenix: airoh_base_phenix
  128. {
  129. displayName="Casque Airoh 8";
  130. author="Phenix, AnthoProd";
  131. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  132. hiddenSelectionsTextures[]=
  133. {
  134. "Casque_Phenix_AP\data\textures\airoh8.paa"
  135. };
  136. };
  137. class airoh_9_phenix: airoh_base_phenix
  138. {
  139. displayName="Casque Airoh 9";
  140. author="Phenix, AnthoProd";
  141. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  142. hiddenSelectionsTextures[]=
  143. {
  144. "Casque_Phenix_AP\data\textures\airoh9.paa"
  145. };
  146. };
  147. class airoh_10_phenix: airoh_base_phenix
  148. {
  149. displayName="Casque Airoh 10";
  150. author="Phenix, AnthoProd";
  151. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  152. hiddenSelectionsTextures[]=
  153. {
  154. "Casque_Phenix_AP\data\textures\airoh10.paa"
  155. };
  156. };
  157. class airoh_11_phenix: airoh_base_phenix
  158. {
  159. displayName="Casque Airoh 11";
  160. author="Phenix, AnthoProd";
  161. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  162. hiddenSelectionsTextures[]=
  163. {
  164. "Casque_Phenix_AP\data\textures\airoh11.paa"
  165. };
  166. };
  167. class airoh_12_phenix: airoh_base_phenix
  168. {
  169. displayName="Casque Airoh 12";
  170. author="Phenix, AnthoProd";
  171. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  172. hiddenSelectionsTextures[]=
  173. {
  174. "Casque_Phenix_AP\data\textures\airoh12.paa"
  175. };
  176.  
  177.  
  178. //Casque Airoh GoPro
  179.  
  180. };
  181. class airohGP_base_phenix : ItemCore {
  182. scope = 2;
  183. weaponPoolAvailable = 1;
  184. displayName = "Casque Airoh GoPro 1";
  185. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  186. model = "Casque_Phenix_AP\casqueAirohGP_Phenix.p3d";
  187. author = "Phenix, AnthoProd";
  188. hiddenSelections[]=
  189. {
  190. "camo1"
  191. };
  192. hiddenSelectionsTextures[]=
  193. {
  194. "Casque_Phenix_AP\data\Textures\Airoh1.paa"
  195. };
  196. class ItemInfo : HeadgearItem {
  197. mass = 100;
  198. uniformModel = "Casque_Phenix_AP\casqueAirohGP_Phenix.p3d";
  199. hiddenSelections[]=
  200. {
  201. "camo1"
  202. };
  203. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  204. modelSides[] = {3, 1};
  205. armor = 3*0.5;
  206. passThrough = 0.8;
  207. };
  208. };
  209. class airohgp_2_phenix: airohGP_base_phenix
  210. {
  211. displayName="Casque Airoh GoPro 2";
  212. author="Phenix, AnthoProd";
  213. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  214. hiddenSelectionsTextures[]=
  215. {
  216. "Casque_Phenix_AP\data\textures\airoh1.paa"
  217. };
  218. };
  219. class airohgp_3_phenix: airohGP_base_phenix
  220. {
  221. displayName="Casque Airoh GoPro 3";
  222. author="Phenix, AnthoProd";
  223. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  224. hiddenSelectionsTextures[]=
  225. {
  226. "Casque_Phenix_AP\data\textures\airoh2.paa"
  227. };
  228. };
  229. class airohgp_4_phenix: airohGP_base_phenix
  230. {
  231. displayName="Casque Airoh GoPro 4";
  232. author="Phenix, AnthoProd";
  233. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  234. hiddenSelectionsTextures[]=
  235. {
  236. "Casque_Phenix_AP\data\textures\airoh3.paa"
  237. };
  238. };
  239. class airohgp_5_phenix: airohGP_base_phenix
  240. {
  241. displayName="Casque Airoh GoPro 5";
  242. author="Phenix, AnthoProd";
  243. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  244. hiddenSelectionsTextures[]=
  245. {
  246. "Casque_Phenix_AP\data\textures\airoh4.paa"
  247. };
  248. };
  249. class airohgp_6_phenix: airohGP_base_phenix
  250. {
  251. displayName="Casque Airoh GoPro 6";
  252. author="Phenix, AnthoProd";
  253. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  254. hiddenSelectionsTextures[]=
  255. {
  256. "Casque_Phenix_AP\data\textures\airoh5.paa"
  257. };
  258. };
  259. class airohgp_7_phenix: airohGP_base_phenix
  260. {
  261. displayName="Casque Airoh GoPro 7";
  262. author="Phenix, AnthoProd";
  263. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  264. hiddenSelectionsTextures[]=
  265. {
  266. "Casque_Phenix_AP\data\textures\airoh6.paa"
  267. };
  268. };
  269. class airohgp_8_phenix: airohGP_base_phenix
  270. {
  271. displayName="Casque Airoh GoPro 8";
  272. author="Phenix, AnthoProd";
  273. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  274. hiddenSelectionsTextures[]=
  275. {
  276. "Casque_Phenix_AP\data\textures\airoh7.paa"
  277. };
  278. };
  279. class airohgp_9_phenix: airohGP_base_phenix
  280. {
  281. displayName="Casque Airoh GoPro 9";
  282. author="Phenix, AnthoProd";
  283. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  284. hiddenSelectionsTextures[]=
  285. {
  286. "Casque_Phenix_AP\data\textures\airoh8.paa"
  287. };
  288. };
  289. class airohgp_10_phenix: airohGP_base_phenix
  290. {
  291. displayName="Casque Airoh GoPro 10";
  292. author="Phenix, AnthoProd";
  293. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  294. hiddenSelectionsTextures[]=
  295. {
  296. "Casque_Phenix_AP\data\textures\airoh9.paa"
  297. };
  298. };
  299. class airohgp_11_phenix: airohGP_base_phenix
  300. {
  301. displayName="Casque Airoh GoPro 11";
  302. author="Phenix, AnthoProd";
  303. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  304. hiddenSelectionsTextures[]=
  305. {
  306. "Casque_Phenix_AP\data\textures\airoh10.paa"
  307. };
  308. };
  309. class airohgp_12_phenix: airohGP_base_phenix
  310. {
  311. displayName="Casque Airoh GoPro 12";
  312. author="Phenix, AnthoProd";
  313. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  314. hiddenSelectionsTextures[]=
  315. {
  316. "Casque_Phenix_AP\data\textures\airoh11.paa"
  317. };
  318.  
  319.  
  320. //Début Casque Route
  321.  
  322. };
  323. class Route_base_phenix : ItemCore {
  324. scope = 2;
  325. weaponPoolAvailable = 1;
  326. displayName = "Casque Route";
  327. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  328. model = "Casque_Phenix_AP\Route_Phenix.p3d";
  329. author = "Phenix";
  330. hiddenSelections[]=
  331. {
  332. "camo1"
  333. };
  334. hiddenSelectionsTextures[]=
  335. {
  336. "Casque_Phenix_AP\data\Textures\Casqueroute.paa"
  337. };
  338. class ItemInfo : HeadgearItem {
  339. mass = 100;
  340. uniformModel = "Casque_Phenix_AP\Route_Phenix.p3d";
  341. hiddenSelections[]=
  342. {
  343. "camo1"
  344. };
  345. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  346. modelSides[] = {3, 1};
  347. armor = 3*0.5;
  348. passThrough = 0.8;
  349. };
  350. };
  351.  
  352.  
  353. //Début Casque Shoei
  354.  
  355. class shoei_base_AnthoProd : ItemCore {
  356. scope = 2;
  357. weaponPoolAvailable = 1;
  358. displayName = "Casque Shoei 1";
  359. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  360. model = "Casque_Phenix_AP\shoei_AnthoProd.p3d";
  361. author = "AnthoProd";
  362. hiddenSelections[]=
  363. {
  364. "camo1"
  365. };
  366. hiddenSelectionsTextures[]=
  367. {
  368. "Casque_Phenix_AP\data\Textures\Shoei1.paa"
  369. };
  370. class ItemInfo : HeadgearItem {
  371. mass = 100;
  372. uniformModel = "Casque_Phenix_AP\shoei_AnthoProd.p3d";
  373. hiddenSelections[]=
  374. {
  375. "camo1"
  376. };
  377. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  378. modelSides[] = {3, 1};
  379. armor = 3*0.5;
  380. passThrough = 0.8;
  381. };
  382. };
  383. class shoei_1 : shoei_base_AnthoProd
  384. {
  385. displayName="Casque Shoei 2";
  386. author="AnthoProd";
  387. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  388. hiddenSelectionsTextures[]=
  389. {
  390. "Casque_Phenix_AP\data\textures\shoei2.paa"
  391. };
  392. };
  393. class shoei_2 : shoei_base_AnthoProd
  394. {
  395. displayName="Casque Shoei 3";
  396. author="AnthoProd";
  397. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  398. hiddenSelectionsTextures[]=
  399. {
  400. "Casque_Phenix_AP\data\textures\shoei3.paa"
  401. };
  402. };
  403. class shoei_3 : shoei_base_AnthoProd
  404. {
  405. displayName="Casque Shoei 4";
  406. author="AnthoProd";
  407. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  408. hiddenSelectionsTextures[]=
  409. {
  410. "Casque_Phenix_AP\data\textures\shoei4.paa"
  411. };
  412. };
  413. class shoei_4 : shoei_base_AnthoProd
  414. {
  415. displayName="Casque Shoei 5";
  416. author="AnthoProd";
  417. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  418. hiddenSelectionsTextures[]=
  419. {
  420. "Casque_Phenix_AP\data\textures\shoei5.paa"
  421. };
  422. };
  423. class shoei_5 : shoei_base_AnthoProd
  424. {
  425. displayName="Casque Shoei 6";
  426. author="AnthoProd";
  427. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  428. hiddenSelectionsTextures[]=
  429. {
  430. "Casque_Phenix_AP\data\textures\shoei6.paa"
  431. };
  432. };
  433. class shoei_6 : shoei_base_AnthoProd
  434. {
  435. displayName="Casque Shoei 7";
  436. author="AnthoProd";
  437. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  438. hiddenSelectionsTextures[]=
  439. {
  440. "Casque_Phenix_AP\data\textures\shoei7.paa"
  441. };
  442. };
  443. class shoei_7 : shoei_base_AnthoProd
  444. {
  445. displayName="Casque Shoei 8";
  446. author="AnthoProd";
  447. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  448. hiddenSelectionsTextures[]=
  449. {
  450. "Casque_Phenix_AP\data\textures\shoei8.paa"
  451. };
  452. };
  453. class shoei_8 : shoei_base_AnthoProd
  454. {
  455. displayName="Casque Shoei 9";
  456. author="AnthoProd";
  457. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  458. hiddenSelectionsTextures[]=
  459. {
  460. "Casque_Phenix_AP\data\textures\shoei9.paa"
  461. };
  462. };
  463. class shoei_9 : shoei_base_AnthoProd
  464. {
  465. displayName="Casque Shoei 10";
  466. author="AnthoProd";
  467. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  468. hiddenSelectionsTextures[]=
  469. {
  470. "Casque_Phenix_AP\data\textures\shoei10.paa"
  471. };
  472. };
  473. class shoei_10 : shoei_base_AnthoProd
  474. {
  475. displayName="Casque Shoei 11";
  476. author="AnthoProd";
  477. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  478. hiddenSelectionsTextures[]=
  479. {
  480. "Casque_Phenix_AP\data\textures\shoei11.paa"
  481. };
  482. };
  483. class shoei_11 : shoei_base_AnthoProd
  484. {
  485. displayName="Casque Shoei 12";
  486. author="AnthoProd";
  487. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  488. hiddenSelectionsTextures[]=
  489. {
  490. "Casque_Phenix_AP\data\textures\shoei12.paa"
  491. };
  492. };
  493. class shoei_12 : shoei_base_AnthoProd
  494. {
  495. displayName="Casque Shoei 13";
  496. author="AnthoProd";
  497. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  498. hiddenSelectionsTextures[]=
  499. {
  500. "Casque_Phenix_AP\data\textures\shoei13.paa"
  501. };
  502. };
  503. class shoei_13 : shoei_base_AnthoProd
  504. {
  505. displayName="Casque Shoei 14";
  506. author="AnthoProd";
  507. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  508. hiddenSelectionsTextures[]=
  509. {
  510. "Casque_Phenix_AP\data\textures\shoei14.paa"
  511. };
  512. };
  513. class shoei_14 : shoei_base_AnthoProd
  514. {
  515. displayName="Casque Shoei 15";
  516. author="AnthoProd";
  517. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  518. hiddenSelectionsTextures[]=
  519. {
  520. "Casque_Phenix_AP\data\textures\shoei15.paa"
  521. };
  522. };
  523. class shoei_15 : shoei_base_AnthoProd
  524. {
  525. displayName="Casque Shoei 16";
  526. author="AnthoProd";
  527. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  528. hiddenSelectionsTextures[]=
  529. {
  530. "Casque_Phenix_AP\data\textures\shoei16.paa"
  531. };
  532. };
  533. class shoei_16 : shoei_base_AnthoProd
  534. {
  535. displayName="Casque Shoei 17";
  536. author="AnthoProd";
  537. picture = "Casque_Phenix_AP\data\ico\iconAntho.paa";
  538. hiddenSelectionsTextures[]=
  539. {
  540. "Casque_Phenix_AP\data\textures\shoei17.paa"
  541. };
  542. };
  543. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement