Script:cinemascope: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
(Created page with "{{ScriptCommandPage |description=enable or disable cinematic borders |flags= s Slide the borders in/out instead of changing instantly |parameters= enable bool Enable or disable cinematic borders |intro=This restricts the vertical field of view by showing black bars at the top and bottom of the screen. This command also closes the player inventory but does not otherwise fully hide the player interface or prevent player input - use the {{Command|playerinterface}} and {{Com...")
 
mNo edit summary
Line 5: Line 5:
|parameters=
|parameters=
enable bool Enable or disable cinematic borders
enable bool Enable or disable cinematic borders
|intro=This restricts the vertical field of view by showing black bars at the top and bottom of the screen. This command also closes the player inventory but does not otherwise fully hide the player interface or prevent player input - use the {{Command|playerinterface}} and {{Command|setplayercontrols}} commands for that.
|intro=This restricts the vertical field of view by showing black bars at the top and bottom of the screen. This command also closes the player inventory and hides the HUD (more of it than {{Command|playerinterface|hide}}) but it does not prevent player input - use the {{Command|setplayercontrols}} command for that.
}}
}}

Revision as of 17:06, 18 June 2022

The cinemascope script command is used to enable or disable cinematic borders. This restricts the vertical field of view by showing black bars at the top and bottom of the screen. This command also closes the player inventory and hides the HUD (more of it than playerinterface hide) but it does not prevent player input - use the setplayercontrols command for that.

Usage

cinemascope [-s] <enable>

Context: Ignored

Flags:

 -s: Slide the borders in/out instead of changing instantly

Parameters:

ParameterTypeDescription
enable bool Enable or disable cinematic borders