Camouflage - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
CompCamouflage makes hostile pawns that wear this apparel have their name hidden from the player, and they cannot be manually selected while on the map.
It is a comp class, so you just add it in XML in the <comps> tag of an appropiate apparel. For example, this makes the ghillie suit in Vanilla Apparel Expanded work:
<comps>
	<li Class="VEF.Apparels.CompProperties_Camouflage">
	</li>
</comps>