PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. 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 November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


arma3:terrain:cfgsurfacecharacters

This is an old revision of the document!


ArmA 3 CfgSurfaceCharacters

cfgSurfaceCharacters defines what clutter types are placed on the terrain and in which density.

a3\map_data\config.cpp/cfgSurfaceCharacters:

class CfgSurfaceCharacters
{
	class StratisForestPineClutter
	{
		probability[] = { 0.05, 0.012, 0.01, 0.1, 0.05 };
		names[] = { "StrBigFallenBranches_pine", "StrBigFallenBranches_pine02", "StrBigFallenBranches_pine03", "StrGrassDryGroup", "StrGrassGreenGroup" };
	};
	class StratisDryGrassClutter
	{
		probability[] = { 0.21, 0.35, 0.21, 0.09, 0.06, 0.02 };
		names[] = { "StrGrassDryGroup", "StrGrassDryMediumgroup", "StrWeedBrownTallGroup", "StrWeedGreenTall", "StrThistleYellowShrub", "StrPlantMullein" };
	};
	class StratisGreenGrassClutter
	{
		probability[] = { 0.95, 0.02, 0.02, 0.01 };
		names[] = { "StrGrassGreenGroup", "StrThornGreenSmall", "StrThornGreenBig", "StrPlantGreenShrub" };
	};
	// etc ...
};

See also how_cfgsurfaces_cfgsurfacecharacters_and_clutter_work.

arma3/terrain/cfgsurfacecharacters.1507473347.txt.gz · Last modified: 2017/10/08 14:35 by snakeman