Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Camouflage

juanosarg edited this page Jun 18, 2021 · 1 revision

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.

How do I use this code?

It is a comp class, so you just add ir 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="VanillaApparelExpanded.CompProperties_Camouflage">
	</li>
</comps>

VFE Core

General Comp classes

General DefModExtensions

Item Processor

PipeSystem

Custom Structure Generation

Multi Verb Combat Framework - MVCF

Animal Behaviours

Apparel

Cuisine

Furniture

Plants

Clone this wiki locally