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 grave accent (`) key, placed under the ESC key:
The console can be hidden by pressing the grave accent (`) 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
video_resizable variable, you get the following result:
video resizable toggle 0 is non-resizable mode 1 is resizable mode video_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 grave accent (`) console turning on or off key, do one of the following actions:
- Open the user configuration file (configs/default.user by default) and change the ASCII-based key code in the following line:
<console_key>96</console_key>
Console#
Basic operations on the console, command and variable.
Config file: | |
---|---|
Description:
| Arguments:
|
Description:
| |
Config file: | |
Description:
| Arguments: ASCII code of the key |
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 - disabled (by default) 1 - enabled |
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:
|
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) |
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 |
Sound#
Operations on the sound.
Sound Resources#
Operations on the sound resources.
Material Manager#
Operations on materials.
Description:
| Arguments: Path to the manual material file |
Description:
| Arguments: Path to the manual material file |
Description:
| Arguments: Path to the manual material file |
Description:
| |
Config file: | |
Description:
| Arguments: 0 - Minimal memory consumption and maximum Engine loading speed. Сaching for materials and shaders is disabled, so everything is loaded on demand resulting in lots of freezes, spikes, etc. This method can be used when spikes are less important than memory consumption. It is recommended for fast iterations during the application development phase as less time is spent on launching your application and loading resources. 1 - Caching is enabled for materials, so materials are created at Engine's startup rather than at run time. Engine startup takes more time than for the first mode and more memory is used. There are less spikes in this mode, but they occur sometimes. This mode can be enabled on a constant basis for a small project having a small number of materials (in case of satisfactory performance and sufficient memory amount). 2 - Caching of materials is enabled along with shader cache generation and loading. This mode requires compilation of all shaders resulting in very long loading times. Everything is kept in memory with no streaming required. This mode is the best as it ensures stable work and significant reduction of spikes. In case of large projects with tens of thousands of materials the amount of available memory can be exceeded, as shader cache takes a lot of it. |
Description:
| |
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:
|
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 |
Occluder Debugging#
Operations on the occluder debugging.
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
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 |
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 - disabled (by default) 1 - enabled |
Occlusion Queries#
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Performance Profiling#
Operations on the Performance profiler.
Config file: | |
---|---|
Description:
| Arguments: 0 - profiler information is hidden (by default) 1 - generic profiler information is shown 2 - rendering profiler information is shown 3 - physics profiler information is shown 4 - world profiler information is shown 5 - pathfinding and sound usage profiler information is shown |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
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. |
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) |
Description:
|
Resolution and Full Screen#
Operations on the video resolution adjustment.
Config file: | |
---|---|
Description:
| Arguments: -1 - video_width × video_height0 - 640 × 360 1 - 960 × 540 2 - 1024 × 576 3 - 1280 × 720 4 - 1366 × 768 5 - 1600 × 900 (by default) 6 - 1920 × 1080 7 - 2560 × 1440 8 - 3840 × 2160 9 - 640 × 400 10 - 960 × 600 11 - 1024 × 640 12 - 1280 × 800 13 - 1440 × 900 14 - 1680 × 1050 15 - 1920 × 1200 16 - 2560 × 1600 17 - 640 × 480 18 - 800 × 600 19 - 1024 × 768 20 - 1280 × 960 21 - 1280 × 1024 22 - 1600 × 1200 23 - 2048 × 1536 24 - 2560 × 2048 |
Config file: | |
Description:
| Arguments: [0; 16384] - available range 0 - by default |
Config file: | |
Description:
| Arguments: [0; 16384] - available range 0 - 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 2 - full-window mode when an application window is rendered without decorations |
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 |
Multi-Monitor and Stereo Rendering#
Config file: | |
---|---|
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Config file: | |
Description:
| Arguments: [0; 1024] - available range 0 - by default |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Rendering Settings#
Operations on the renderer.
Rendering Resources#
Operations representing information on the rendering resources.
Description:
| Arguments: [0.0f; inf] - available range 1/60 - by default |
Description:
| |
Description:
| |
Description:
| Arguments: 0 - Asynchronous (by default) 1 - Forced |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: [0; 100] - available range 15 - by default |
Description:
| Arguments: [1; 300] - available range 30 - by default |
Description:
| Arguments: [1; 256] - available range 1 - by default |
Description:
| Arguments: 0 - 8x8 1 - 16x16 (by default) 2 - 32x32 3 - 64x64 4 - 128x128 5 - 256x256 6 - 512x512 |
Description:
| Arguments: [0; 100] - available range 65 - by default |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| |
Description:
| |
Description:
| |
Description:
| |
Description:
| |
Description:
| Arguments: [0; 100] - available range 3 - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.5f - by default |
Rendering Resources: OpenGL-Specific Commands#
Operations representing information on the rendering resources for OpenGL.
Config file: | |
---|---|
Description:
| Arguments: [0; 1024] - available range 128 - by default |
Config file: | |
Description:
| Arguments: [0; 256] - available range 16 - by default |
Config file: | |
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
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) |
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 |
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 Loading#
Operations on the shader loading.
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
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:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - Raytracing Low (by default) 1 - Raytracing Medium 2 - Raytracing High 3 - 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. 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. 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 100.0f] - 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - 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. 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. 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. 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. 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 0.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.0f; inf] - available range 1.0f - by default |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
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. 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. 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. 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: 0 - disabled 1 - enabled |
Description:
| Arguments: 0 - static (by default) 1 - logarithmic adaptive exposure 2 - quadratic adaptive exposure |
Description:
| Arguments: [0.0f; 4.0f] - available range 0.0f - by default |
Description:
| Arguments: [0.0f; inf] - available range 1.0f - by default |
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: [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:
| Arguments: 0 - Disabled (by default) 1 - Low 2 - Medium 3 - High 4 - High + SSGI 5 - Ultra 6 - Ultra + SSGI 7 - Extreme 8 - Extreme + SSGI 9 - Custom |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
Description:
| Arguments: 0 - Raytracing (by default) 1 - Raytracing + Denoise 2 - 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. 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 0.0f - by default |
Description:
| 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. 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. 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:
| 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. 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: 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - available range 0.2f - by default |
Description:
| 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 100.0f] - 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. 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. 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. 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:
| 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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 (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 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. 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. 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. 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. 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. 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. 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 2 - HTC Vive Pro 3 - Oculus Rift |
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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| 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. 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. 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. 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. 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - 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. 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 100.0f] - 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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 - disabled 1 - enabled (by default) |
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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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 - disable 1 - Filmic (by default) 2 - ACES 3 - ACES with Reinhard 4 - Reinhard 5 - 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 |
Lighting and Shading#
Operations on lighting and shading.
Description:
| Arguments: 0 - disabled 1 - enabled (by default) |
Description:
| Arguments: 0 - Off (by default) 1 - Low 2 - Medium 3 - High 4 - Ultra |
Description:
| Arguments: 0 - alpha blend (by default) 1 - additive blend 2 - multiply 3 - overlay |
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: 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 1 - enabled (by default) |
Description:
| Arguments: 0 - Simple Low (by default) 1 - Simple Medium 2 - Simple High 3 - Simple Ultra 4 - Raytracing 5 - Raytracing + Denoise 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. 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 1.0f] - 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; 100.0f] - 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. 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. 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:
| 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Arguments: [0.0f; inf] - available range 0.0f - by default |
Description:
| Arguments: 0 - disabled 1 - enabled (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 (by default) 1 - enabled |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.5f - by default |
Config file: | |
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) |
Geodetics#
You should upgrade to
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 - 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. 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. 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. 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 - 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 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: [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.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; 1.0f] - available range 0.9f - by default |
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:
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. 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 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. 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. 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. 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.0001f; 1.0f] - available range 0.001f - by default |
Description:
| Arguments: [0.0f; inf] - available range 30000.0f - by default |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.95f - by default |
Description:
| Arguments: 0 - Low 1 - Medium (by default) 2 - High |
Description:
| Arguments: [0.0f; 1.0f] - available range 0.4f - by default |
Description:
| Arguments: 1344 х 756 - (default) |
Description:
| Arguments: [1; 64] - available range 4 - by default |
Description:
| Arguments: [1; 64] - available range 4 - by default |
Description:
| 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. 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. 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. 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. 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 - 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#
OpenGL#
Operations on the OpenGL API.
Description:
| |
Description:
| |
Description:
| |
Description:
| |
Description:
| |
Config file: | |
Description:
| Arguments: 0 - disabled (by default) 1 - enabled |
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: 0 - TGA (by default) 1 - DDS 2 - PNG 3 - JPG |
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) |
General Information#
Memory Info#
Operations, representing information on the system memory.
Description:
|
CPU Info#
Operations, representing information on the CPU.
System Info#
Operations representing information on the system.
GPU Info#
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) |