Guest User

mission.sqm

a guest
Oct 5th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. version=12;
  2. class Mission
  3. {
  4. addOns[]=
  5. {
  6. "exile_client",
  7. "a3_map_stratis"
  8. };
  9. addOnsAuto[]=
  10. {
  11. "exile_client",
  12. "a3_map_stratis"
  13. };
  14. randomseed=7813296;
  15. class Intel
  16. {
  17. timeOfChanges=1800.0002;
  18. startWeather=0.30000001;
  19. startWind=0.1;
  20. startWaves=0.1;
  21. forecastWeather=0.30000001;
  22. forecastWind=0.1;
  23. forecastWaves=0.1;
  24. forecastLightnings=0.1;
  25. year=2035;
  26. month=7;
  27. day=6;
  28. hour=12;
  29. minute=0;
  30. startFogDecay=0.014;
  31. forecastFogDecay=0.014;
  32. };
  33. class Groups
  34. {
  35. items=1;
  36. class Item0
  37. {
  38. side="GUER";
  39. class Vehicles
  40. {
  41. items=44;
  42. class Item0
  43. {
  44. position[]={7055.5669,13.43884,5949.5107};
  45. special="NONE";
  46. id=0;
  47. side="GUER";
  48. vehicle="Exile_Unit_GhostPlayer";
  49. player="PLAY CDG";
  50. leader=1;
  51. skill=0.60000002;
  52. };
  53. class Item1
  54. {
  55. position[]={7057.1807,13.552384,5949.5142};
  56. special="NONE";
  57. id=1;
  58. side="GUER";
  59. vehicle="Exile_Unit_GhostPlayer";
  60. player="PLAY CDG";
  61. skill=0.60000002;
  62. };
  63. class Item2
  64. {
  65. position[]={7058.7925,13.529668,5949.5142};
  66. special="NONE";
  67. id=2;
  68. side="GUER";
  69. vehicle="Exile_Unit_GhostPlayer";
  70. player="PLAY CDG";
  71. skill=0.60000002;
  72. };
  73. class Item3
  74. {
  75. position[]={7060.4063,13.476527,5949.5176};
  76. special="NONE";
  77. id=3;
  78. side="GUER";
  79. vehicle="Exile_Unit_GhostPlayer";
  80. player="PLAY CDG";
  81. skill=0.60000002;
  82. };
  83. class Item4
  84. {
  85. position[]={7062.0171,13.376431,5949.5142};
  86. special="NONE";
  87. id=4;
  88. side="GUER";
  89. vehicle="Exile_Unit_GhostPlayer";
  90. player="PLAY CDG";
  91. skill=0.60000002;
  92. };
  93. class Item5
  94. {
  95. position[]={7063.6309,13.327174,5949.5176};
  96. special="NONE";
  97. id=5;
  98. side="GUER";
  99. vehicle="Exile_Unit_GhostPlayer";
  100. player="PLAY CDG";
  101. skill=0.60000002;
  102. };
  103. class Item6
  104. {
  105. position[]={7065.2427,13.270826,5949.5176};
  106. special="NONE";
  107. id=6;
  108. side="GUER";
  109. vehicle="Exile_Unit_GhostPlayer";
  110. player="PLAY CDG";
  111. skill=0.60000002;
  112. };
  113. class Item7
  114. {
  115. position[]={7066.8535,13.163559,5949.5142};
  116. special="NONE";
  117. id=7;
  118. side="GUER";
  119. vehicle="Exile_Unit_GhostPlayer";
  120. player="PLAY CDG";
  121. skill=0.60000002;
  122. };
  123. };
  124. };
  125. };
  126. class Markers
  127. {
  128. items=4;
  129. class Item0
  130. {
  131. position[]={4338.0161,2.1518347e+012,3790.269};
  132. name="SpawnMike";
  133. text="Mike 26";
  134. type="ExileSpawnZone";
  135. markerType="ELLIPSE";
  136. colorName="ColorBlack";
  137. fillName="Border";
  138. a=500;
  139. b=500;
  140. drawBorder=1;
  141. };
  142. class Item1
  143. {
  144. position[]={4338.0161,2.1518347e+012,3790.269};
  145. name="SpawnMikeIcon";
  146. text="";
  147. type="ExileSpawnZoneIcon";
  148. };
  149. class Item2
  150. {
  151. position[]={2036.0229,6.1000571,5593.5151};
  152. name="SpawnAirbase";
  153. text="Stratis Air Base";
  154. type="ExileSpawnZone";
  155. markerType="ELLIPSE";
  156. colorName="ColorBlack";
  157. fillName="Border";
  158. a=500;
  159. b=500;
  160. drawBorder=1;
  161. };
  162. class Item3
  163. {
  164. position[]={2036.0229,6.1000571,5593.5151};
  165. name="SpawnAirbaseIcon";
  166. text="";
  167. type="ExileSpawnZoneIcon";
  168. };
  169. class Item4
  170. {
  171. position[]={4338.0161,2.1518347e+012,3790.269};
  172. name="TraderZoneMike";
  173. text="Trader";
  174. markerType="ELLIPSE";
  175. type="ExileTraderZone";
  176. colorName="ColorBlack";
  177. fillName="Border";
  178. a=175;
  179. b=175;
  180. drawBorder=1;
  181. };
  182. class Item5
  183. {
  184. position[]={4338.0161,2.1518347e+012,3790.269};
  185. name="TraderZoneMikeIcon";
  186. text="";
  187. type="ExileTraderZoneIcon";
  188. };
  189. };
  190. };
  191. class Intro
  192. {
  193. addOns[]=
  194. {
  195. "a3_map_stratis"
  196. };
  197. addOnsAuto[]=
  198. {
  199. "a3_map_stratis"
  200. };
  201. randomSeed=3611332;
  202. class Intel
  203. {
  204. timeOfChanges=1800.0002;
  205. startWeather=0.30000001;
  206. startWind=0.1;
  207. startWaves=0.1;
  208. forecastWeather=0.30000001;
  209. forecastWind=0.1;
  210. forecastWaves=0.1;
  211. forecastLightnings=0.1;
  212. year=2035;
  213. month=7;
  214. day=6;
  215. hour=12;
  216. minute=0;
  217. startFogDecay=0.014;
  218. forecastFogDecay=0.014;
  219. };
  220. };
  221. class OutroWin
  222. {
  223. addOns[]=
  224. {
  225. "a3_map_stratis"
  226. };
  227. addOnsAuto[]=
  228. {
  229. "a3_map_stratis"
  230. };
  231. randomSeed=15572598;
  232. class Intel
  233. {
  234. timeOfChanges=1800.0002;
  235. startWeather=0.30000001;
  236. startWind=0.1;
  237. startWaves=0.1;
  238. forecastWeather=0.30000001;
  239. forecastWind=0.1;
  240. forecastWaves=0.1;
  241. forecastLightnings=0.1;
  242. year=2035;
  243. month=7;
  244. day=6;
  245. hour=12;
  246. minute=0;
  247. startFogDecay=0.014;
  248. forecastFogDecay=0.014;
  249. };
  250. };
  251. class OutroLoose
  252. {
  253. addOns[]=
  254. {
  255. "a3_map_stratis"
  256. };
  257. addOnsAuto[]=
  258. {
  259. "a3_map_stratis"
  260. };
  261. randomSeed=13194853;
  262. class Intel
  263. {
  264. timeOfChanges=1800.0002;
  265. startWeather=0.30000001;
  266. startWind=0.1;
  267. startWaves=0.1;
  268. forecastWeather=0.30000001;
  269. forecastWind=0.1;
  270. forecastWaves=0.1;
  271. forecastLightnings=0.1;
  272. year=2035;
  273. month=7;
  274. day=6;
  275. hour=12;
  276. minute=0;
  277. startFogDecay=0.014;
  278. forecastFogDecay=0.014;
  279. };
  280. };
Add Comment
Please, Sign In to add comment