Skip to content

Equimpent in briefing screen

tuntematonjr edited this page Dec 13, 2023 · 3 revisions

AFI has automatic system to compile each units loadout to briefing tab. This is automatic for all groups, what has playable slots in it.

For vehicles, you need to define following variable for it:

this setVariable ["AFI_vehicle_gear", "side"]; // Side must be string: "east", "west" , "guer" or "civ"

To disable this system, put following line to init.sqf

AFI_gear_allGroups = false;

20231213181426_1

Clone this wiki locally