setIdentity – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search

RE: Female: "Eva", "Kamila", "Lada", "Lucie", "Marketa" & "Nada" Glasses can take the following values: "None", "Spectacles" & "Sunglasses"


Glasses and Female faces do not work as of Arma patch 1.12beta. If you check the configs you see that all the player models are derived from: class CAManBase : Man { woman = false; faceType = "man"; . . . };


And so, there is no "woman" type. Also, in class CfgFaces, the female faces are not defined.

Regarding glasses, there are no textures defined: class CfgGlasses { class None { name = $STR_CFG_GLASSES_NONE; texture = ""; };