arma2:config:custom_face
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionLast revisionBoth sides next revision | ||
arma2:config:custom_face [2010/09/20 09:17] – added more data. snakeman | arma2:config:custom_face [2017/01/15 07:13] – removed obsolete pmctodo. snakeman | ||
---|---|---|---|
Line 120: | Line 120: | ||
</ | </ | ||
- | PMCTODO :) | ||
====== CfgFaces ====== | ====== CfgFaces ====== | ||
Line 218: | Line 217: | ||
}; | }; | ||
}; | }; | ||
+ | </ | ||
+ | |||
+ | |||
+ | ====== Example African (black) Faces ====== | ||
+ | |||
+ | African black faces for characters | ||
+ | |||
+ | African names: | ||
+ | <code cpp> | ||
+ | class CfgWorlds | ||
+ | { | ||
+ | class GenericNames | ||
+ | { | ||
+ | class PMC_Somali_Names | ||
+ | { | ||
+ | class FirstNames | ||
+ | { | ||
+ | adalberto = " | ||
+ | //etc | ||
+ | }; | ||
+ | class LastNames | ||
+ | { | ||
+ | morales = " | ||
+ | // etc | ||
+ | </ | ||
+ | |||
+ | Face configs: | ||
+ | <code cpp> | ||
+ | class CfgFaces | ||
+ | { | ||
+ | class Man; | ||
+ | class PMC_Somali_Faces: | ||
+ | { | ||
+ | class Default | ||
+ | { | ||
+ | name = " | ||
+ | texture = " | ||
+ | head = " | ||
+ | identityTypes[] = {}; | ||
+ | material = " | ||
+ | }; | ||
+ | class Custom: Default | ||
+ | { | ||
+ | name = " | ||
+ | texture = "# | ||
+ | head = " | ||
+ | identityTypes[] = {}; | ||
+ | material = " | ||
+ | }; | ||
+ | class Face26: Default | ||
+ | { | ||
+ | name = " | ||
+ | texture = " | ||
+ | disabled = 0; | ||
+ | identityTypes[] = {" | ||
+ | }; | ||
+ | class Face27: Default | ||
+ | { | ||
+ | name = " | ||
+ | texture = " | ||
+ | disabled = 0; | ||
+ | identityTypes[] = {" | ||
+ | }; | ||
+ | // etc | ||
+ | </ | ||
+ | |||
+ | Then in character' | ||
+ | <code cpp> | ||
+ | genericNames = " | ||
+ | faceType = " | ||
</ | </ |
arma2/config/custom_face.txt · Last modified: 2024/08/01 17:02 by snakeman