Console
UNIGINE console is used for standard input, output and error streams for the file loading, rendering system, audio and video systems, path-finding system, physics engine, file system and many others.
Can be opened in any UNIGINE-based application.
How to Open Console#
A built-in console is called by pressing the F1 key:
The console can be hidden by pressing the F1 key one more time. See how to assign another key here.
Console Operation#
Console operation can be either command or variable:
Command Syntax#
Console command can take null, one or several arguments. The syntax is:
command_to_execute // null argument
command_to_execute argument // one argument
command_to_execute argument argument // two arguments
Hints
- To see the current variable value, other acceptable values and short description, just type it and press the Enter key. For example, if you type the
main_window_resizable variable, you get the following result:
Main window resizable toggle 0 is non-resizable mode 1 is resizable mode main_window_resizable = 1
- To complete a command or variable name, just start typing first letters and press the TAB key until you get the required result.
How to Change the Console Opening Key#
If you want to change the default F1 console toggle key, open the user configuration file (configs/default.user by default) and change the console_key field. You can specify a key scancode or name from the list. For example, to set the back quote key, specify BACK_QUOTE (or 17):
<console_key>BACK_QUOTE</console_key>
You can also specify several comma-separated keys:
<console_key>BACK_QUOTE,F3,18</console_key>
To set a keyboard shortcut that turns on and off the console, specify a key modifier in the console_key_modifier field in addition to the console key. The modifier can be set by using a modifier code or name from the list. For example, to set the Left Ctrl+` shourtcut, change the user configuration file as follows:
<console_key>BACK_QUOTE</console_key>
<console_key_modifier>LEFT_CTRL</console_key>
Console#
Basic operations on the console, command and variable.
Config file: | |
---|---|
Description:
| Arguments:
|
Description:
| |
Config file: | |
Description:
| Arguments: Key scancode or name from the list. Several comma-separated arguments are allowed. |
Config file: | |
Description:
| Arguments: Modifier code or name from the list. |
Description:
| |
Description:
| |
Description:
| |
Description:
| |
Description:
| Arguments: Variable, which values will be switched |
Description:
| Arguments: Variable to be toggled |
Description:
| Arguments: Key to unbind |
Config file: | |
Description:
| Arguments: [0; INT_MAX] - available range 16384 - by default |
Config file: | |
Description:
| Arguments: [0; 100] - available range 75 - by default |
Console GUI#
Operations on the console GUI.
Config file: | |
---|---|
Description:
| Arguments: [4; 32] - available range 16 - by default |
Config file: | |
Description:
| Arguments: Path to a *.ttf file core/gui/console.ttf (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: [4; 32] - available range 14 - by default |
Config file: | |
Description:
| Arguments: [0; 100] - available range 20 - by default |
Config file: | |
Description:
| Arguments: [0.0f; 100.0f] - available range 2.0f - by default |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Engine#
Basic operations on the engine.
Config file: | |
---|---|
Description:
| Arguments: 0 - Background update is disabled. (by default) 1 - Background update is enabled (rendering is performed when the window is out of focus, but stops if the window is minimized). 2 - Background update is always enabled (rendering is performed always, regardless of the window state). |
Description:
| |
Description:
| |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Engine Configuration Files#
General operations on the engine configuration.
Description:
| Arguments: Path to the Engine startup configuration file (data/default.boot by default) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| |
Description:
| |
Config file: | |
Description:
| Arguments: Path to the application configuration file (configs/default.config by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| |
Description:
| |
Config file: | |
Description:
| Arguments: Path to the controls configuration file (configs/default.controls by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| |
Description:
| |
Config file: | |
Description:
| Arguments: Path to the user configuration file (configs/default.user by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| |
Description:
| |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Engine Start-Up Parameters#
Console variables defined on Engine start-up.
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: Memory size in Mb. The default is 50. |
World#
Basic operations on world.
Config file: | |
---|---|
Description:
| Arguments: A world name or a path to a world relative to the -data_path folder. |
Description:
| Arguments:
|
Description:
| |
Description:
| |
Description:
| Arguments: Name of the world cache file (optional) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
World Resources#
Operations, representing information on objects generated using CPU logic, such as ObjectGrass, ObjectMeshClutter and WorldClutter objects.
Description:
| |
Description:
| |
Description:
| |
Config file: | |
Description:
| Arguments: [0; 8192] - available range 128 - by default |
Config file: | |
Description:
| Arguments: [0; 8192] - available range 128 - by default |
Config file: | |
Description:
| Arguments: 0 - movement of nodes having the Immovable flag is prohibited. 1 - movement of nodes having the Immovable flag is accompanied by a warning in the Console. (by default) 2 - movement of nodes having the Immovable flag is allowed (no warnings displayed). |
Sound#
Operations on the sound.
Sound Resources#
Operations on the sound resources.
Material Manager#
Operations on materials.
Description:
| |
Description:
| Arguments: 0 - Low 1 - Medium 2 - High (by default) |
Description:
| |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| |
Description:
| |
Description:
| |
Description:
|
Camera#
Operations for fast positioning of the game camera.
Description:
| |
Description:
| Arguments: The first 3 arguments set position. The second 3 arguments set rotation (optional) |
File System#
Operations on the File system.
Description:
| |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| |
Description:
| Arguments:
|
File System Info#
Operations, representing information on the File system.
Assets#
Operations on assets.
Description:
| |
Description:
|
Import and Export#
Operations representing information on importers and exporters of models.
Scripts#
Operations on the world, system and editor scripts.
Editor Script Analyzer#
Operations on the editor script debugging.
Description:
| Arguments: Path to a file to dump the information into (optional) |
Description:
| Arguments: Path to the log file to dump the log file information into (optional) |
Description:
| Arguments: Path to a file to dump the information into (optional) |
System Script Analyzer#
Operations on the system script debugging.
Description:
| Arguments: Path to a file to dump the information into (optional) |
Description:
| Arguments: Path to the log file to dump the log file information into (optional) |
Description:
| Arguments: Path to a file to dump the information into (optional) |
World Script Analyzer#
Operations on the world script debugging.
Description:
| Arguments: Path to a file to dump the information into (optional) |
Description:
| Arguments: Path to the log file to dump the log file information into (optional) |
Description:
| Arguments: Path to a file to dump the information into (optional) |
Script Debugger#
Operations on the per-function breakpoint. The syntax to set the breakpoint is the following:
system_breakpoint/world_breakpoint/editor_breakpoint set/remove function_name number_of_arguments
Description:
| Arguments:
|
Description:
| Arguments:
|
Description:
| Arguments:
|
Asynchronous Operations#
Asynchronous operations.
Config file: | |
---|---|
Description:
| Arguments: 0 - do not print (by default) 1 - print operations with the nodes 2 - print operations with the renderer resources (loading / unloading of meshes and textures) 3 - print operations with the file system resources (loading / unloading of files) 4 - print all operations with the nodes, renderer and file systems resources |
Config file: | |
Description:
| Arguments: 0 - print only frequently used operations (by default) 1 - print all operations |
Description:
| |
Description:
| |
Description:
|
Visualizer#
Operations on the visualizer.
Config file: | |
---|---|
Description:
| Arguments: 0 - visualizer is not shown (by default) 1 - visualizer is shown with depth testing (to check if other objects in the scene do not occlude visualized geometry) 2 - visualizer is shown without depth testing (visualized geometry is rendered in front of all objects in the scene) |
Config file: | |
Description:
| Arguments: 0 - hide the FPS counter (by default) 1 - display the FPS counter 2 - display the FPS counter and statistics on the last 600 frames: minimum FPS, maximum FPS and average FPS for the last 600 frames. |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
World Debugging#
Operations on the world debugging.
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: all world field light decal object player physical navigation obstacle sound "" - to hide all handlers |
Config file: | |
Description:
| Arguments: 0 - triangles are hidden (by default) 1 - front faces with the depth test are shown 2 - front faces without the depth test are shown 3 - front and back faces without the depth test are shown |
Lighting Debugging#
Operations on the lighting debugging.
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [7; 40] - available range 15 - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.25f - by default |
Node Debugging#
Operations on the node debugging.
Config file: | |
---|---|
Description:
| Arguments: The node type:
|
Config file: | |
Description:
| Arguments: 0 - screen scale (by default) 1 - 3D |
Config file: | |
Description:
| Arguments: [0; inf] - available range 500 - by default |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description: | Arguments: 0 - disabled (by default) 1 - show objects with Immovable option enabled 2 - show objects with Immovable option disabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Occluder Debugging#
Operations on the occluder debugging.
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Vertex Color Debugging#
Operations on vertex color debugging.
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled. (by default) 1 - Red color. 2 - Green color. 3 - Blue color. 4 - Alpha color. 5 - RGB color. |
Landscape Terrain Debugging#
Operations on the Landscape Terrain debugging.
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - mask vizualization is disabled (by default) 1 - DetailMask 0 2 - DetailMask 1 3 - ... 4 - DetailMask 19 |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the field mask are used for visualization. The surfaces that use the specified bits of the field mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_field_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the shadow mask are used for visualization. The surfaces that use the specified bits of the shadow mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_shadow_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the obstacle mask are used for visualization. The surfaces that use the specified bits of the obstacle mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_obstacle_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the material mask are used for visualization. The surfaces that use the specified bits of the material mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_material_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the viewport mask are used for visualization. The surfaces that use the specified bits of the viewport mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_viewport_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the physical mask are used for visualization. The surfaces that use the specified bits of the physical mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_physical_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the collision mask are used for visualization. The surfaces that use the specified bits of the collision mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_collision_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the navigation mask are used for visualization. The surfaces that use the specified bits of the navigation mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_navigation_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the intersection mask are used for visualization. The surfaces that use the specified bits of the intersection mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_intersection_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the reverberation mask are used for visualization. The surfaces that use the specified bits of the reverberation mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_sound_reverb_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the sound source mask are used for visualization. The surfaces that use the specified bits of the sound source mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_sound_source_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the sound occlusion mask are used for visualization. The surfaces that use the specified bits of the sound occlusion mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_sound_occlusion_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the physical exclusion mask are used for visualization. The surfaces that use the specified bits of the physical exclusion mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_physical_exclusion_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: value indicating which bit or bits of the physics intersection mask are used for visualization. The surfaces that use the specified bits of the physics intersection mask will be highlighted. To use this option, rendering of the relevant visualizer (see the render_show_physics_intersection_mask) should be enabled. Please note that the argument is an integer value, so the bit mask has to be represented accordingly. | |
Config file: | |
Description:
| Arguments: [0; 100000] - available range 500 - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Physics Debugging#
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - collision shapes are not shown (by default) 1 - collision shapes are rendered in wireframe mode 2 - collision shapes are rendered in solid mode |
Texture Debugging#
Operations on the texture debugging.
Description:
| Arguments: 0 - disabled (by default) 1 - show surfaces depending on maximum resolution of textures used in materials assigned to them applying colors in accordance with the scale 2 - show the relationship between maximum texture resolution of the material to the size of triangles on the screen to which it is applied: blue indicates insufficient texture resolution, while yellow tells that it is excessive, if the color is green - everything is ok. |
Description:
| Arguments: [0; 1] - available range 0.5 - by default |
Description:
| Arguments: 0 - UV0 (by default) 1 - UV1 |
Description:
| Arguments: 0 - Actual Resolution (by default) 1 - Requested Texture Resolution 2 - Source Texture Resolution |
Occlusion Queries#
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Performance Profiling#
Operations on the Performance profiler.
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Profiler GUI#
Operations on the Performance profiler style.
Config file: | |
---|---|
Description:
| Arguments: [4; 32] - available range 13 - by default |
Config file: | |
Description:
| Arguments: Path to a *.ttf file core/gui/font.ttf (by default) |
Microprofile#
Operations on the Microprofile.
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| |
Config file: | |
Description:
| Arguments: [1; 500] - available range 200 - by default |
Config file: | |
Description:
| Arguments: [1; 500] - available range 500 - by default |
Description:
| Arguments: Path to an .html file. |
VR Settings#
Description:
| |
Config file: | |
Description:
| Arguments: 0 - release VR context (no debug) (by default) 1 - debug VR context 2 - debug VR context with break on error (only on debug binaries) |
Description:
| |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: [0; 200] - available range 60 - by default |
Config file: | |
Description:
| Arguments: 0 - black screen (no image is displayed). 1 - image rendered for the left eye. 2 - image rendered for the right eye. 3 - stereo image (both the left and right eyes). (by default) |
Config file: | |
Description:
| Arguments: 0 - mirroring is disabled. 1 - main window displays the mirrored image. (by default) |
Config file: | |
Description:
| Arguments: 0 - seated. 1 - standing. (by default) 2 - raw (uncalibrated). |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: [eps; inf] - available range 32.0f - by default |
Config file: | |
Description:
| Arguments: [eps; inf] - available range 1.0f / 60.0f - by default |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Mixed Reality Settings#
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: vec2(0.0f, 1.0f) - default value |
Config file: | |
Description:
| Arguments:
|
Description:
| Arguments: 0 - exposure adjustment is disabled 1 - automatic exposure adjustment (by default) 2 - manual exposure adjustment |
Config file: | |
Description:
| Arguments:
|
Description:
| Arguments: 0 - white balance adjustment is disabled 1 - automatic white balance adjustment (by default) 2 - manual white balance adjustment |
Config file: | |
Description:
| Arguments:
|
Description:
| Arguments: 0 - ISO adjustment is disabled 1 - automatic ISO adjustment (by default) 2 - manual ISO adjustment |
Config file: | |
Description:
| Arguments:
|
Description:
| Arguments: [0; 10] - available range 0 - by default |
Description:
| Arguments: [0.0; 1.0] - available range 0.0 - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - Disabled (masking mode is disabled). (by default) 1 - Restrict Video to Mask (show the video pass-through image (VST) in the mask; can be used with chroma key) 2 - Restrict VR to Mask (show VR in the mask; can be used with chroma key) 3 - Restrict VR to Chromakey reduced by Mask (show VR in the mask and chroma elsewhere; requires chroma key) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - cubemap streaming from AR cameras is disabled. 1 - environment texture substitutes the sky. 2 - the first environment preset defines the way the AR texture is set for the environment. (by default) 3 - the second environment preset defines the way the AR texture is set for the environment. 4 - the third environment preset defines the way the AR texture is set for the environment. |
Description:
| Arguments: 0 - low 1 - medium (by default) 2 - high 3 - ultra |
Description:
| Arguments: 0 - correction is disabled. (by default) 1 - exposure correction for the stream from the AR cameras. 2 - exposure and white balance correction for the stream. |
Description:
| Arguments: 0 - reprojection of VST is disabled (default). (by default) 1 - automatic reprojection mode of VST (the Depth buffer is used for reprojection) 2 - manual reprojections mode of VST |
Description:
| Arguments: [0.0f; 1000.0f] - available range 0.0f - by default |
VR Hand Tracking Settings#
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Video Settings#
Config file: | |
---|---|
Description:
| Arguments: [0; 32] - available range 0 - by default |
Config file: | |
Description:
| Arguments: 0 - release rendering context (no debug) (by default) 1 - debug rendering context 2 - debug rendering context with break on error (only on debug binaries) 3 - GPU side validation (dx12-only, only on debug binaries) |
Config file: | |
Description:
| Arguments: 0 - disable debug shaders (release shaders are used) (by default) 1 - enable debug shaders |
Description:
| |
Description:
| Arguments: Index of the display for which modes are to be displayed (0 - by default). |
Main Window Resolution and Fullscreen#
Operations on main window options adjustment (size, fullscreen mode, borders, restart, etc.).
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: Usage with the argument: main_window_size width height (1600 x 900 by default) |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - windowed mode (by default) 1 - full-screen mode |
Config file: | |
Description:
| Arguments: 0 - Main - display set as main in OS settings. (by default) 1 - Current - display that currently has focus (where the mouse cursor is). |
Config file: | |
Description:
| Arguments: 0 - Desktop - use display mode currently selected on the user's computer. (by default) 1 - Mode by window size - try to find an appropriate display mode that corresponds to the current window resolution (while looking for the appropriate resolution the Engine tries to keep the current desktop display frequency if possible, otherwise it takes maximum available frequency). In case such mode does not exist (a corresponding error message is displayed), switch to the Desktop mode. |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
|
Graphics Settings#
Operations on the graphics adjustment.
Config file: | |
---|---|
Description:
| Arguments: 0 - not to synchronize FPS (by default) 1 - synchronize FPS 2 - enable adaptive vertical sync |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Multi-Monitor and Stereo Rendering#
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Rendering Settings#
Operations on the renderer.
Description:
|
Rendering Resources#
Operations representing information on the rendering resources.
Rendering Buffers#
Rendering Buffer Info#
Operations representing information on the rendering buffers.
Rendering Buffer Debugging#
Operations on the rendering buffer debugging.
Config file: | |
---|---|
Description:
| Arguments: 0 - all buffers are hidden (by default) 1 - show render textures (compact) 2 - show render textures (full) |
Description:
| Arguments: 0 - RG11B10F 1 - RGBA16F (by default) |
Config file: | |
Description:
| Arguments: [0; 16] - available range 7 - by default |
Config file: | |
Description:
| Arguments: [0; 256] - available range 0 - by default |
Rendering Passes#
Operations on rendering passes.
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Meshes#
Operations on mesh rendering.
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Tessellation#
Operations on mesh tessellation.
Description: | Arguments: [0.0f; 10.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 10.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.01f; 10.0f] - available range 1.0f - by default |
Decals#
Operations on decal rendering.
Fields#
Operations on field rendering.
Description:
| Arguments: 0 - 128 x 128 1 - 256 x 256 2 - 512 x 512 (by default) 3 - 1024 x 1024 4 - 2048 x 2048 5 - 4096 x 4096 6 - 8192 x 8192 |
Description:
| Arguments: 0 - 16 bit (by default) 1 - 32 bit |
Description:
| Arguments: 0 - 128x128 (by default) 1 - 256x256 2 - 512x512 3 - 1024x1024 4 - 2048x2048 5 - 4096x4096 6 - 8192x8192 |
Textures#
Operations on texture rendering.
Shaders#
Operations on shaders.
Description:
|
Shader Compilation#
Operations on shader compilation.
Effects and Postprocesses#
Operations on the effects and postprocesses.
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: (0.0f, 0.0f, 0.0f) - default value |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [2; 8] - available range 6 - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.7f - by default |
Description:
| Arguments: 0 - quarter 1 - half 2 - full (by default) |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
| Arguments: (0, 0) - default value |
Description:
| Arguments: 0 - Disabled (by default) 1 - Sharpest Low 2 - Sharpest High 3 - Sharp Low 4 - Sharp High 5 - Smooth Low 6 - Smooth High 7 - Smoothest Low 8 - Smoothest High 9 - Custom |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.9f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.1f - by default |
Description:
| Arguments: [0.0f; 64.0f] - available range 8.0f - by default |
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: [0.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.75f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; inf] - available range 0.1f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [1; 3] - available range 1 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0; 10] - available range 5 - by default |
Description:
| Arguments: 0 - disabled 1 - enabled |
Description:
| Arguments: [0.0f; inf] - available range 0.03f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.001f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.05f - by default |
Description:
| Arguments: [0.0f; inf] - available range 15.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 50.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 100.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 50.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 100.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [1.0f; inf] - available range 3.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.05f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.1f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; inf] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
| Arguments: [1; 32] - available range 1 - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - Very Low (by default) 1 - Low 2 - Medium 3 - High 4 - Ultra 5 - Extreme 6 - Custom |
Description: | Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 10.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 10.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description: | Arguments: [0.0f; inf] - available range 0.0f - by default |
Description: | Arguments: [0.0f; inf] - available range 0.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_dof_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - quarter 1 - half 2 - full (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_dof_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description: | Arguments: 0 - ring (by default) 1 - circle |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_dof_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_dof_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - static (by default) 1 - logarithmic adaptive exposure 2 - quadratic adaptive exposure |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [-10.0f; 10.0f] - available range -5.0f - by default |
Description:
| Arguments: [-10.0f; 10.0f] - available range 10.0f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0; inf] - available range 100 - by default |
Description:
| Arguments: [0; inf] - available range 250 - by default |
Description:
| Arguments: [0; inf] - available range 11 - by default |
Description:
| Arguments: 0 - classic (by default) 1 - physically-based |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: | Arguments: [0.0f; inf] - available range 0.03f - by default |
Description:
| Arguments: [-1.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: [-1.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: [0.5f; 1.5f] - available range 1.0f - by default |
Description:
| Arguments: vec4_zero - default value (black) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: (0,0,0,0,0,0,0,0,0,0,0,0) - default value |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: (1,1,1,1,1,1,1,1,1,1,1,1) - default value |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [1e-6f; 8.0f] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: From 1x1 to 1024x1024 Default: 128x64 |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: From 1x1 to 1024x1024 Default: 512x512 |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_gi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - power of 1 (by default) 1 - power of 2 2 - power of 3 3 - power of 4 |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_aa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: 0 - Sharpest (by default) 1 - Sharp 2 - Smooth 3 - Smooth + SRAA 4 - Smoothest 5 - Smoothest + SRAA 6 - VR Mode 7 - Custom |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_aa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - Sharpest (by default) 1 - Sharp 2 - Smooth 3 - Smoothest 4 - VR Mode 5 - Custom |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; inf] - available range 30.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.7f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; inf] - available range 0.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - 1 sample offset, no anti-aliasing 1 - 4 offsets (by default) 2 - 8 offsets 3 - 16 offsets |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 60.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 4.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [1.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.1f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_aa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - 2 1 - 4 (by default) 2 - 8 |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; inf] - available range 0.1f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.2f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description: | Arguments: [0.0f; 1.0f] - available range 0.2f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.01f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.75f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: vec4_one - default value (white) |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [2; 32] - available range 4 - by default |
Description:
| Arguments: [0.0f; 2.0f] - available range 0.2f - by default |
Description:
| Arguments: [-inf; inf] - available range 45.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range inf - by default |
Description:
| Arguments: [0.0f; inf] - available range inf - by default |
Description:
| Arguments: [0.0f; inf] - available range inf - by default |
Description:
| Arguments: [0.0f; inf] - available range inf - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; inf] - available range inf - by default |
Description:
| Arguments: vec4_one - default value (white) |
Description:
| Arguments: vec4_one - default value (white) |
Description:
| Arguments: vec4_zero - default value (white) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: vec4_one - default value (white) |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: vec3_one - default value |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - Low (by default) 1 - Medium 2 - High 3 - Ultra 4 - Custom |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0; 512] - available range 32 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 0.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 0.2f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 0.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [2; 64] - available range 8 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - Never (by default) 1 - Behind Farthest Refractive Surface |
Description:
| Arguments: vec3_one - default value |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; inf] - available range 0.5f - by default |
Description:
| Arguments: 0 - Disabled (by default) 1 - HTC Vive (1512x1680) 2 - HTC Vive Pro (2016x2240) 3 - Oculus Rift (1332x1586) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - Low (by default) 1 - Medium 2 - High 3 - Ultra 4 - Extreme 5 - Custom |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - Correct 1 - Boosted (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [1; 64] - available range 4 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [1; 64] - available range 16 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 0.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 10.0f] - available range 4.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 10.0f] - available range 2.0f - by default |
Description:
| Arguments: 0 - Disabled (by default) 1 - Low 2 - Medium 3 - High 4 - Ultra 5 - Extreme 6 - Custom |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [1; 1024] - available range 8 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [1; 256] - available range 8 - by default |
Description:
| Arguments: One of the following values:
|
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - Low (by default) 1 - Medium 2 - High 3 - Ultra 4 - Extreme 5 - Custom |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: vec4(1.0f, 0.0f, 0.0f, 1.0f) - default value |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 10.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 4.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - Disabled 1 - Low (by default) 2 - Medium 3 - High 4 - High + Velocity |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - 1 x 2 (by default) 1 - 2 x 2 |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; inf] - available range 30.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 60.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 4.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - 1 sample offset, no anti-aliasing 1 - 4 offsets (by default) 2 - 8 offsets 3 - 16 offsets |
Description:
| Arguments: vec4(1.0f, 1.0f, 1.0f, 1.0f) - default value (white) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - Better Edges (by default) 1 - Better Normals |
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: [0.0f; inf] - available range 0.01f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.35f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.02f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: vec4(0.26f, 0.24f, 0.21f, 1.0f) - default value |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: vec4(0.48f, 0.44f, 0.39f, 1.0f) - default value |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - Filmic 1 - ACES (by default) 2 - ACES with Reinhard 3 - Reinhard 4 - Reinhard Luma-Based |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; 10.0f] - available range 2.51f - by default |
Description: | Arguments: [0.0f; 10.0f] - available range 0.03f - by default |
Description:
| Arguments: [0.0f; 10.0f] - available range 2.43f - by default |
Description:
| Arguments: [0.0f; 10.0f] - available range 0.59f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.59f - by default |
Description:
| Arguments: [0.0f; 10.0f] - available range 2.51f - by default |
Description: | Arguments: [0.0f; 10.0f] - available range 0.03f - by default |
Description:
| Arguments: [0.0f; 10.0f] - available range 2.43f - by default |
Description:
| Arguments: [0.0f; 10.0f] - available range 0.59f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.14f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0; 10] - available range 5 - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.9f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.1f - by default |
Description:
| Arguments: [0.0f; inf] - available range 5.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.4f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled |
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: 0 - disabled 1 - enabled |
Description:
| Arguments: 0 - 3x3 (by default) 1 - 5x5 |
Description:
| Arguments: 0 - disabled 1 - enabled |
Description:
| Arguments: 0 - disabled 1 - enabled |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.1f - by default |
Upscalers#
DLSS#
FSR#
Description:
| |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: [1; 1024] - available range 8 - by default |
Description:
| Arguments: 0 - Ultra Performance (by default) 1 - Performance 2 - Balanced 3 - Quality |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 5.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.05f - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.9f - by default |
Lighting and Shading#
Operations on lighting and shading.
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - alpha blend (by default) 1 - additive blend 2 - multiply 3 - overlay |
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description: | Arguments: 0 - haze disabled 1 - haze colored the specific color 2 - haze colored in accordance with the sky LUT (by default) |
Description:
| Arguments: 0 - Short Distance Range (by default) 1 - Long Distance Range 2 - Physically Based |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; inf] - available range 98000.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 100000.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.95f - by default |
Description:
| Arguments: vec4_one - default value (white) |
Description:
| Arguments: [32; 1024] - available range 1024 - by default |
Description:
| Arguments: [1; 32] - available range 8 - by default |
Description:
| Arguments: [0; 128] - available range 4 - by default |
Description:
| Arguments: [0; 128] - available range 4 - by default |
Description:
| Arguments: [0; 128] - available range 4 - by default |
Description:
| Arguments: [0; 128] - available range 4 - by default |
Description:
| Arguments: [0; 128] - available range 4 - by default |
Description:
| Arguments: [0; 128] - available range 4 - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - Disabled 1 - Low (by default) 2 - Medium 3 - High 4 - High + Velocity |
Description:
| Arguments: 0 - 1 x 2 (by default) 1 - 2 x 2 |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: [0.0f; 100.0f] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; 1000.0f] - available range 100.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled |
Description:
| Arguments: 0 - Disabled 1 - Low 2 - High (by default) |
Description:
| Arguments: 0 - 1 x 2 1 - 2 x 2 (by default) |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.1f - by default |
Description:
| Arguments: [0.0f; inf] - available range 10.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 50.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.1f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 50.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 10.0f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - render objects using static lighting mode 2 - render objects using dynamic lighting mode 3 - render objects using advanced lighting mode |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_gi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Shadows#
Operations on shadows.
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; inf] - available range 0.1f - by default |
Description:
| Arguments: [0.0f; inf] - available range 100.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - Disabled 1 - Sun shadow shafts (by default) 2 - Moon shadow shafts 3 - Sun and Moon shadow shafts |
Description:
| Arguments: [0.0f; 100.0f] - available range 3.0f - by default |
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - Disabled 1 - Low 2 - Medium (by default) 3 - High 4 - Ultra |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - Disabled 1 - Low (by default) 2 - Medium 3 - High 4 - Ultra |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Geodetics#
Operations on geodetics.
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Clouds Rendering#
Description:
| Arguments: 0 - Low (by default) 1 - Medium 2 - High + Interleaved 3 - High 4 - Ultra + Interleaved 5 - Ultra 6 - Extreme + Interleaved 7 - Extreme 8 - Custom |
Description:
| Arguments: 0 - Volumetric — render volumetric clouds (by default) 1 - Render To Panorama — render clouds to panorama (environment cubemap) |
Description:
| Arguments: 0 - 128x128 1 - 256x256 2 - 384x384 3 - 512x512 4 - 768x768 (by default) 5 - 1024x1024 6 - 1536x1536 7 - 2048x2048 8 - 4096x4096 |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 100.0f - by default |
Description:
| Arguments: 0 - 2D texture (by default) 1 - 3D texture |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
| Arguments: [10.0f; 400000.0f] - available range 10000.0f - by default |
Description:
| Arguments: [16; 8192] - available range 256 - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - 64 1 - 128 2 - 256 (by default) 3 - 512 4 - 1024 5 - 2048 |
Description:
| Arguments: 0 - 32 1 - 64 2 - 128 3 - 256 (by default) 4 - 512 |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - Disabled (by default) 1 - 2×2 2 - 4×4 3 - 8×8 |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
| Arguments: [0.001f; 5.0f] - available range 1.0f - by default |
Description:
| Arguments: [1.0f; 2048.0f] - available range 230.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.1f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [100.0f; inf] - available range 200000.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: One of the following values:
|
Description:
| Arguments: [0.0f; 100000.0f] - available range 100.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: 0 - Render Before Transparent (by default) 1 - Render After Transparent 2 - Sort Transparent |
Terrain Rendering#
The commands described below are intended for configuring Landscape Terrain object (the ObjectLandscapeTerrain class).
Description:
| Arguments: [1; 100] - available range 10 - by default |
Description:
| Arguments: [0.0f; inf] - available range 0.0f - by default |
Description:
| Arguments: [1; 100] - available range 4 - by default |
Description:
| Arguments: [1; 60] - available range 4 - by default |
Description:
| Arguments: [1; 1000] - available range 10 - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [4; 2048] - available range 64 - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: [1; 64] - available range 16 - by default |
Description:
| Arguments: [4; 64] - available range 32 - by default |
Description:
| Arguments: [2; 64] - available range 2 - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.9f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.3f - by default |
Description:
| Arguments: 0 - Disabled 1 - Fast Compression (by default) 2 - High Quality |
Description:
| Arguments: 0 - 64×64 1 - 128×128 2 - 256×256 3 - 512×512 4 - 1024×1024 (by default) 5 - 2048×2048 6 - 4096×4096 7 - 8192×8192 8 - 16384×16384 |
Description:
| Arguments: 0 - 64×64 1 - 128×128 2 - 256×256 3 - 512×512 4 - 1024×1024 (by default) 5 - 2048×2048 6 - 4096×4096 7 - 8192×8192 8 - 16384×16384 |
Description:
| Arguments: 0 - 64×64 1 - 128×128 2 - 256×256 3 - 512×512 4 - 1024×1024 (by default) 5 - 2048×2048 6 - 4096×4096 7 - 8192×8192 8 - 16384×16384 |
Description:
| Arguments: [0.0f; 1.0f] - available range 1.0f - by default |
Description:
| Arguments: [0.0f; 10.0f] - available range 0.5f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1000.0f] - available range 0.01f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 50.0f] - available range 1.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 50.0f] - available range 6.0f - by default |
Description:
| Arguments: 0 - Low (by default) 1 - Medium 2 - High 3 - Ultra 4 - Extreme 5 - Custom |
Description:
| Arguments: 0 - Low (by default) 1 - Medium 2 - High 3 - Ultra 4 - Extreme 5 - Custom |
Description:
| Arguments: [0; 32] - available range 1 - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0001f; 1.0f] - available range 0.001f - by default |
Description:
| Arguments: [0.0f; inf] - available range 30000.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.95f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - Low 1 - Medium (by default) 2 - High |
Description:
| Arguments: [1000; 5000000] - available range 1000000 - by default |
Description:
| Arguments: [1; 32] - available range 2 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.4f - by default |
Description:
| Arguments: 1344 х 756 - (default) |
Description:
| Arguments: 0 - Quarter 1 - Half (by default) 2 - Full |
Description:
| Arguments: From 1x1 to 1024x1024 Default: 80x60 |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [1; 64] - available range 4 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [1; 64] - available range 4 - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [1; 256] - available range 60 - by default |
Description:
| Arguments: 0 - anisotropy level 1 1 - anisotropy level 2 2 - anisotropy level 4 (by default) 3 - anisotropy level 8 4 - anisotropy level 16 |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
ObjectWaterGlobal Rendering#
Description:
| Arguments: 0 - 1x 1 - 2x (by default) 2 - 4x 3 - 8x 4 - 16x |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: One of the following values:
|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - Low (by default) 1 - Medium 2 - High 3 - Ultra 4 - Extreme 5 - Custom |
Description:
| Arguments: [0.0f; inf] - available range 30000.0f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_water_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1000.0f] - available range 0.01f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_water_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 50.0f] - available range 1.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_water_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
Setting the value via
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_water_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 50.0f] - available range 6.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.1f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.9f - by default |
Description:
| Arguments: One of the following values:
|
Output Modes#
Description:
| Arguments: 0 - Default (by default) 1 - Curved Panorama 180 2 - Curved Panorama 360 3 - Linear Panorama 180 4 - Linear Panorama 360 5 - Panorama Fisheye Orthographic 6 - Panorama Fisheye Equidistant 7 - Panorama Fisheye Stereographic 8 - Panorama Fisheye Equisolid 9 - Anaglyph 10 - Interlaced 11 - Horizontal 12 - Vertical |
Description:
| Arguments: [0; 360] - available range 0 - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - OpenVR-based culling mode 2 - Custom culling mode |
Description:
| Arguments: (1.0f, 1.0f, 0.0f, 0.0f) - default value |
Description:
| Arguments: (0.6f, 0.6f, 0.0f, 0.0f) - default value |
Other Settings#
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - sequential rendering CPU-GPU-CPU-GPU... 1 - 1 buffer (by default) 2 - 2 buffers 3 - 3 buffers |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0; 1024] - available range 5 - by default |
Description:
| Arguments: -1; -1 - default value |
Description:
| Arguments: [0.0f; inf] - available range 0.0f - by default |
Renderers#
OpenAL Settings#
Operations on the OpenAL API.
Plugins#
Operations on external plugins.
Bake Lighting#
Operations on the Bake Lighting tool.
Description:
| Arguments: [1; 32] - available range 1 - by default |
Description:
| Arguments: [1; 500] - available range 10 - by default |
Description:
| Arguments: [0.0f; 8.0f] - available range 1.0f - by default |
Description:
| Arguments: Viewport mask |
Description:
| Arguments: [0.0f; inf] - available range 1000.0f - by default |
Description: | Arguments: 0 - Draft 1 - Low 2 - Medium (by default) 3 - High 4 - Ultra |
Description:
| |
Description:
|
Screenshots#
Operations on screenshots.
Config file: | |
---|---|
Description:
| Arguments: Extension for screenshot files: "png", "jpg", "dds", "tga", etc... ("tga" is used by default) |
Description:
A screenshot is saved in the bin/screenshots directory by default. You can specify another directory. | Arguments: Path to the folder the screenshots will be saved in (optional) |
Memory Allocator#
RAM Allocations#
Operations on memory allocations.
Description:
| |
Description:
| |
Description:
| Arguments:
|
Description:
| Arguments: Pool size in bytes. 256 by default. |
VRAM Allocations#
Operations on video memory allocations.
Description:
| |
Description:
| Arguments:
|
Description:
| Arguments: Pool size in Kb. 1024 by default. |
Description:
| Arguments: Video memory chunk size in Kb. 1024 by default. |
Skinned Meshes and Decals Allocations#
General Information#
CPU Info#
Operations, representing information on the CPU.
System Info#
Operations representing information on the system.
Miscellaneous#
Miscellaneous commands.
Description:
| Arguments: [-7; 7] - available range 7 - by default |
Config file: | |
Description:
| Arguments: 0 - idle 1 - normal (by default) 2 - high 3 - real-time |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: -1 — user configures DPI awareness. 0 - all displays are default DPI, bitmap-stretching. 1 - all displays have the same DPI from primary display, bitmap-stretching. (by default) 2 - DPI of the display that the window is primarily located on, no DPI scaling of any UI elements. Not available on Linux. |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: [1.0; 1000000.0] - available range 200.0 - by default |