Difference between revisions of "Holotape"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added template property)
imported>Qazaaq
(removed underscore)
Line 13: Line 13:
*{{Template:Editor:Property:Model}}
*{{Template:Editor:Property:Model}}
*{{Template:Editor:Property:Icon}}
*{{Template:Editor:Property:Icon}}
*{{Template:Editor:Property:Preview_Transform}}
*{{Template:Editor:Property:Preview Transform}}
* '''Type''': Select a data type to display.
* '''Type''': Select a data type to display.
** '''Sound''': The [[Sound Descriptor]] to play.
** '''Sound''': The [[Sound Descriptor]] to play.
Line 20: Line 20:
** '''Terminal''': The [[Terminal]] to display.
** '''Terminal''': The [[Terminal]] to display.
* '''Pickup/Putdown Sounds'''
* '''Pickup/Putdown Sounds'''
**{{Template:Editor:Property:Pickup_Sound}}
**{{Template:Editor:Property:Pickup Sound}}
**{{Template:Editor:Property:Putdown_Sound}}
**{{Template:Editor:Property:Putdown Sound}}
*{{Template:Editor:Property:Papyrus Script}}
*{{Template:Editor:Property:Papyrus Script}}


Line 32: Line 32:


[[Category:Editor Reference]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Object Classes]]
[[Category:Items]]
[[Category:Items]]

Revision as of 19:36, 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 3D Model File that will be used when this object is placed in the game world.
  • Icon: The Texture File that will be used for this object's icon. This property is depreciated, obsolete, or does not appear to be used by the game.
  • Preview Transform: A Transform applies positioning to a Model File. These may be used when previewing objects within the Creation Kit or in-game user interface menus.
  • Type: Select a data type to display.
  • Pickup/Putdown Sounds
  • Scripts: Papyrus scripts may be added, removed, and their properties edited.
    • Add: Adds a papyrus script to this object.
    • Remove: Removes the selected papyrus script from this object.
    • Properties: Shows the papyrus property editor for the selected script.

Notes

None

See Also