arma2:config:custom_face
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| arma2:config:custom_face [2010/09/20 09:17] – added more data. snakeman | arma2:config:custom_face [2024/08/01 17:02] (current) – links added. snakeman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ArmA 2 Custom Face ====== | ====== ArmA 2 Custom Face ====== | ||
| + | |||
| + | [[https:// | ||
| **ArmA 2 Custom Face** | **ArmA 2 Custom Face** | ||
| Line 120: | Line 122: | ||
| </ | </ | ||
| - | PMCTODO :) | ||
| ====== CfgFaces ====== | ====== CfgFaces ====== | ||
| Line 219: | Line 220: | ||
| }; | }; | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ====== 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.1284974224.txt.gz · Last modified: 2010/09/20 09:17 by snakeman
