Difference between revisions of "Material Swap"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
(added link to material file)
Line 13: Line 13:


== See Also ==
== See Also ==
*[[Material File]]
*[[:Category:Miscellaneous|Miscellaneous Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]



Revision as of 17:03, 11 February 2018

Papyrus: MatSwap Script

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 ID, also referred to as Editor ID, is used by the Creation Kit to uniquely identify this record within a Data File.
  • 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