Advertisement
thunderous

DayZ Offshore Drilling Platform by t.hundero.us

Oct 1st, 2013
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 KB | None | 0 0
  1. // DayZ Offshore Drilling Platform by t.hundero.us
  2.  
  3. // Installing This Modification
  4. // 1. Save this code as "offshore.sqf"
  5. // 2. Place the .sqf file inside your mission.pbo file
  6. // 3. Open "init.sqf" and add the following line to the very end -
  7. // [] execVM "offshore.sqf";
  8.  
  9. if (isServer) then {
  10. _vehicle_37 = objNull;
  11. if (true) then
  12. {
  13. _this = createVehicle ["land_nav_pier_c_270", [8445.8203, 1649.7382, -1.07103], [], 0, "CAN_COLLIDE"];
  14. _vehicle_37 = _this;
  15. _this setVehicleInit "this setvectorup [0,0,1];";
  16. _this setPos [8445.8203, 1649.7382, -1.07103];
  17. };
  18.  
  19. _vehicle_40 = objNull;
  20. if (true) then
  21. {
  22. _this = createVehicle ["land_nav_pier_m_end", [8476.5576, 1628.7542, -4.281579], [], 0, "CAN_COLLIDE"];
  23. _vehicle_40 = _this;
  24. _this setDir 1.7662004;
  25. _this setVehicleInit "this setvectorup [0,0,1];";
  26. _this setPos [8476.5576, 1628.7542, -4.281579];
  27. };
  28.  
  29. _vehicle_43 = objNull;
  30. if (true) then
  31. {
  32. _this = createVehicle ["Land_Ind_Oil_Tower_EP1", [8434.125, 1643.9033, 4.7592373], [], 0, "CAN_COLLIDE"];
  33. _vehicle_43 = _this;
  34. _this setVehicleInit "this setvectorup [0,0,1];";
  35. _this setPos [8434.125, 1643.9033, 4.7592373];
  36. };
  37.  
  38. _vehicle_45 = objNull;
  39. if (true) then
  40. {
  41. _this = createVehicle ["land_nav_pier_c_270", [8426.0869, 1649.72, -1.0671638], [], 0, "CAN_COLLIDE"];
  42. _vehicle_45 = _this;
  43. _this setDir -90.219162;
  44. _this setVehicleInit "this setvectorup [0,0,1];";
  45. _this setPos [8426.0869, 1649.72, -1.0671638];
  46. };
  47.  
  48. _vehicle_49 = objNull;
  49. if (true) then
  50. {
  51. _this = createVehicle ["land_nav_pier_c_270", [8426.2656, 1630.019, -1.1314486], [], 0, "CAN_COLLIDE"];
  52. _vehicle_49 = _this;
  53. _this setDir -180.98952;
  54. _this setVehicleInit "this setvectorup [0,0,1];";
  55. _this setPos [8426.2656, 1630.019, -1.1314486];
  56. };
  57.  
  58. _vehicle_55 = objNull;
  59. if (true) then
  60. {
  61. _this = createVehicle ["Land_Ind_Oil_Tower_EP1", [8462.5498, 1632.0927, 1.2675186], [], 0, "CAN_COLLIDE"];
  62. _vehicle_55 = _this;
  63. _this setDir 91.36908;
  64. _this setVehicleInit "this setvectorup [0,0,1];";
  65. _this setPos [8462.5498, 1632.0927, 1.2675186];
  66. };
  67.  
  68. _vehicle_58 = objNull;
  69. if (true) then
  70. {
  71. _this = createVehicle ["land_nav_pier_m_end", [8488.4863, 1628.394, -4.2561526], [], 0, "CAN_COLLIDE"];
  72. _vehicle_58 = _this;
  73. _this setDir -178.13011;
  74. _this setVehicleInit "this setvectorup [0,0,1];";
  75. _this setPos [8488.4863, 1628.394, -4.2561526];
  76. };
  77.  
  78. _vehicle_66 = objNull;
  79. if (true) then
  80. {
  81. _this = createVehicle ["Land_Ind_Expedice_3", [8415.0811, 1639.1372, 4.6089625], [], 0, "CAN_COLLIDE"];
  82. _vehicle_66 = _this;
  83. _this setDir -179.72917;
  84. _this setVehicleInit "this setvectorup [0,0,1];";
  85. _this setPos [8415.0811, 1639.1372, 4.6089625];
  86. };
  87.  
  88. _vehicle_68 = objNull;
  89. if (true) then
  90. {
  91. _this = createVehicle ["Land_IndPipe2_Small_ground1", [8467.4482, 1646.0542, -2.0418708], [], 0, "CAN_COLLIDE"];
  92. _vehicle_68 = _this;
  93. _this setVehicleInit "this setvectorup [0,0,1];";
  94. _this setPos [8467.4482, 1646.0542, -2.0418708];
  95. };
  96.  
  97. _vehicle_69 = objNull;
  98. if (true) then
  99. {
  100. _this = createVehicle ["Land_IndPipe2_Small_ground2", [8469.2031, 1624.4916, 0.020120263], [], 0, "CAN_COLLIDE"];
  101. _vehicle_69 = _this;
  102. _this setVehicleInit "this setvectorup [0,0,1];";
  103. _this setPos [8469.2031, 1624.4916, 0.020120263];
  104. };
  105.  
  106. _vehicle_70 = objNull;
  107. if (true) then
  108. {
  109. _this = createVehicle ["Land_IndPipe2_Small_9", [8474.8223, 1624.288, 0.0043751691], [], 0, "CAN_COLLIDE"];
  110. _vehicle_70 = _this;
  111. _this setVehicleInit "this setvectorup [0,0,1];";
  112. _this setPos [8474.8223, 1624.288, 0.0043751691];
  113. };
  114.  
  115. _vehicle_72 = objNull;
  116. if (true) then
  117. {
  118. _this = createVehicle ["Land_IndPipe2_Small_9", [8483.2432, 1624.3033, 0.025767023], [], 0, "CAN_COLLIDE"];
  119. _vehicle_72 = _this;
  120. _this setVehicleInit "this setvectorup [0,0,1];";
  121. _this setPos [8483.2432, 1624.3033, 0.025767023];
  122. };
  123.  
  124. _vehicle_78 = objNull;
  125. if (true) then
  126. {
  127. _this = createVehicle ["Land_Misc_Cargo2E_EP1", [8435.877, 1664.7323, 4.9101911], [], 0, "CAN_COLLIDE"];
  128. _vehicle_78 = _this;
  129. _this setPos [8435.877, 1664.7323, 4.9101911];
  130. };
  131.  
  132. _vehicle_79 = objNull;
  133. if (true) then
  134. {
  135. _this = createVehicle ["Land_Misc_Cargo2E", [8443.0186, 1666.5861, 4.7807941], [], 0, "CAN_COLLIDE"];
  136. _vehicle_79 = _this;
  137. _this setDir -86.921417;
  138. _this setPos [8443.0186, 1666.5861, 4.7807941];
  139. };
  140.  
  141. _vehicle_86 = objNull;
  142. if (true) then
  143. {
  144. _this = createVehicle ["Misc_Cargo1B_military", [8449.3525, 1664.3322, 4.7095032], [], 0, "CAN_COLLIDE"];
  145. _vehicle_86 = _this;
  146. _this setPos [8449.3525, 1664.3322, 4.7095032];
  147. };
  148.  
  149. _vehicle_87 = objNull;
  150. if (true) then
  151. {
  152. _this = createVehicle ["Misc_Cargo1Bo_military", [8429.0273, 1666.7694, 4.9781656], [], 0, "CAN_COLLIDE"];
  153. _vehicle_87 = _this;
  154. _this setDir 76.780983;
  155. _this setPos [8429.0273, 1666.7694, 4.9781656];
  156. };
  157.  
  158. _vehicle_88 = objNull;
  159. if (true) then
  160. {
  161. _this = createVehicle ["Misc_cargo_cont_tiny", [8448.4414, 1642.7861, 4.691586], [], 0, "CAN_COLLIDE"];
  162. _vehicle_88 = _this;
  163. _this setDir -95.464058;
  164. _this setPos [8448.4414, 1642.7861, 4.691586];
  165. };
  166.  
  167. _vehicle_89 = objNull;
  168. if (true) then
  169. {
  170. _this = createVehicle ["Barrels", [8447.8398, 1646.0593, 4.9847026], [], 0, "CAN_COLLIDE"];
  171. _vehicle_89 = _this;
  172. _this setDir 7.3144002;
  173. _this setPos [8447.8398, 1646.0593, 4.9847026];
  174. };
  175.  
  176. _vehicle_93 = objNull;
  177. if (true) then
  178. {
  179. _this = createVehicle ["land_nav_pier_c_big", [8426.7559, 1550.8639, -1.2001097], [], 0, "CAN_COLLIDE"];
  180. _vehicle_93 = _this;
  181. _this setVehicleInit "this setvectorup [0,0,1];";
  182. _this setPos [8426.7559, 1550.8639, -1.2001097];
  183. };
  184.  
  185. _vehicle_94 = objNull;
  186. if (true) then
  187. {
  188. _this = createVehicle ["land_nav_pier_c_270", [8416.6875, 1589.981, -1.0414953], [], 0, "CAN_COLLIDE"];
  189. _vehicle_94 = _this;
  190. _this setDir -0.34776357;
  191. _this setVehicleInit "this setvectorup [0,0,1];";
  192. _this setPos [8416.6875, 1589.981, -1.0414953];
  193. };
  194.  
  195. _vehicle_96 = objNull;
  196. if (true) then
  197. {
  198. _this = createVehicle ["Land_Misc_Cargo2E_EP1", [8414.0488, 1611.7131, 4.9635506], [], 0, "CAN_COLLIDE"];
  199. _vehicle_96 = _this;
  200. _this setDir -81.417488;
  201. _this setVehicleInit "this setvectorup [0,0,1];";
  202. _this setPos [8414.0488, 1611.7131, 4.9635506];
  203. };
  204.  
  205. _vehicle_103 = objNull;
  206. if (true) then
  207. {
  208. _this = createVehicle ["land_nav_pier_c_big", [8377.3193, 1599.7383, -1.1584963], [], 0, "CAN_COLLIDE"];
  209. _vehicle_103 = _this;
  210. _this setDir 89.48407;
  211. _this setVehicleInit "this setvectorup [0,0,1];";
  212. _this setPos [8377.3193, 1599.7383, -1.1584963];
  213. };
  214.  
  215. _vehicle_106 = objNull;
  216. if (true) then
  217. {
  218. _this = createVehicle ["Land_Misc_Cargo2E", [8404.9287, 1604.6046, 4.9082494], [], 0, "CAN_COLLIDE"];
  219. _vehicle_106 = _this;
  220. _this setDir 0.38542867;
  221. _this setPos [8404.9287, 1604.6046, 4.9082494];
  222. };
  223.  
  224. _vehicle_109 = objNull;
  225. if (true) then
  226. {
  227. _this = createVehicle ["Misc_Cargo1B_military", [8409.6123, 1603.8132, 4.8461213], [], 0, "CAN_COLLIDE"];
  228. _vehicle_109 = _this;
  229. _this setPos [8409.6123, 1603.8132, 4.8461213];
  230. };
  231.  
  232. _vehicle_112 = objNull;
  233. if (true) then
  234. {
  235. _this = createVehicle ["Land_Ind_Oil_Tower_EP1", [8411.3848, 1582.4198, 4.8521361], [], 0, "CAN_COLLIDE"];
  236. _vehicle_112 = _this;
  237. _this setDir 88.954254;
  238. _this setVehicleInit "this setvectorup [0,0,1];";
  239. _this setPos [8411.3848, 1582.4198, 4.8521361];
  240. };
  241.  
  242. _vehicle_115 = objNull;
  243. if (true) then
  244. {
  245. _this = createVehicle ["Land_Misc_Cargo2E", [8432.3584, 1582.9507, 4.6756496], [], 0, "CAN_COLLIDE"];
  246. _vehicle_115 = _this;
  247. _this setDir -88.498245;
  248. _this setPos [8432.3584, 1582.9507, 4.6756496];
  249. };
  250.  
  251. _vehicle_117 = objNull;
  252. if (true) then
  253. {
  254. _this = createVehicle ["Barrels", [8430.5723, 1586.7672, 4.7952085], [], 0, "CAN_COLLIDE"];
  255. _vehicle_117 = _this;
  256. _this setPos [8430.5723, 1586.7672, 4.7952085];
  257. };
  258.  
  259. _vehicle_118 = objNull;
  260. if (true) then
  261. {
  262. _this = createVehicle ["Land_Fire_barrel_burning", [8442.2168, 1661.8875, 4.8294702], [], 0, "CAN_COLLIDE"];
  263. _vehicle_118 = _this;
  264. _this setPos [8442.2168, 1661.8875, 4.8294702];
  265. };
  266.  
  267. _vehicle_120 = objNull;
  268. if (true) then
  269. {
  270. _this = createVehicle ["Land_Fire_barrel_burning", [8413.085, 1641.3804, 5.0276046], [], 0, "CAN_COLLIDE"];
  271. _vehicle_120 = _this;
  272. _this setPos [8413.085, 1641.3804, 5.0276046];
  273. };
  274.  
  275. _vehicle_122 = objNull;
  276. if (true) then
  277. {
  278. _this = createVehicle ["Misc_Cargo1B_military", [8432.0127, 1578.8837, 4.7379899], [], 0, "CAN_COLLIDE"];
  279. _vehicle_122 = _this;
  280. _this setDir -94.573738;
  281. _this setPos [8432.0127, 1578.8837, 4.7379899];
  282. };
  283.  
  284. _vehicle_126 = objNull;
  285. if (true) then
  286. {
  287. _this = createVehicle ["Misc_Cargo1B_military", [8433.2021, 1597.5194, 4.9513593], [], 0, "CAN_COLLIDE"];
  288. _vehicle_126 = _this;
  289. _this setPos [8433.2021, 1597.5194, 4.9513593];
  290. };
  291.  
  292. _vehicle_124 = objNull;
  293. if (true) then
  294. {
  295. _this = createVehicle ["Land_Misc_Cargo1B_EP1", [8458.4785, 1662.8071, 4.5767555], [], 0, "CAN_COLLIDE"];
  296. _vehicle_124 = _this;
  297. _this setDir -85.581978;
  298. _this setPos [8458.4785, 1662.8071, 4.5767555];
  299. };
  300.  
  301. _vehicle_125 = objNull;
  302. if (true) then
  303. {
  304. _this = createVehicle ["Land_Fire_barrel_burning", [8492.8047, 1631.5334, 1.8024299], [], 0, "CAN_COLLIDE"];
  305. _vehicle_125 = _this;
  306. _this setPos [8492.8047, 1631.5334, 1.8024299];
  307. };
  308.  
  309. _vehicle_127 = objNull;
  310. if (true) then
  311. {
  312. _this = createVehicle ["Land_Fire_barrel_burning", [8412.2207, 1586.4495, 5.2523961], [], 0, "CAN_COLLIDE"];
  313. _vehicle_127 = _this;
  314. _this setPos [8412.2207, 1586.4495, 5.2523961];
  315. };
  316.  
  317. _vehicle_133 = objNull;
  318. if (true) then
  319. {
  320. _this = createVehicle ["Land_IndPipe2_SmallBuild1_R", [8490.1973, 1620.9421, 0.061660081], [], 0, "CAN_COLLIDE"];
  321. _vehicle_133 = _this;
  322. _this setVehicleInit "this setvectorup [0,0,1];";
  323. _this setPos [8490.1973, 1620.9421, 0.061660081];
  324. };
  325.  
  326. _vehicle_136 = objNull;
  327. if (true) then
  328. {
  329. _this = createVehicle ["Land_Fire_barrel_burning", [8459.958, 1632.6578, 1.6122535], [], 0, "CAN_COLLIDE"];
  330. _vehicle_136 = _this;
  331. _this setPos [8459.958, 1632.6578, 1.6122535];
  332. };
  333.  
  334. _vehicle_137 = objNull;
  335. if (true) then
  336. {
  337. _this = createVehicle ["Land_Ind_TankSmall", [8469.4824, 1631.7629, -0.65911895], [], 0, "CAN_COLLIDE"];
  338. _vehicle_137 = _this;
  339. _this setDir -88.817619;
  340. _this setVehicleInit "this setvectorup [0,0,1];";
  341. _this setPos [8469.4824, 1631.7629, -0.65911895];
  342. };
  343.  
  344. _vehicle_138 = objNull;
  345. if (true) then
  346. {
  347. _this = createVehicle ["Land_CncBlock_Stripes", [8435.3672, 1614.1521, 4.9536471], [], 0, "CAN_COLLIDE"];
  348. _vehicle_138 = _this;
  349. _this setDir 102.10969;
  350. _this setPos [8435.3672, 1614.1521, 4.9536471];
  351. };
  352.  
  353. _vehicle_144 = objNull;
  354. if (true) then
  355. {
  356. _this = createVehicle ["Land_Misc_Cargo2E_EP1", [8432.6182, 1607.9298, 4.8429842], [], 0, "CAN_COLLIDE"];
  357. _vehicle_144 = _this;
  358. _this setDir -86.1875;
  359. _this setPos [8432.6182, 1607.9298, 4.8429842];
  360. };
  361.  
  362. _vehicle_167 = objNull;
  363. if (true) then
  364. {
  365. _this = createVehicle ["Land_molo_drevo_bs", [8512.3604, 1624.2529, -1.9004885], [], 0, "CAN_COLLIDE"];
  366. _vehicle_167 = _this;
  367. _this setDir 1.0432912;
  368. _this setVehicleInit "this setvectorup [0,0,1];";
  369. _this setPos [8512.3604, 1624.2529, -1.9004885];
  370. };
  371.  
  372. _vehicle_168 = objNull;
  373. if (true) then
  374. {
  375. _this = createVehicle ["Land_molo_drevo_end", [8534.0557, 1623.8621, -2.0588956], [], 0, "CAN_COLLIDE"];
  376. _vehicle_168 = _this;
  377. _this setDir -178.82573;
  378. _this setVehicleLock "LOCKED";
  379. _this setVehicleInit "this setvectorup [0,0,1];";
  380. _this setPos [8534.0557, 1623.8621, -2.0588956];
  381. };
  382.  
  383. _vehicle_169 = objNull;
  384. if (true) then
  385. {
  386. _this = createVehicle ["Land_WoodenRamp", [8495.1855, 1624.6974, 0.38129532], [], 0, "CAN_COLLIDE"];
  387. _vehicle_169 = _this;
  388. _this setDir 90.953995;
  389. _this setVehicleLock "LOCKED";
  390. _this setVehicleInit "this setvectorup [0,0,1];";
  391. _this setPos [8495.1855, 1624.6974, 0.38129532];
  392. };
  393.  
  394. _vehicle_171 = objNull;
  395. if (true) then
  396. {
  397. _this = createVehicle ["Land_IndPipe2_Small_ground1", [8436.7744, 1580.0951, -1.2236611], [], 0, "CAN_COLLIDE"];
  398. _vehicle_171 = _this;
  399. _this setVehicleInit "this setvectorup [0,0,1];";
  400. _this setPos [8436.7744, 1580.0951, -1.2236611];
  401. };
  402.  
  403. _vehicle_173 = objNull;
  404. if (true) then
  405. {
  406. _this = createVehicle ["Land_IndPipe2_Small_ground1", [8405.6035, 1640.2452, -1.7686735], [], 0, "CAN_COLLIDE"];
  407. _vehicle_173 = _this;
  408. _this setDir 179.04854;
  409. _this setVehicleInit "this setvectorup [0,0,1];";
  410. _this setPos [8405.6035, 1640.2452, -1.7686735];
  411. };
  412.  
  413. _vehicle_177 = objNull;
  414. if (true) then
  415. {
  416. _this = createVehicle ["Land_IndPipe2_Small_ground1", [8437.8906, 1610.5718, -1.2106991], [], 0, "CAN_COLLIDE"];
  417. _vehicle_177 = _this;
  418. _this setDir 0.10119636;
  419. _this setVehicleInit "this setvectorup [0,0,1];";
  420. _this setPos [8437.8906, 1610.5718, -1.2106991];
  421. };
  422. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement