Load Screen

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

When the game is loading new cells, a load screen is displayed. If the new cell does not have specific load screens associated with it, a random load screen is selected.

To conditionalize a Load Screen to appear with certain cells, open the Cell list by going to World, then Cells. When the Cells menu appears, you can drag any cell over to the Loading Screen. You can also conditionalize a loading screen to appear with a world space the same way.

  • ID: Unique identifier for the loading screen.
  • Displays only when these forms load: List of forms the loading screen will appear for. Each form has a type and unique editor ID. Drag cells over the window to add them to this list, so that the loading screen will only display when that particular cell loads.
  • Loading Screen Text: The text that appears along with the background image.
  • Loading Screen Image: Filename of .dds file to display as the background.

Note that the form describes a combination of text and image. If you want the same image to appear with different text, or vice versa, you need to create additional forms with the other combinations.

The only condition that can be placed on a Load Screen is the cell(s) to which it is attached. If you do not want the screen to be seen before a particular quest stage, then the cell being entered should not be accessible before that (e.g. the door is locked requiring a key, or has not been enabled).


See Also[edit | edit source]

How to create custom Loading Screen Images