User Tools

Site Tools


arma:config:custom_face

ArmA 1 Custom Face

ArmA 1 Forum, ArmA 1 Home, ArmA 1 Config, ArmA 1 Tools, ArmA 1 File Formats, ArmA 1 Missions, ArmA 1 3D Modeling, ArmA 1 Terrain, ArmA 1 Texturing, ArmA 1 Scripting

ArmA 1 aka Armed Assault (ArmA)

Custom face for ArmA 1 by Snake Man, PMC.

ArmA custom faces are configure in the cfgFaces part of the config.

Here is an usual example:

class VTE_AsianMan
{
	class Default
	{
		name = $STR_CFG_FACES_DEFAULT;
		texture = "\vte_chara\faces\asian_face01.pac";
		east = false;
		west = false;
	};
 
	class Custom
	{
		name = $STR_CFG_FACES_CUSTOM;
		texture = "#(argb,8,8,3)color(0.596,0.412,0.365,1)";
		east = false;
		west = false;
	};
 
	class Asian_face01
	{
		name = "Ngyuen N.";
		texture = "\vte_chara\faces\asian_face01.pac";
		east = true;
		west = true;
	};
 
	class Asian_face02: Asian_face01
	{
		name = "Ngyuen P.";
		texture = "\vte_chara\faces\asian_face02.pac";
	};
};

Note that you must configure the class Default with your custom face texture too, otherwise player at mission start will have this face which is setup there, so make it sure its custom and not one of the default BIS faces.

Then when you configure your soldier, you'll do it like this:

class VTE_VC: vte_man
{
	faceType = "VTE_AsianMan";

Where the key word is the “faceType” setting, there you write your class name you want to use, in our example it is “VTE_AsianMan” class.

arma/config/custom_face.txt · Last modified: 2024/08/01 07:38 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.