Difference between revisions of "Holotape"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "'''Type:''' <code>NOTE</code> <BR/> '''Papyrus:''' Holotape Script The holotape can playback a sound, voice, display a terminal, or execute a flash program. == Editor Di...")
 
imported>Qazaaq
(added template property)
Line 7: Line 7:
== Editor Dialog ==
== Editor Dialog ==
[[File:Holotape_Editor.png]]
[[File:Holotape_Editor.png]]
* '''ID''': The editor ID which is used by the Creation Kit.
*{{Template:Editor:Property:ID}}
* '''Name''': The object's name as it will appear within menus and the game world.
*{{Template:Editor:Property:Name}}
* '''Weight''': The weight of this object which represents how heavy it is.
*{{Template:Editor:Property:Weight}}
* '''Value''': The object's value in caps which determines its worth to vendors.
*{{Template:Editor:Property:Value}}
* '''Model''': The [[Model File]] that will be used.  
* '''Model''': The [[Model File]] that will be used.  
* '''Icon''': The [[Texture File]] that will be used.
* '''Icon''': The [[Texture File]] that will be used.

Revision as of 19:33, 27 October 2017

Type: NOTE
Papyrus: Holotape Script

The holotape can playback a sound, voice, display a terminal, or execute a flash program.

Editor Dialog

Holotape 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.
  • Weight: The weight of this object which represents how heavy it is.
  • Value: The object's value in caps which determines its worth to vendors.
  • Model: The Model File that will be used.
  • Icon: The Texture File that will be used.
  • Preview Transform: The Transform that is applied when this object's model is shown in the inventory menus.
  • Type: Select a data type to display.
  • Pickup/Putdown Sounds
  • Scripts: Papyrus scripts can be attached here, and their properties edited.

Notes

None

See Also