Difference between revisions of "LoadScreen"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Hitbts
m (Moved the window.)
imported>Qazaaq
(changed descriptions)
 
Line 1: Line 1:
[[Category:Editor Reference]]
'''Type:''' <code>LSCR</code>
[[Category:Object_Classes]]
<BR/>
[[Category:Miscellaneous]]
'''Papyrus:''' None
'''Papyrus:''' None


LoadScreen forms define the loading screens used by the game. Each is a pair of a 3D model and a description.
A [[LoadScreen]] form defines the visual aspect of a loading screen. Loading screens consists of a 3D [[Model File]] and text description. The game may display loading screens during fast travel, loading game saves, using doors, or displayed as the main menu background.  The [[LoadScreen]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Miscellaneous|Miscellaneous Category]].


== Editor Dialog ==
== Editor Dialog ==
[[File:LoadScreen_Editor.png]]
[[File:LoadScreen_Editor.png]]
*'''ID:''' The editor ID that this form uses in the Creation Kit.
*{{Template:Editor:Property:ID}}
*'''Displays in Main Menu:'''
*'''Displays in Main Menu:'''
*'''No Rotation:''' If checked, the player won't be allowed to rotate the model while it is displayed.
*'''No Rotation:''' If checked, the player won't be allowed to rotate the model while it is displayed.
Line 18: Line 17:
***'''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]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Miscellaneous]]

Latest revision as of 23:24, 27 March 2018

Type: LSCR
Papyrus: None

A LoadScreen form defines the visual aspect of a loading screen. Loading screens consists of a 3D Model File and text description. The game may display loading screens during fast travel, loading game saves, using doors, or displayed as the main menu background. The LoadScreen object is found within the Object Window under the Miscellaneous Category.

Editor Dialog[edit | edit source]

LoadScreen 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.
  • 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[edit | edit source]