Difference between revisions of "Custom Menu Screens"

From Divinity Engine Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Preparing the Level ==
 
== Preparing the Level ==
Custom Menu Screens are created by designing a level with a Spectator Camera Trigger and then linking it to the project settings for your mod. There are some special rules to observe when designing your level, however. When the menu screen is displayed from the game menu, there is no server running, which means that spawned creatures and interactive items will not display. For this reason, most artists prefer to create levels specifically tailored for start menus rather than employing the ones used in game.
+
Custom Menu Screens are created by adding a Spectator Camera Trigger to a level and then linking it to the project settings for your mod. There are some special rules to know about when designing your level to be used as a Menu Screen. When the menu screen is displayed from the game menu, there is no server running, which means that spawned creatures and interactive items will not display. For this reason, most artists prefer to create levels or terrains specifically tailored as menus screns rather than using the ones played in game. Doing this also allows for more creativity in moving objects around and adjusting the lighting for the specific field of view that the camera will have.
  
 
== Placing Your Menu Camera ==
 
== Placing Your Menu Camera ==
Line 17: Line 17:
 
File:Tut StartMenu SpectatorCameraFxPreview.png | Live Preview of Spectator Camera Field of View
 
File:Tut StartMenu SpectatorCameraFxPreview.png | Live Preview of Spectator Camera Field of View
 
</gallery>
 
</gallery>
 +
 +
* Keep in mind that the game places a thin UI overlay towards the right hand of the screen, so you may want to account for it.
  
 
== Assigning the Menu Level to your Mod ==
 
== Assigning the Menu Level to your Mod ==
Line 25: Line 27:
 
<br />
 
<br />
 
When you start up the game, you will see your menu anytime you return to playing your mod!
 
When you start up the game, you will see your menu anytime you return to playing your mod!
 +
 +
[[File:Tut StartMenu FinalProduct.png|frame|none|Custom Start Menu Final Product]]
  
 
[[Category:Levels]]
 
[[Category:Levels]]

Revision as of 20:41, 5 September 2017

Preparing the Level

Custom Menu Screens are created by adding a Spectator Camera Trigger to a level and then linking it to the project settings for your mod. There are some special rules to know about when designing your level to be used as a Menu Screen. When the menu screen is displayed from the game menu, there is no server running, which means that spawned creatures and interactive items will not display. For this reason, most artists prefer to create levels or terrains specifically tailored as menus screns rather than using the ones played in game. Doing this also allows for more creativity in moving objects around and adjusting the lighting for the specific field of view that the camera will have.

Placing Your Menu Camera

  • Select the SpectatorCameraTrigger from your Root Templates and add it somewhere in your level.
  • Give it the name 'Start_Camera'.
Adding a Spectator Camera Trigger
Assign 'Start_Camera' to the name


  • Once your Spectator Camera is placed in your level, you can move it around and rotate it with the translation controls like any other object.
  • You can get a live preview of how the Start Menu will look by selecting the Spectator Camera->right mouse click->"Activate in FX Preview".
  • Keep in mind that the game places a thin UI overlay towards the right hand of the screen, so you may want to account for it.

Assigning the Menu Level to your Mod

Once you are happy with the placement and field of view of the Start Camera in your menu level, you simply assign it to the project through the "Project->Project Settings..." menu under the 'General' tab.

Assigning a Start Menu Level to the Project


When you start up the game, you will see your menu anytime you return to playing your mod!

Custom Start Menu Final Product