forked from genesis92x/VcomAI-3.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mission.sqm
134 lines (134 loc) · 1.95 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
version=53;
class EditorData
{
moveGridStep=1;
angleGridStep=0.2617994;
scaleGridStep=1;
autoGroupingDist=10;
toggles=13;
class ItemIDProvider
{
nextID=78;
};
class MarkerIDProvider
{
nextID=4;
};
class Camera
{
pos[]={14667.764,116.34233,20815.076};
dir[]={-0.45624799,-0.8702178,0.18603596};
up[]={-0.80580997,0.49266708,0.32856888};
aside[]={0.37757996,-1.0976219e-006,0.926009};
};
};
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=3460971;
class ScenarioData
{
author="Genesis";
};
class CustomAttributes
{
class Category0
{
name="Scenario";
class Attribute0
{
property="EnableDebugConsole";
expression="true";
class Value
{
class data
{
class type
{
type[]=
{
"SCALAR"
};
};
value=1;
};
};
};
nAttributes=1;
};
};
class Mission
{
class Intel
{
briefingName="Vcom AI 3.0 Showcase";
resistanceWest=0;
timeOfChanges=1800.0002;
startWeather=0.30000001;
startWind=0.1;
startWaves=0.1;
forecastWeather=0.30000001;
forecastWind=0.1;
forecastWaves=0.1;
forecastLightnings=0.1;
year=2035;
month=6;
day=24;
hour=12;
minute=0;
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[]={14611.534,52.928631,20813.127};
angles[]={0,4.9677863,0};
};
side="West";
flags=3;
class Attributes
{
isPlayer=1;
};
id=1;
type="B_Soldier_TL_F";
atlOffset=3.4674911;
};
};
class Attributes
{
};
id=0;
atlOffset=3.4674911;
};
};
};