Jump to content

PaladinoLoko

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About PaladinoLoko

  • Rank
    Rookie
  1. My script for ORBAT is right, the unit symbols appear on the map, but when I click on them it only shows the highest unit and does not show the command branch. How do I solve this? Is it a Arma bug? Error that shows in the bottom left corner of the screen, inside ORBAT: My description.ext: The "text" names may be strange, but that's because I use Arma in another language.
  2. PaladinoLoko

    How do I fix ORBAT?

    Thank you very much man, it's working fine.👍
  3. 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.
×