Difference between revisions of "Material Swap"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Hitbts
m (Moved the image.)
imported>Google12
m (→‎Editor Dialog: provided a little more detail on the original and replacement fields)
Line 10: Line 10:
*'''ID:''' The editor ID that this form uses in the Creation Kit.
*'''ID:''' The editor ID that this form uses in the Creation Kit.
*'''Tree Folder:'''
*'''Tree Folder:'''
*'''Material Substitutions:''' A list of the materials that will be swapped. Each offers the following options when selected:
*'''Material Substitutions:''' A list of the materials that will be swapped for some target mesh. Each offers the following options when selected:
**'''Original:'''
**'''Original:''' The name of a materials file referenced by a tri-shape in the mesh (NIF) that is to be overridden
**'''Replacement:'''
**'''Replacement:''' The new materials file to be applied in place of the original. 
**'''Color Remapping Index:'''
**'''Color Remapping Index:'''


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

Revision as of 23:20, 4 January 2017

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
    • Replacement: The new materials file to be applied in place of the original.
    • Color Remapping Index:

See Also