Difference between revisions of "HeadPart"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Added editor object.)
 
imported>Qazaaq
(changed property descriptions)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Editor Reference]]
'''Type:''' <code>HDPT</code>
[[Category:Object_Classes]]
<BR/>
[[Category:Character]]
'''Papyrus:''' [[HeadPart Script]]
'''Papyrus:''' [[HeadPart Script]]


The '''HeadPart''' is used on [[Actor]]s to represent a facial feature such as hair, a beard, or a scar.
The [[HeadPart]] is used on [[Actor]]s to represent a facial feature such as hair, a beard, or a scar.


== Editor Dialog ==
== Editor Dialog ==
[[File:HeadPart Editor.png]]
[[File:HeadPart Editor.png]]
*'''ID:''' The editor ID which is used by the Creation Kit.
*{{Template:Editor:Property:ID}}
*{{Template:Editor:Property:Name}}
*{{Template:Editor:Property:Playable}}
*'''Male/Female/Unisex:''' Whether this head part can appear only on males, only on females, or on characters of either gender.
*'''Type:''' What kind of head part this is (face, hair, scars, etc.).
*'''Valid Races:''' Which character race(s) this head part can be used on.
*'''Texture Set:''' The texture override to use on the piece.
**'''Uses Body Texture:'''
*'''Race Morph/Chargen Morph:''' The Morph TRIs to use for the piece.
*'''Color:''' The tint color to apply to the piece.
*{{Template:Editor:Property:Model}}
*'''Tri:''' The TRI for the piece.
**'''Use Solid Tint:''' Whether to apply a solid-color tint to the piece.
*'''Is Extra Part:''' If checked, this is a standalone 'extra' part. If not, allows you to specify which head parts it can work with.
*'''Chargen Conditions:'''


== See Also ==
== See Also ==
*[[:Category:Character|Character Category]]
*[[:Category:Character|Character Category]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Character]]

Latest revision as of 02:32, 28 October 2017

Type: HDPT
Papyrus: HeadPart Script

The HeadPart is used on Actors to represent a facial feature such as hair, a beard, or a scar.

Editor Dialog[edit | edit source]

HeadPart 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.
  • Name: This object's name as it will appear within user interface menus or when the player looks at it.
  • Playable: If checked, this object will be usable by the player. The object may be visible in user interface menus or usable when encountered within the game world.
  • Male/Female/Unisex: Whether this head part can appear only on males, only on females, or on characters of either gender.
  • Type: What kind of head part this is (face, hair, scars, etc.).
  • Valid Races: Which character race(s) this head part can be used on.
  • Texture Set: The texture override to use on the piece.
    • Uses Body Texture:
  • Race Morph/Chargen Morph: The Morph TRIs to use for the piece.
  • Color: The tint color to apply to the piece.
  • Model: The 3D Model File that will be used when this object is placed in the game world.
  • Tri: The TRI for the piece.
    • Use Solid Tint: Whether to apply a solid-color tint to the piece.
  • Is Extra Part: If checked, this is a standalone 'extra' part. If not, allows you to specify which head parts it can work with.
  • Chargen Conditions:

See Also[edit | edit source]