Difference between revisions of "Papyrus Manager Window"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "The Papyrus Manager Window is used for working with Script Files which includes a search filter, compilation, and other useful scripting activities. The window can be...")
(No difference)

Revision as of 16:24, 6 December 2018

The Papyrus Manager Window is used for working with Script Files which includes a search filter, compilation, and other useful scripting activities. The window can be found under the Creation Kit title bar menu, Gameplay -> Papyrus Script Manager.

Editor Window

Editor Papyrus Manager Window.png

  • Search Filter: Searches all script names for the given text. Supports namespaces and wildcard expressions such as default*onload.
  • Scripts: A collection of script entries that match the given search filter.

Context Menu

  • New...: Creates a new Script File.
  • Open in External Editor: Opens the Script File source in the specified Text Editor.
  • Copy to Source:
  • Compile:
  • Rename: Renames this Script File.
  • Refresh All:
  • Use Info:
  • Check Out:
  • Check In:
  • Undo Check Out:
  • Add Perforce:
  • Mark for Delete:
  • Create New Manager Window: Opens a separate Papyrus Manager Window.

See Also