Title Effect Type: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (GUI Interaction moved to Title Effect Type: GUI Interaction not descriptive enough)
(No difference)

Revision as of 16:43, 16 February 2007

Template:Stub

Many commands relating to GUI Interaction require a string often called type. This type tells the game engine how to show text, objects, or resources. If plain text is given, it is always white with a black shadow and in the center of the screen.

The possible types and their descriptions are shown below:

Type Description
"PLAIN" Displays the text, object, or resource given.
"PLAIN DOWN" Displays the text, object, or resource given. Plain text is shown centered between the third and fourth quadrant of the screen. (ie. 25% up starting at the bottom)
"BLACK" Causes the screen to turn completely black, and displays the optional text, object, or resource given. All other GUI is hidden behind this black 'curtain'.
"BLACK FADED" Causes the screen to turn completely black without fading in, and displays the optional text, object, or resource given. All other GUI is hidden behind this black 'curtain'. If a 'speed' is not given, the 'curtain' and the displayed element disappears instantly after 5-10 seconds. Otherwise it will stay black with the element still visible.
"BLACK OUT" Same as "BLACK".
"BLACK IN" Reveals the GUI after a black 'curtain' is withdrawn along with the optional text, object, or resource that was given.
"WHITE OUT" Causes the screen to turn completely white, and displays the optional text, object, or resource given. All other GUI is hidden behind this black 'curtain'. This can easily blind the player and is not recommended.
"WHITE IN" Withdraws a white 'curtain' revealing the GUI.