Set face - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki
Description
The set_face module allows mission makers to set the faces on players, either by the whole team or specific players by unit variable or the classname of the unit you placed, including making exceptions.
Usage
- Go to modules>modules.sqf and enable the set_face module.
- Go to modules>set_face>settings.hpp
In the setting file you'll see different cases. These are for each team.
regular_faces[] = {"TanoanHead_A3_01","TanoanHead_A3_02","TanoanHead_A3_03",};
- This is the list of faces for every unit on the side.
special_faces[] = {"WhiteHead_01","WhiteHead_02"};
- This is the list of special faces, i.e faces selected units with use compared to the whole team.
special_units[] = {"B_officer_F"};
- This is the list of either unit variables or unit classnames that use the special faces.
exception_units[] = {"pltSgt1"};
- This is a list of every units that's exempt from the module.