-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmission.sqm
225 lines (225 loc) · 3.66 KB
/
mission.sqm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
version=53;
class EditorData
{
moveGridStep=1;
angleGridStep=0.2617994;
scaleGridStep=1;
autoGroupingDist=10;
toggles=1;
class ItemIDProvider
{
nextID=56;
};
class MarkerIDProvider
{
nextID=6;
};
class Camera
{
pos[]={10933.608,66.222832,16722.307};
dir[]={-0.073002622,-0.34996304,0.93392706};
up[]={-0.027272884,0.93676502,0.34890169};
aside[]={0.99697387,-1.2421515e-007,0.077930741};
};
};
binarizationWanted=0;
addons[]=
{
"A3_Ui_F",
"A3_Characters_F"
};
class AddonsMetaData
{
class List
{
items=2;
class Item0
{
className="A3_Ui_F";
name="Arma 3 - User Interface";
author="Bohemia Interactive";
url="https://www.arma3.com";
};
class Item1
{
className="A3_Characters_F";
name="Arma 3 Alpha - Characters and Clothing";
author="Bohemia Interactive";
url="https://www.arma3.com";
};
};
};
randomSeed=14937793;
class ScenarioData
{
author="billw";
};
class Mission
{
class Intel
{
timeOfChanges=1800.0002;
startWeather=0.30000001;
startWind=0.1;
startWaves=0.1;
forecastWeather=0.30000001;
forecastWind=0.1;
forecastWaves=0.1;
forecastLightnings=0.1;
wavesForced=1;
windForced=1;
year=2035;
month=6;
day=24;
hour=12;
minute=0;
startFogDecay=0.014;
forecastFogDecay=0.014;
};
class Entities
{
items=10;
class Item0
{
dataType="Marker";
position[]={8979.6113,151.60089,16815.057};
name="marker_9";
text="4/2";
type="mil_flag";
colorName="ColorGUER";
id=21;
atlOffset=4.3755951;
};
class Item1
{
dataType="Group";
side="West";
class Entities
{
items=1;
class Item0
{
dataType="Object";
class PositionInfo
{
position[]={10933.839,61.760662,16727.717};
};
side="West";
flags=7;
class Attributes
{
isPlayer=1;
};
id=42;
type="B_Soldier_A_F";
};
};
class Attributes
{
};
id=41;
};
class Item2
{
dataType="Marker";
position[]={13001.852,79.353951,16783.943};
name="marker_3";
text="1/0";
type="mil_flag";
colorName="ColorEAST";
id=44;
atlOffset=12.656219;
};
class Item3
{
dataType="Marker";
position[]={11989.645,52.375725,16971.551};
name="marker_5";
text="2/5";
type="mil_circle";
colorName="ColorEAST";
id=47;
atlOffset=15.948078;
};
class Item4
{
dataType="Marker";
position[]={9851.9492,89.082184,16163.701};
name="marker_6";
text="2/5";
type="mil_circle";
colorName="ColorGUER";
id=48;
atlOffset=4.0131607;
};
class Item5
{
dataType="Marker";
position[]={10977.583,89.916451,17452.248};
name="marker_7";
type="mil_circle";
colorName="ColorYellow";
id=49;
};
class Item6
{
dataType="Marker";
position[]={11922.845,39.716858,16198.12};
name="marker_8";
text="10/2";
type="mil_circle";
colorName="ColorEAST";
id=51;
atlOffset=4.375576;
};
class Item7
{
dataType="Marker";
position[]={10813.918,90.303642,16044.564};
name="marker_10";
type="mil_circle";
colorName="ColorYellow";
id=52;
atlOffset=4.0131531;
};
class Item8
{
dataType="Marker";
position[]={9962.1797,90.196518,17313.078};
name="marker_11";
text="10/4";
type="mil_circle";
colorName="ColorGUER";
id=53;
atlOffset=4.3758926;
};
class Item9
{
dataType="Group";
side="West";
class Entities
{
items=1;
class Item0
{
dataType="Object";
class PositionInfo
{
position[]={10933.313,61.655663,16734.689};
};
side="West";
flags=7;
class Attributes
{
};
id=55;
type="B_Soldier_A_F";
};
};
class Attributes
{
};
id=54;
};
};
};