setIdentity – Talk
Jump to navigation
Jump to search
(Female Faces and Glasses do not work.) |
No edit summary |
||
Line 16: | Line 16: | ||
And so, there is no "woman" type. Also, in class CfgFaces, the female faces are not defined. | And so, there is no "woman" type. Also, in class CfgFaces, the female faces are not defined. | ||
Regarding glasses, there | Regarding glasses, there are no textures defined: | ||
class CfgGlasses { | class CfgGlasses { | ||
class None { | class None { |
Latest revision as of 01:51, 11 May 2008
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 = ""; };