Difference between revisions of "LoadScreen"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Hitbts
m
imported>Hitbts
m (Moved the window.)
Line 6: Line 6:
LoadScreen forms define the loading screens used by the game. Each is a pair of a 3D model and a description.
LoadScreen forms define the loading screens used by the game. Each is a pair of a 3D model and a description.


== Editor Dialog ==
[[File:LoadScreen_Editor.png]]
[[File:LoadScreen_Editor.png]]
== Editor Dialog ==
*'''ID:''' The editor ID that this form uses in the Creation Kit.
*'''ID:''' The editor ID that this form uses in the Creation Kit.
*'''Displays in Main Menu:'''
*'''Displays in Main Menu:'''
Line 19: Line 18:
***'''Constraints:''' The Rot Min, Rot Max, Zoom Min, and Zoom Max values limit how the player can zoom and rotate the model.
***'''Constraints:''' The Rot Min, Rot Max, Zoom Min, and Zoom Max values limit how the player can zoom and rotate the model.
*'''Match Conditions:''' The loading screen will can be displayed if these conditions are met.
*'''Match Conditions:''' The loading screen will can be displayed if these conditions are met.
{{ClearFloats}}


== See Also ==
== See Also ==
*[[:Category:Miscellaneous|Miscellaneous Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]

Revision as of 20:11, 13 July 2016

Papyrus: None

LoadScreen forms define the loading screens used by the game. Each is a pair of a 3D model and a description.

Editor Dialog

LoadScreen Editor.png

  • ID: The editor ID that this form uses in the Creation Kit.
  • Displays in Main Menu:
  • No Rotation: If checked, the player won't be allowed to rotate the model while it is displayed.
  • Loading Screen Text: The blurb associated with the loading screen; it will be shown in the lower-left corner. Yes, the Creation Kit gives you space to write a full-length essay. No, you probably shouldn't.
  • Model
    • Camera Path:
    • Loading Screen NIF: The Static whose 3D model will be used for this loading screen.
    • Transform:
      • Constraints: The Rot Min, Rot Max, Zoom Min, and Zoom Max values limit how the player can zoom and rotate the model.
  • Match Conditions: The loading screen will can be displayed if these conditions are met.

See Also