From d90a88203f12f3b549e6348bd59e9501097a2338 Mon Sep 17 00:00:00 2001 From: nomisum Date: Sun, 3 Jan 2016 23:29:22 +0100 Subject: [PATCH] BFT reenabled --- description.ext | 4 ---- mission.sqm | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/description.ext b/description.ext index fab501d4..ad99346d 100644 --- a/description.ext +++ b/description.ext @@ -133,7 +133,6 @@ class Params values[] = {0, 1}; //setting is a BOOL, but values still need to be numbers, so 0 is false, 1 is true texts[] = {"False", "True"}; default = 0; - force = 1; }; }; @@ -141,17 +140,14 @@ class ACE_Settings { class ace_map_BFT_Interval { value = 1; typeName = "SCALAR"; - force = 1; }; class ace_map_BFT_Enabled { value = 0; typeName = "BOOL"; - force = 1; }; class ace_map_BFT_HideAiGroups { value = 0; typeName = "BOOL"; - force = 1; }; }; diff --git a/mission.sqm b/mission.sqm index a7bfda2f..aa3315aa 100644 --- a/mission.sqm +++ b/mission.sqm @@ -3166,13 +3166,13 @@ class Mission items=3; class Item0 { - value="0"; + value="1"; parentCls="ACE_ModuleBlueForceTracking"; typeName="Enabled"; }; class Item1 { - value="1"; + value="10"; parentCls="ACE_ModuleBlueForceTracking"; typeName="Interval"; };