PMC websites shut down September 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond september 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma3:config:remove-glasses

ArmA 3 Remove Glasses from Custom Character

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 Tools

ArmA 3 Remove Glasses from Custom Character

If you want to remove glasses from your character, use NoGlasses on the identityTypes array like this:

identityTypes[] =
{
	"Head_Asian", "NoGlasses"
};

or

// so that our 1965 western english speaking guys dont have modern sun glasses
identityTypes[] =
{
	"LanguageENG_F", "Head_NATO", "NoGlasses"
};

If you need bad ass looking camouflaged face paint, use this:

// white man camo face, no stupid modern glasses
identityTypes[] = { "LanguageENG_F", "Head_NATO_camo_lush" };
arma3/config/remove-glasses.txt · Last modified: 2024/08/02 15:06 by snakeman