When configuring CfgORBAT in description.ext to add a section, it will always show up as a fireteam in the in-game ORBAT viewer. {F23316} {F23317} {F23318} {F23319}
Description
Description
Details
Details
- Legacy ID
- 415341862
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Editor
Steps To Reproduce
Start editor, create player unit, place ORBAT module, save mission.
Edit description.ext to add a section:
class CfgORBAT
{
class 1Sec
{
id = 1; idType = 0; side = "West"; size = "Section"; type = "Infantry"; commander = "L3TUC3"; commanderRank = "Colonel"; text = "%1 %2 %3"; textShort = "%1 %2 %3";
};
};
Add to CfgORBAT path and Ceiling: missionconfigfile >> "CfgOrbat" >> "1Sec"
Preview mission and note that the orbat icon and orbat viewer mentions a fireteam instead of a section.