Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.36 KB | None | 0 0
  1. class CfgVehicleTransport
  2. {
  3. class Exile_Container_SupplyBox
  4. {
  5. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  6.  
  7. class Exile_Car_Van_Abstract
  8. {
  9. attachPosition[] = {0, -1.1, 0.2};
  10. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  11. detachPosition[] = {0, -4.4};
  12. };
  13.  
  14. class Exile_Car_Offroad_Abstract
  15. {
  16. attachPosition[] = {0, -1.6, 0.4};
  17. cargoIndizes[] = {1, 2, 3, 4};
  18. detachPosition[] = {0, -4};
  19. };
  20.  
  21. class Exile_Car_Zamak_Abstract
  22. {
  23. attachPosition[] = {0.03, 0.3, 0};
  24. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  25. detachPosition[] = {0.03, -4.8};
  26. };
  27.  
  28. class Exile_Car_HEMMT_Abstract
  29. {
  30. attachPosition[] = {0.05, -0.1, 0.3};
  31. cargoIndizes[] = {1, 2, 8, 9};
  32. detachPosition[] = {0.05, -6.1};
  33. };
  34.  
  35. class Exile_Car_Tempest_Abstract
  36. {
  37. attachPosition[] = {0.08, -0.85, 0.4};
  38. cargoIndizes[] = {1, 6, 7, 9};
  39. detachPosition[] = {0.08, -6};
  40. };
  41.  
  42. class Exile_Chopper_Huron_Abstract
  43. {
  44. attachPosition[] = {0.05, -2.5, 1.1};
  45. cargoIndizes[] = {1, 2, 8, 9};
  46. detachPosition[] = {0.05, -8.1};
  47. };
  48. class Exile_Chopper_Mohawk_Abstract
  49. {
  50. attachPosition[] = {-0.05, -2.8, -1.2};
  51. cargoIndizes[] = {1, 2, 8, 9};
  52. detachPosition[] = {0.05, -8.1};
  53. };
  54. };
  55. class Box_NATO_Wps_F
  56. {
  57. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  58.  
  59. class Exile_Car_Van_Abstract
  60. {
  61. attachPosition[] = {-0.05, -2.3, -0.1};
  62. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  63. detachPosition[] = {0, -4.4};
  64. };
  65.  
  66. class Exile_Car_Offroad_Abstract
  67. {
  68. attachPosition[] = {-0.05, -2.3, -0.1};
  69. cargoIndizes[] = {1, 2, 3, 4};
  70. detachPosition[] = {0, -4};
  71. };
  72.  
  73. class Exile_Car_Zamak_Abstract
  74. {
  75. attachPosition[] = {0, -3.2, -0.1};
  76. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  77. detachPosition[] = {0.03, -4.8};
  78. };
  79.  
  80. class Exile_Car_HEMMT_Abstract
  81. {
  82. attachPosition[] = {0, -4.6, 0.1};
  83. cargoIndizes[] = {1, 2, 8, 9};
  84. detachPosition[] = {0.05, -6.1};
  85. };
  86.  
  87. class Exile_Car_Tempest_Abstract
  88. {
  89. attachPosition[] = {0, -4.65, 0.2};
  90. cargoIndizes[] = {1, 6, 7, 9};
  91. detachPosition[] = {0.08, -6};
  92. };
  93. class Exile_Chopper_Huron_Abstract
  94. {
  95. attachPosition[] = {-0.05, -2.4, -2.55};
  96. cargoIndizes[] = {1, 2, 8, 9};
  97. detachPosition[] = {0.05, -8.1};
  98. };
  99. class Exile_Chopper_Mohawk_Abstract
  100. {
  101. attachPosition[] = {-0.05, -2.65, -2.2};
  102. cargoIndizes[] = {1, 2, 8, 9};
  103. detachPosition[] = {0.05, -8.1};
  104. };
  105. };
  106. class I_CargoNet_01_ammo_F
  107. {
  108. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  109.  
  110. class Exile_Car_Van_Abstract
  111. {
  112. attachPosition[] = {0, -1.1, 0.2};
  113. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  114. detachPosition[] = {0, -4.4};
  115. };
  116.  
  117. class Exile_Car_Offroad_Abstract
  118. {
  119. attachPosition[] = {0, -1.6, 0.4};
  120. cargoIndizes[] = {1, 2, 3, 4};
  121. detachPosition[] = {0, -4};
  122. };
  123.  
  124. class Exile_Car_Zamak_Abstract
  125. {
  126. attachPosition[] = {0.03, 0.3, 0};
  127. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  128. detachPosition[] = {0.03, -4.8};
  129. };
  130.  
  131. class Exile_Car_HEMMT_Abstract
  132. {
  133. attachPosition[] = {0.05, -0.1, 0.3};
  134. cargoIndizes[] = {1, 2, 8, 9};
  135. detachPosition[] = {0.05, -6.1};
  136. };
  137.  
  138. class Exile_Car_Tempest_Abstract
  139. {
  140. attachPosition[] = {0.08, -0.85, 0.4};
  141. cargoIndizes[] = {1, 6, 7, 9};
  142. detachPosition[] = {0.08, -6};
  143. };
  144.  
  145. class Exile_Chopper_Huron_Abstract
  146. {
  147. attachPosition[] = {-0.05, -2.55, -1.2};
  148. cargoIndizes[] = {1, 2, 8, 9};
  149. detachPosition[] = {0.05, -8.1};
  150. };
  151. class Exile_Chopper_Mohawk_Abstract
  152. {
  153. attachPosition[] = {-0.05, -2.8, -1.2};
  154. cargoIndizes[] = {1, 2, 8, 9};
  155. detachPosition[] = {0.05, -8.1};
  156. };
  157. };
  158. class O_CargoNet_01_ammo_F
  159. {
  160. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  161.  
  162. class Exile_Car_Van_Abstract
  163. {
  164. attachPosition[] = {0, -1.1, 0.2};
  165. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  166. detachPosition[] = {0, -4.4};
  167. };
  168.  
  169. class Exile_Car_Offroad_Abstract
  170. {
  171. attachPosition[] = {0, -1.6, 0.4};
  172. cargoIndizes[] = {1, 2, 3, 4};
  173. detachPosition[] = {0, -4};
  174. };
  175.  
  176. class Exile_Car_Zamak_Abstract
  177. {
  178. attachPosition[] = {0.03, 0.3, 0};
  179. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  180. detachPosition[] = {0.03, -4.8};
  181. };
  182.  
  183. class Exile_Car_HEMMT_Abstract
  184. {
  185. attachPosition[] = {0.05, -0.1, 0.3};
  186. cargoIndizes[] = {1, 2, 8, 9};
  187. detachPosition[] = {0.05, -6.1};
  188. };
  189.  
  190. class Exile_Car_Tempest_Abstract
  191. {
  192. attachPosition[] = {0.08, -0.85, 0.4};
  193. cargoIndizes[] = {1, 6, 7, 9};
  194. detachPosition[] = {0.08, -6};
  195. };
  196.  
  197. class Exile_Chopper_Huron_Abstract
  198. {
  199. attachPosition[] = {-0.05, -2.55, -1.2};
  200. cargoIndizes[] = {1, 2, 8, 9};
  201. detachPosition[] = {0.05, -8.1};
  202. };
  203. class Exile_Chopper_Mohawk_Abstract
  204. {
  205. attachPosition[] = {-0.05, -2.8, -1.2};
  206. cargoIndizes[] = {1, 2, 8, 9};
  207. detachPosition[] = {0.05, -8.1};
  208. };
  209. };
  210. class B_CargoNet_01_ammo_F
  211. {
  212. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  213.  
  214. class Exile_Car_Van_Abstract
  215. {
  216. attachPosition[] = {0, -1.1, 0.2};
  217. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  218. detachPosition[] = {0, -4.4};
  219. };
  220.  
  221. class Exile_Car_Offroad_Abstract
  222. {
  223. attachPosition[] = {0, -1.6, 0.4};
  224. cargoIndizes[] = {1, 2, 3, 4};
  225. detachPosition[] = {0, -4};
  226. };
  227.  
  228. class Exile_Car_Zamak_Abstract
  229. {
  230. attachPosition[] = {0.03, 0.3, 0};
  231. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  232. detachPosition[] = {0.03, -4.8};
  233. };
  234.  
  235. class Exile_Car_HEMMT_Abstract
  236. {
  237. attachPosition[] = {0.05, -0.1, 0.3};
  238. cargoIndizes[] = {1, 2, 8, 9};
  239. detachPosition[] = {0.05, -6.1};
  240. };
  241.  
  242. class Exile_Car_Tempest_Abstract
  243. {
  244. attachPosition[] = {0.08, -0.85, 0.4};
  245. cargoIndizes[] = {1, 6, 7, 9};
  246. detachPosition[] = {0.08, -6};
  247. };
  248.  
  249. class Exile_Chopper_Huron_Abstract
  250. {
  251. attachPosition[] = {-0.05, -2.55, -1.2};
  252. cargoIndizes[] = {1, 2, 8, 9};
  253. detachPosition[] = {0.05, -8.1};
  254. };
  255. class Exile_Chopper_Mohawk_Abstract
  256. {
  257. attachPosition[] = {-0.05, -2.8, -1.2};
  258. cargoIndizes[] = {1, 2, 8, 9};
  259. detachPosition[] = {0.05, -8.1};
  260. };
  261. };
  262. class I_supplyCrate_F
  263. {
  264. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  265.  
  266. class Exile_Car_Van_Abstract
  267. {
  268. attachPosition[] = {0, -1.1, 0.2};
  269. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  270. detachPosition[] = {0, -4.4};
  271. };
  272.  
  273. class Exile_Car_Offroad_Abstract
  274. {
  275. attachPosition[] = {0, -1.6, 0.4};
  276. cargoIndizes[] = {1, 2, 3, 4};
  277. detachPosition[] = {0, -4};
  278. };
  279.  
  280. class Exile_Car_Zamak_Abstract
  281. {
  282. attachPosition[] = {0.03, 0.3, 0};
  283. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  284. detachPosition[] = {0.03, -4.8};
  285. };
  286.  
  287. class Exile_Car_HEMMT_Abstract
  288. {
  289. attachPosition[] = {0.05, -0.1, 0.3};
  290. cargoIndizes[] = {1, 2, 8, 9};
  291. detachPosition[] = {0.05, -6.1};
  292. };
  293.  
  294. class Exile_Car_Tempest_Abstract
  295. {
  296. attachPosition[] = {0.08, -0.85, 0.4};
  297. cargoIndizes[] = {1, 6, 7, 9};
  298. detachPosition[] = {0.08, -6};
  299. };
  300.  
  301. class Exile_Chopper_Huron_Abstract
  302. {
  303. attachPosition[] = {-0.05, -2.55, -1.2};
  304. cargoIndizes[] = {1, 2, 8, 9};
  305. detachPosition[] = {0.05, -8.1};
  306. };
  307. class Exile_Chopper_Mohawk_Abstract
  308. {
  309. attachPosition[] = {-0.05, -2.8, -1.2};
  310. cargoIndizes[] = {1, 2, 8, 9};
  311. detachPosition[] = {0.05, -8.1};
  312. };
  313. };
  314. class Box_East_AmmoVeh_F
  315. {
  316. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  317.  
  318. class Exile_Car_Van_Abstract
  319. {
  320. attachPosition[] = {0, -1.1, 0.2};
  321. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  322. detachPosition[] = {0, -4.4};
  323. };
  324.  
  325. class Exile_Car_Offroad_Abstract
  326. {
  327. attachPosition[] = {0, -1.6, 0.4};
  328. cargoIndizes[] = {1, 2, 3, 4};
  329. detachPosition[] = {0, -4};
  330. };
  331.  
  332. class Exile_Car_Zamak_Abstract
  333. {
  334. attachPosition[] = {0.03, 0.3, 0};
  335. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  336. detachPosition[] = {0.03, -4.8};
  337. };
  338.  
  339. class Exile_Car_HEMMT_Abstract
  340. {
  341. attachPosition[] = {0.05, -0.1, 0.3};
  342. cargoIndizes[] = {1, 2, 8, 9};
  343. detachPosition[] = {0.05, -6.1};
  344. };
  345.  
  346. class Exile_Car_Tempest_Abstract
  347. {
  348. attachPosition[] = {0.08, -0.85, 0.4};
  349. cargoIndizes[] = {1, 6, 7, 9};
  350. detachPosition[] = {0.08, -6};
  351. };
  352.  
  353. class Exile_Chopper_Huron_Abstract
  354. {
  355. attachPosition[] = {-0.05, -2.55, -1.2};
  356. cargoIndizes[] = {1, 2, 8, 9};
  357. detachPosition[] = {0.05, -8.1};
  358. };
  359. class Exile_Chopper_Mohawk_Abstract
  360. {
  361. attachPosition[] = {-0.05, -3, -1.2};
  362. cargoIndizes[] = {1, 2, 8, 9};
  363. detachPosition[] = {0.05, -8.1};
  364. };
  365. };
  366. class Box_NATO_AmmoVeh_F
  367. {
  368. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  369.  
  370. class Exile_Car_Van_Abstract
  371. {
  372. attachPosition[] = {0, -1.1, 0.2};
  373. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  374. detachPosition[] = {0, -4.4};
  375. };
  376.  
  377. class Exile_Car_Offroad_Abstract
  378. {
  379. attachPosition[] = {0, -1.6, 0.4};
  380. cargoIndizes[] = {1, 2, 3, 4};
  381. detachPosition[] = {0, -4};
  382. };
  383.  
  384. class Exile_Car_Zamak_Abstract
  385. {
  386. attachPosition[] = {0.03, 0.3, 0};
  387. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  388. detachPosition[] = {0.03, -4.8};
  389. };
  390.  
  391. class Exile_Car_HEMMT_Abstract
  392. {
  393. attachPosition[] = {0.05, -0.1, 0.3};
  394. cargoIndizes[] = {1, 2, 8, 9};
  395. detachPosition[] = {0.05, -6.1};
  396. };
  397.  
  398. class Exile_Car_Tempest_Abstract
  399. {
  400. attachPosition[] = {0.08, -0.85, 0.4};
  401. cargoIndizes[] = {1, 6, 7, 9};
  402. detachPosition[] = {0.08, -6};
  403. };
  404.  
  405. class Exile_Chopper_Huron_Abstract
  406. {
  407. attachPosition[] = {-0.05, -2.6, -1.2};
  408. cargoIndizes[] = {1, 2, 8, 9};
  409. detachPosition[] = {0.05, -8.1};
  410. };
  411. class Exile_Chopper_Mohawk_Abstract
  412. {
  413. attachPosition[] = {-0.05, -3, -1.2};
  414. cargoIndizes[] = {1, 2, 8, 9};
  415. detachPosition[] = {0.05, -8.1};
  416. };
  417. };
  418. class O_supplyCrate_F
  419. {
  420. vehicles[] = {"Exile_Car_Van_Abstract", "Exile_Car_Offroad_Abstract", "Exile_Car_Zamak_Abstract", "Exile_Car_HEMMT_Abstract", "Exile_Car_Tempest_Abstract","Exile_Chopper_Huron_Abstract","Exile_Chopper_Mohawk_Abstract"};
  421.  
  422. class Exile_Car_Van_Abstract
  423. {
  424. attachPosition[] = {0, -1.1, 0.2};
  425. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  426. detachPosition[] = {0, -4.4};
  427. };
  428.  
  429. class Exile_Car_Offroad_Abstract
  430. {
  431. attachPosition[] = {0, -1.6, 0.4};
  432. cargoIndizes[] = {1, 2, 3, 4};
  433. detachPosition[] = {0, -4};
  434. };
  435.  
  436. class Exile_Car_Zamak_Abstract
  437. {
  438. attachPosition[] = {0.03, 0.3, 0};
  439. cargoIndizes[] = {2, 3, 4, 5, 6, 7};
  440. detachPosition[] = {0.03, -4.8};
  441. };
  442.  
  443. class Exile_Car_HEMMT_Abstract
  444. {
  445. attachPosition[] = {0.05, -0.1, 0.3};
  446. cargoIndizes[] = {1, 2, 8, 9};
  447. detachPosition[] = {0.05, -6.1};
  448. };
  449.  
  450. class Exile_Car_Tempest_Abstract
  451. {
  452. attachPosition[] = {0.08, -0.85, 0.4};
  453. cargoIndizes[] = {1, 6, 7, 9};
  454. detachPosition[] = {0.08, -6};
  455. };
  456.  
  457. class Exile_Chopper_Huron_Abstract
  458. {
  459. attachPosition[] = {-0.05, -2.55, -1.2};
  460. cargoIndizes[] = {1, 2, 8, 9};
  461. detachPosition[] = {0.05, -8.1};
  462. };
  463. class Exile_Chopper_Mohawk_Abstract
  464. {
  465. attachPosition[] = {-0.05, -2.8, -1.2};
  466. cargoIndizes[] = {1, 2, 8, 9};
  467. detachPosition[] = {0.05, -8.1};
  468. };
  469. };
  470. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement