Material Swap

From the Fallout4 CreationKit Wiki
Revision as of 21:08, 9 March 2017 by imported>Google12 (→‎Editor Dialog)
Jump to navigation Jump to search

Papyrus: None

Material Swaps can be used to retexture and recolor armor, scenery, and other forms. One particularly memorable use is changing the numbers on Vault suits. Note that Material Swaps don't do anything just by existing; a form must actually use them.

Editor Dialog

Material Swap Editor.png

  • ID: The editor ID that this form uses in the Creation Kit.
  • Tree Folder:
  • Material Substitutions: A list of the materials that will be swapped for some target mesh. Each offers the following options when selected:
    • Original: The name of a materials file referenced by a tri-shape in the mesh (NIF) that is to be overridden. A wildcard (*) can be used to replaced multiple textures at once.
    • Replacement: The new materials file to be applied in place of the original.
    • Color Remapping Index:

See Also