For Clothing Modders and Creators: Adding Support

If you make or are planning to make clothes affiliated with certain gangs or corpos, adding support for Responsive NPCs is simple. Modded clothes can be detected by this mod as long as `tags` is populated in the clothing item's tweak/yaml file

The only thing that needs to be noted here is the tag must match letter for letter to the one in the base game

For example, to take a vanilla clothing item with an affiliation, let's take `Items.TShirt_03_old_03` which is a Mox tank - you'll notice the tags record has the tag "Moxies"

Here's an example yaml with a Moxie affiliation:

Items.YourClothingMod:
  $base: Items.GenericClothingMod
  entityName: itemEntityName
  appearanceName: itemAppearanceName
  displayName: itemDisplayName
  quality: Quality.Legendary

  tags: [Clothing, Moxies]

Ensure that the tag name matches the one already in the base game, since the mod is only trying to find and compare tags which already exist. For posterity, here are the tags that are currently being matched for:

  • Moxies
  • Arasaka
  • TygerClaws
  • Valentinos
  • Maelstrom
  • VoodooBoys
  • NCPD
  • Aldecaldos
  • Scavengers
  • KangTao
  • Militech
  • Biotechnica
  • TraumaTeam
  • Zetatech
  • Military


Article information

Added on

Written by

MisterChedda

0 comments