Skip to content

Commit

Permalink
bft disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Jan 3, 2016
1 parent 5ec3457 commit 1a5fa57
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Mission
};
class Groups
{
items=49;
items=50;
class Item0
{
side="LOGIC";
Expand Down Expand Up @@ -3152,6 +3152,46 @@ class Mission
};
};
};
class Item49
{
side="LOGIC";
class Vehicles
{
items=1;
class Item0
{
position[]={1632.9915,-11.42641,5896};
class args
{
items=3;
class Item0
{
value="0";
parentCls="ACE_ModuleBlueForceTracking";
typeName="Enabled";
};
class Item1
{
value="1";
parentCls="ACE_ModuleBlueForceTracking";
typeName="Interval";
};
class Item2
{
value="0";
parentCls="ACE_ModuleBlueForceTracking";
typeName="HideAiGroups";
};
};
id=145;
side="LOGIC";
vehicle="ACE_ModuleBlueForceTracking";
leader=1;
lock="UNLOCKED";
skill=0.60000002;
};
};
};
};
class Markers
{
Expand Down

0 comments on commit 1a5fa57

Please sign in to comment.