Script:cinemascope: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
mNo edit summary
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 and hides the [[Gameplay#HUD|HUD]] (more of it than {{Command|playerinterface|hide}}) but it does not prevent player input - use the {{Command|setplayercontrols}} command 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 [[Gameplay#HUD|HUD]] (more of it than {{Command|playerinterface|hide}}, except for the cursor) but it does not prevent player input - use the {{Command|setplayercontrols}} command for that.
}}
}}

Latest revision as of 17:11, 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, except for the cursor) 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