-
Notifications
You must be signed in to change notification settings - Fork 0
/
mission.sqm
97 lines (97 loc) · 1.52 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
version=53;
class EditorData
{
moveGridStep=1;
angleGridStep=0.2617994;
scaleGridStep=1;
autoGroupingDist=10;
toggles=1;
class ItemIDProvider
{
nextID=2;
};
class Camera
{
pos[]={876.71191,15,5260.6499};
dir[]={-0.94236082,-0.17364818,-0.28601113};
up[]={-0.16616364,0.98480779,-0.050431482};
aside[]={-0.2904233,3.7252903e-009,0.95689827};
};
};
binarizationWanted=0;
addons[]=
{
"A3_Characters_F"
};
class AddonsMetaData
{
class List
{
items=1;
class Item0
{
className="A3_Characters_F";
name="Arma 3 Alpha - Characters and Clothing";
author="Bohemia Interactive";
url="https://www.arma3.com";
};
};
};
randomSeed=16378612;
class ScenarioData
{
author="Joaquine";
};
class Mission
{
class Intel
{
timeOfChanges=1800.0002;
startWeather=0;
startWind=0.1;
startWaves=0.1;
forecastWeather=0;
forecastWind=0.1;
forecastWaves=0.1;
forecastLightnings=0.1;
year=2035;
day=28;
hour=13;
minute=37;
startFogDecay=0.014;
forecastFogDecay=0.014;
};
class Entities
{
items=1;
class Item0
{
dataType="Group";
side="West";
class Entities
{
items=1;
class Item0
{
dataType="Object";
class PositionInfo
{
position[]={861.65118,5.0014391,5253.0352};
};
side="West";
flags=7;
class Attributes
{
isPlayer=1;
};
id=1;
type="B_RangeMaster_F";
};
};
class Attributes
{
};
id=0;
};
};
};