I have a problem when I try to place an "ORBAT" on my map. However, I've already tried several things and nothing worked, what could it be?
(My EXT document):
class CfgORBAT
{
class 2ndDivision
{
id = 2;
idType = 0;
side = "West";
size = "Company";
type = "Infantry";
commander = "Baller";
commanderRank = "Major";
text = "%1 %2 %3";
textShort = "%1 %3";
color[] = {0,0,1,1};
assets[] = {"B_officer_F, 1"};
}
class 1stSquad
{
id = 1;
idType = 0;
side = "West";
size = "Squad";
type = "Infantry";
commander = "Caos";
commanderRank = "Lieutenant";
text = "%1 %2 %3";
textShort = "%1 %3";
color[] = {0,0,1,1};
assets[] = {"B_officer_F, 1"};
};
};
};
-------------------------------------------------
(My ORBAT GROUP looked like this):
CfgORBAT Path: [missionConfigFile >> "CfgORBAT" >> "2ndDivision" >> "1stSquad"] call BIS_fnc_ORBATGetGroupParams;
CfgORBAT Ceiling: [missionConfigFile >> "CfgORBAT" >> "2ndDivision"] call BIS_fnc_ORBATGetGroupParams;
(First error:):
'...) then {_tiers = -1;};
_class =, _class [*]param [0, configfile, [configfile]];
_stop...'
Error type Strings, waiting Config entry
File A3\modules_f\StrategicMap\Functions\fn_moduleStrategicMapORBAT.sqf..., line 16.
----------------------
(Second error, bottom left):
[BIS_fnc_ORBATGetGroupParams] class not found.