Difference between revisions of "Material Swap"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Google12
imported>Qazaaq
Line 1: Line 1:
[[Category:Editor Reference]]
'''Papyrus:''' [[MatSwap Script]]
[[Category:Object_Classes]]
[[Category:Miscellaneous]]
'''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.
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.
Line 8: Line 5:
== Editor Dialog ==
== Editor Dialog ==
[[File:Material Swap_Editor.png]]
[[File:Material Swap_Editor.png]]
*'''ID:''' The editor ID that this form uses in the Creation Kit.
*{{Template:Editor:Property:ID}}
*'''Tree Folder:'''
*'''Tree Folder:'''
*'''Material Substitutions:''' A list of the materials that will be swapped for some target mesh. 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:
Line 17: Line 14:
== See Also ==
== See Also ==
*[[:Category:Miscellaneous|Miscellaneous Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]
[[Category:Editor Reference]]
[[Category:Object Classes]]
[[Category:Miscellaneous]]

Revision as of 14: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