Difference between revisions of "Documentation/Engine/Configuration variables"

From SCS Modding Wiki
Jump to navigation Jump to search
m
(70 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Tip|Be aware that this page is obsolete, it should be updated with all comments in the future time.}}
+
{| class="wikitable" width="100%"
 
+
!width="150px"|Name
The following variables configure different aspects of the game.
+
!width="70px"|Type
 
+
!width="500px"|Default value
Some of them (global settings) are loaded from the '''''config.cfg''''' that can be found in the [[Documentation/Engine/Game_user_path|game user folder]]; others (which are associated with a player's profile) will be saved in the profile folder (e.g. "''<game_user_path>/profiles/<profile_id>''").
+
!width="50px"|Config
 
+
!|Purpose
Most of these can be changed during the game play using the [[Documentation/Engine/Console|console]]. To do so, enter the variable name, followed by the desired value, to change it, and press Enter. Additionally the command '''uset''' can be used before the cvar name, but it is not necessary.
 
 
 
To determine the current and default value of a variable, enter only its name.
 
 
 
Example:
 
<pre>
 
g_police 0    (disables traffic fines)
 
g_colbox 1    (displays collision boxes)
 
 
 
r_mirror_view_distance  (might return the following)
 
"r_mirror_view_distance" is: "400" default:"80.0"
 
</pre>
 
 
 
 
 
Variables list (''some of the columns in the table can be sorted by clicking the up/down arrows''):
 
{| class="wikitable sortable" width="100%"
 
!width="150px" |Name
 
!width="70px" class="unsortable" |Type
 
!width="200px" class="unsortable" |Default value
 
!width="50px" |Config
 
! class="unsortable"|Purpose
 
 
|-
 
|-
| g_additional_water_fov
+
| r_texture_detail
 +
| integer
 +
| 0
 +
| global
 +
| TODO
 +
|-
 +
| r_anisotropy_factor
 
| float
 
| float
| 20.0f
+
| 0.25
 
| global
 
| global
| By how much increase the horizontal fov used to render the water effect.
+
| TODO
 
|-
 
|-
| g_adviser
+
| r_vsync
 
| integer
 
| integer
 
| 1
 
| 1
| profile
+
| global
| Adviser mode: 0 = hidden, 1 = shown, 2 = mini mode.
+
| TODO
 
|-
 
|-
| g_adviser_auto_parking
+
| r_draw_limit
 
| integer
 
| integer
| 1
+
| 0
| profile
+
| global
| Enable/disable auto parking feature.
+
| TODO
 
|-
 
|-
| g_adviser_keep_hidden
+
| sys_info
| integer
+
| string
| 0
+
| x86 / Windows 7 x64 (version 6.1) / Service Pack 1
| profile
+
| global
| Keep adviser in hidden state (do not show any message).
+
| TODO
 
|-
 
|-
| g_artist_id
+
| vid_name
| integer
+
| string
| 0
+
| <unknown>
 
| global
 
| global
| Artist specific id. (0-15 range)
+
| TODO
 
|-
 
|-
| g_auto_traffic_headlights
+
| vid_mem
| integer
+
| string
| 1
+
| 0
 
| global
 
| global
| Enable/Disable headlights from automatic traffic.
+
| TODO
 
|-
 
|-
| g_autoload_ignore_autosave
+
| vid_ver
| integer
+
| string
 
| 0
 
| 0
| profile
+
| global
| Should auto-loading ignore all autosaves and use only manual saves?
+
| TODO
 
|-
 
|-
| g_axle_drop_auto
+
| t_averaging_window_length
 
| integer
 
| integer
| 1
+
| 20
| profile
+
| global
| Is automatic axle drop enabled?
+
| TODO
 
|-
 
|-
| g_bad_weather_factor
+
| g_clock_24
| float
 
| 0.07
 
| profile
 
| Bad weather factor. Affects probability of rainy weather.
 
|-
 
| g_brake_intensity
 
| float
 
| 1.0
 
| profile
 
| Brake intensity modifier.
 
|-
 
| g_brake_light_all
 
 
| integer
 
| integer
 
| 1
 
| 1
 
| profile
 
| profile
| Show brake light for all brakes (value: 1) or only service, retarder and trailer brake (value: 0)?
+
| TODO
 
|-
 
|-
| g_cam_blinker
+
| g_subtitles
 
| integer
 
| integer
 
| 0
 
| 0
 
| profile
 
| profile
| Is interior camera movement based on blinker activation enabled.
+
| TODO
 
|-
 
|-
| g_cam_physics
+
| g_police
 
| integer
 
| integer
 
| 1
 
| 1
 
| profile
 
| profile
| Is interior camera movement based on physics movement of driver enabled?
+
| TODO
 
|-
 
|-
| g_cam_physics_value
+
| g_fatigue
| float
+
| integer
| 1.0
+
| 1
 
| profile
 
| profile
| Value of interior camera movement based on physics movement of driver.
+
| TODO
 
|-
 
|-
| g_cam_steering
+
| g_tutorial
 
| integer
 
| integer
| 0
+
| 1
 
| profile
 
| profile
| Is interior camera movement based on steering angle enabled?
+
| TODO
 
|-
 
|-
| [[/g_cam_steering_reverse/]]
+
| g_desktop_tutorial
 
| integer
 
| integer
| 1.0
+
| 1
 
| profile
 
| profile
| Interior camera movement based on steering angle, behavior on reverse.
+
| TODO
 
|-
 
|-
| g_cam_steering_value
+
| g_adviser
| float
 
| 1.0
 
| profile
 
| Multiplier for interior camera movement based on steering angle.
 
|-
 
| [[/g_cargo_sort/]]
 
| integer
 
| 0
 
| global
 
| Current cargo sort method.
 
|-
 
| g_city_name_move
 
| integer
 
| 0
 
| global
 
| Enable ability to move city names on map.
 
|-
 
| g_clock_24
 
 
| integer
 
| integer
 
| 1
 
| 1
 
| profile
 
| profile
| Use 24 hour clock or 12 hour clock (value 1 = 24 hour, value 0 = 12 hour)
+
| TODO
 
|-
 
|-
| g_console
+
| g_adviser_keep_hidden
 
| integer
 
| integer
 
| 0
 
| 0
| global
 
| Is console enabled?
 
|-
 
| g_cruise_control_grid
 
| float
 
| 5.0
 
 
| profile
 
| profile
| Digital cruise control grid step.
+
| TODO
 
|-
 
|-
| g_cruise_control_smart
+
| g_adviser_auto_parking
| float
 
| 0.0
 
| profile
 
| Smart cruise control window, if you want to disable it set to negative value.
 
|-
 
| [[Documentation/Engine/Config_variables/g_currency|g_currency]]
 
 
| integer
 
| integer
| 0
+
| 1
 
| profile
 
| profile
| Currency used in game.
+
| TODO
 
|-
 
|-
| g_cutscenes
+
| g_save_idx
 
| integer
 
| integer
 
| 1
 
| 1
 
| profile
 
| profile
| Enable/disable cutscenes.
+
| TODO
|-
 
| g_debug_interior_cam
 
| integer
 
| 0
 
| global
 
| Enables drawing of the truck geometry even in the interior camera mode.
 
|-
 
| g_debug_map_limits
 
| integer
 
| 0
 
| global
 
| Enable/Disable the debugging of the map speed limits.
 
 
|-
 
|-
 
| g_desktop_fadeout
 
| g_desktop_fadeout
Line 193: Line 124:
 
| 60
 
| 60
 
| global
 
| global
| Delay in seconds before the desktop ui will fade out when left idle.
+
| TODO
 
|-
 
|-
| g_desktop_tutorial
+
| g_bad_weather_factor
| integer
+
| float
| 1
+
| 0.07
 
| profile
 
| profile
| Is desktop tutorial enabled?
+
| TODO
 
|-
 
|-
| g_developer
+
| g_currency
 
| integer
 
| integer
 
| 0
 
| 0
| global
+
| profile
| Is developer mode enabled?
+
| TODO
 
|-
 
|-
| g_disable_hud_activation
+
| g_income_factor
| integer
+
| float
| 0
+
| 1.0
| global
+
| profile
| Are specific hud activations disabled?
+
| TODO
 
|-
 
|-
| g_engine_start_auto
+
| g_job_distance_limit
| integer
+
| float
| 1
+
| -1.0
 
| profile
 
| profile
| Is engine automatic start enabled?
+
| TODO
 
|-
 
|-
| g_fahrenheit
+
| g_parking_difficulty
 
| integer
 
| integer
 
| 0
 
| 0
 
| profile
 
| profile
| Should game display temperature in fahrenheits (value: 1) or degrees of celsius (value: 0)?
+
| TODO
 
|-
 
|-
| g_fatigue
+
| g_input_configured
 
| integer
 
| integer
| 1
+
| 0
 
| profile
 
| profile
| State of the fatigue simulation
+
| TODO
 
|-
 
|-
| g_flyspeed
+
| g_start_in_truck
| float
 
| 100.0
 
| global
 
| Debug camera fly speed
 
|-
 
| g_force_economy_reset
 
 
| integer
 
| integer
 
| 0
 
| 0
 
| profile
 
| profile
| A value of 1 forces an economy reset (generating new job listings).<br>The player should be free-roaming when issuing the command, and afterwards entering and exiting the Profile Manager.
+
| TODO
 
|-
 
|-
| [[Documentation/Engine/Config_variables/g_force_load_selector|g_force_load_selector]]
+
| g_autoload_ignore_autosave
 
| integer
 
| integer
 
| 0
 
| 0
 
| profile
 
| profile
| Forces the appearance of the load slot selector.
+
| TODO
 
|-
 
|-
| g_force_online_lscrs
+
| g_force_load_selector
 
| integer
 
| integer
 
| 0
 
| 0
| global
+
| profile
| Force online loading screens. If no loading screen is specified in specified category (ferry, eurotunnel, normal) built-in one is showed.
+
| TODO
 
|-
 
|-
| g_fps
+
| g_global_force_load_selector
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Display FPS in mini console.
+
| TODO
 
|-
 
|-
| g_fuel_simulation
+
| g_force_economy_reset
 
| integer
 
| integer
 
| 0
 
| 0
 
| profile
 
| profile
| Is realistic fuel consumption enabled?
+
| TODO
 
|-
 
|-
| g_gallon
+
| g_remove_missing_accessories
 
| integer
 
| integer
 
| 0
 
| 0
 
| profile
 
| profile
| Should game display volume as gallon (value: 1) or liters (value: 0)?
+
| TODO
 +
|-
 +
| g_tooltip_delay
 +
| float
 +
| 0.4
 +
| global
 +
| TODO
 
|-
 
|-
| g_gfx_advanced
+
| g_cargo_sort
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Graphics settings last used (0 = simple, 1 = advanced).
+
| TODO
 
|-
 
|-
| g_gfx_all_scales
+
| g_line_sort
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Enables selection of all rendering scales in ui even on machines with small virtual memory.
+
| TODO
 
|-
 
|-
| g_gfx_quality
+
| g_debug_interior_cam
 
| integer
 
| integer
| -1
+
| 0
 
| global
 
| global
| Quality presets of graphics. Linked directly to quality_level_t enum, with "-1" as "custom" state.
+
| TODO
 
|-
 
|-
| g_global_force_load_selector
+
| g_sns
| integer
+
| string
| 0
+
| No default value
 
| global
 
| global
| Forces the appearance of the load slot selector for all profiles. (Correct value are: 0, 1)
+
| TODO
 
|-
 
|-
| [[/g_grass_density/]]
+
| g_hw_info
 
| integer
 
| integer
| 2
+
| 1
 
| global
 
| global
| Grass density setting.
+
| TODO
 
|-
 
|-
| g_hardcore_simulation
+
| g_force_online_lscrs
 
| integer
 
| integer
 
| 0
 
| 0
| profile
+
| global
| Is air brake simulation enabled?
+
| TODO
 
|-
 
|-
| g_hmd_no_3d_background
+
| g_mm_help_shown
 
| integer
 
| integer
 
| 0
 
| 0
| profile
+
| global
| Disables use of 3d background for the menu.
+
| TODO
 
|-
 
|-
| g_hmd_no_artifical_movement
+
| g_fps
 
| integer
 
| integer
 
| 0
 
| 0
| profile
+
| global
| Disables artifical angle based movement of the interior.
+
| TODO
 
|-
 
|-
| g_hmd_no_special_menu
+
| g_texture_usage_stats
 
| integer
 
| integer
 
| 0
 
| 0
| profile
+
| global
| Disables use of special variants of menu ui when HMD is enabled.
+
| TODO
 
|-
 
|-
| g_hmd_reduced_cabin_movement
+
| g_stream_exts
| integer
+
| string
| 1
+
| .ogg;.mp3
| profile
+
| global
| Reduces the cabin movement by disabling its separate movement on the visual level.
+
| TODO
 
|-
 
|-
| [[/g_hshifter_layout/]]
+
| r_device
| integer
+
| string
| 0
+
| dx9
| profile
+
| global
| Type of hshifter layout.
+
| TODO
 
|-
 
|-
| g_hshifter_layout_shifting
+
| r_path
| integer
+
| string
| 1
+
| No default value
| profile
+
| global
| Layout analyzed and used for more realistic shifting sounds.
+
| TODO
 
|-
 
|-
| g_hshifter_synchronized
+
| r_mode
| integer
+
| string
| 1
+
| No default value
| profile
+
| global
| Behaves/sounds like synchronized transmission.
+
| TODO
 
|-
 
|-
| [[/g_hud_speed_limit/]]
+
| r_fullscreen
 
| integer
 
| integer
 
| 1
 
| 1
| profile
+
| global
| Speed limit state on the adviser.
+
| TODO
 
|-
 
|-
| g_ignore_low_fps
+
| r_msaa
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Enable/Disable the low frame rate warnings.
+
| TODO
 
|-
 
|-
| g_income_factor
+
| r_no_frame_tracking
| float
 
| 1.0
 
| profile
 
| Income factor (minimum is 0.0 maximum is 1.0). Multiplies all incomes.
 
|-
 
| g_input_configured
 
 
| integer
 
| integer
 
| 0
 
| 0
| profile
+
| global
| Is input configured?
+
| TODO
 
|-
 
|-
| g_interior_camera_zero_pitch
+
| r_minimal_unfinished_frames
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Is default mouse position ignored in truck interior? This should be set to 1 when you are using some HMD such like Oculus Rift.
+
| TODO
|-
 
| g_job_distance_limit
 
| float
 
| -1.0
 
| profile
 
| Limit generating of the jobs that are in specified range from current player position. Negative value means no limit for generation applied.
 
 
|-
 
|-
| g_kdop_preview
+
| r_nv_stereo_mode
 
| integer
 
| integer
| 0
+
| 2
 
| global
 
| global
| Enable/Disable the preview of generated k-DOPs.
+
| TODO
 
|-
 
|-
| g_lang
+
| r_manual_stereo_in_menu
| string
 
| en_gb
 
| profile
 
| Language currently used by game.
 
|-
 
| g_lang_set
 
 
| integer
 
| integer
 
| 1
 
| 1
| profile
+
| global
| Is language set manually (1)?
+
| TODO
 
|-
 
|-
| g_light_distance_factor
+
| r_manual_stereo_ui_dist
 
| float
 
| float
| 1.0
+
| 0.8
 
| global
 
| global
| Light source fade start distance is multiplied by this value.
+
| TODO
 
|-
 
|-
| g_light_span_factor
+
| r_manual_stereo_ui_dist_game
 
| float
 
| float
| 1.0
+
| 0.5
 
| global
 
| global
| Light source fade span is multiplied by this value.
+
| TODO
 
|-
 
|-
| g_line_sort
+
| r_manual_stereo_ui_fov
| integer
 
| 0
 
| global
 
| Current line sort criteria for jobs.
 
|-
 
| g_lod_factor_parked
 
 
| float
 
| float
| 1.0
+
| 80
 
| global
 
| global
| LOD distances for parked vehicles are multiplied by this factor.
+
| TODO
 
|-
 
|-
| g_lod_factor_pedestrian
+
| r_manual_stereo_ui_fov_game
 
| float
 
| float
| 1.0
+
| 100
 
| global
 
| global
| LOD distances for pedestrians are multiplied by this factor.
+
| TODO
 
|-
 
|-
| g_lod_factor_traffic
+
| r_manual_stereo_buffer_scale
 
| float
 
| float
 
| 1.0
 
| 1.0
 
| global
 
| global
| LOD distances for traffic vehicles are multiplied by this factor.
+
| TODO
 
|-
 
|-
| g_menu_aa_limit
+
| r_setup_done
 
| integer
 
| integer
| 8
+
| 0
 
| global
 
| global
| Number of tiles below which we enable SSAA in the menu scene.
+
| TODO
 
|-
 
|-
| g_minicon
+
| r_startup_progress
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Is mini console enabled?
+
| TODO
 
|-
 
|-
| g_mm_help_shown
+
| r_nowmi
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Used for indication if its first time when player enters mod manager to show him welcome screen.
+
| TODO
 
|-
 
|-
| g_motor_brake_auto
+
| r_deferred
 
| integer
 
| integer
| 0
+
| 1
| profile
+
| global
| Is automatic usage of engine brake enabled?
+
| TODO
 
|-
 
|-
| g_mph
+
| r_deferred_mirrors
 
| integer
 
| integer
| 0
+
| 1
| profile
+
| global
| Use miles (1) or kilometers (0).
+
| TODO
 +
|-
 +
| r_mirror_view_distance
 +
| float
 +
| 80.0
 +
| global
 +
| TODO
 
|-
 
|-
| [[/g_news/]]
+
| r_sun_shadow_quality
 
| integer
 
| integer
| -1
+
| 4
 
| global
 
| global
| Is online news enabled?
+
| TODO
 
|-
 
|-
| [[/g_online_loading_screens/]]
+
| r_sun_shadow_texture_size
 
| integer
 
| integer
| -1
+
| 4096
 
| global
 
| global
| Are online loading screens enabled?
+
| TODO
 
|-
 
|-
| [[Documentation/Engine/Config_variables/g_parking_difficulty|g_parking_difficulty]]
+
| r_fake_shadows
 
| integer
 
| integer
| 0
+
| 2
| profile
+
| global
| Parking difficulty
+
| TODO
 
|-
 
|-
| g_pedal_clutch_range
+
| r_hdr
| float
 
| 1.0
 
| profile
 
| Cluch range.
 
|-
 
| g_pedestrian
 
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Enable/Disable pedestrian generation.
+
| TODO
 
|-
 
|-
| g_police
+
| r_mlaa
 
| integer
 
| integer
 
| 1
 
| 1
| profile
+
| global
| Is police simulation enabled? If set to 0 you will not get any penalties.
+
| TODO
 
|-
 
|-
| [[Documentation/Engine/Config_variables/g_pounds|g_pounds]]
+
| r_mlaa_threshold
| string
+
| float
| kg
+
| 1.0
| profile
+
| global
| Set weight unit
+
| TODO
 
|-
 
|-
| g_radio_mode
+
| r_dof
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Radio player mode.
+
| TODO
 +
|-
 +
| r_dof_start
 +
| float
 +
| 200.0
 +
| global
 +
| TODO
 +
|-
 +
| r_dof_transition
 +
| float
 +
| 400.0
 +
| global
 +
| TODO
 +
|-
 +
| r_dof_filter_size
 +
| float
 +
| 0.5
 +
| global
 +
| TODO
 
|-
 
|-
| g_rain_reflect_actor
+
| r_cloud_shadows
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Should we reflect game actor in the rain?
+
| TODO
 
|-
 
|-
| g_rain_reflect_cache
+
| r_color_correction
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Should we reflect geometry cache in the rain?
+
| TODO
 +
|-
 +
| r_color_cyan_red
 +
| float
 +
| 0.0
 +
| global
 +
| TODO
 +
|-
 +
| r_color_magenta_green
 +
| float
 +
| 0.0
 +
| global
 +
| TODO
 +
|-
 +
| r_color_yellow_blue
 +
| float
 +
| 0.0
 +
| global
 +
| TODO
 +
|-
 +
| r_color_saturation
 +
| float
 +
| 1.0
 +
| global
 +
| TODO
 
|-
 
|-
| g_rain_reflect_hookups
+
| r_sunshafts
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Should we reflect hookups associated with segment items (e.g. lamp flares)?
+
| TODO
 
|-
 
|-
| g_rain_reflect_traffic
+
| r_normal_maps
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Should we reflect traffic in the rain?
+
| TODO
 
|-
 
|-
| [[/g_rain_reflection/]]
+
| r_scale_x
| integer
+
| float
| 3
+
| 1.0
 
| global
 
| global
| Rain reflection quality.
+
| TODO
 
|-
 
|-
| [[/g_reflection/]]
+
| r_scale_y
| integer
+
| float
| 3
+
| 1.0
 
| global
 
| global
| Reflection detail.
+
| TODO
 
|-
 
|-
| g_reg_setting
+
| r_mirror_scale_x
| string
+
| float
| No default value
+
| 1.0
| profile
+
| global
| Name of the regional settings unit. By default for ETS2 it's reg_setting.europe for ATS it's reg_setting.usa.
+
| TODO
 
|-
 
|-
| g_remove_missing_accessories
+
| r_mirror_scale_y
| integer
+
| float
| 0
+
| 1.0
| profile
+
| global
| Remove all acccessories that are no longer available in game and replace them with fallback accessories if possible.
+
| TODO
 
|-
 
|-
| g_retarder_auto
+
| r_deferred_debug
 
| integer
 
| integer
 
| 0
 
| 0
| profile
+
| global
| Is automatic usage of retarder enabled?
+
| TODO
 
|-
 
|-
| [[/g_save_format/]]
+
| r_show_light_pixel_coverage
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Format used to store the game saves.
+
| TODO
 
|-
 
|-
| g_save_idx
+
| r_use_depth_bounds
 
| integer
 
| integer
 
| 1
 
| 1
| profile
+
| global
| Current profile save index. Used for automatic naming of saves.
+
| TODO
 +
|-
 +
| r_gamma
 +
| float
 +
| 1.0
 +
| global
 +
| TODO
 
|-
 
|-
| g_screenshot_on_bug
+
| r_multimon_mode
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Enable/Disable automatic generation of screenshots when bug is reported even if the normal combination is used.
+
| TODO
 
|-
 
|-
| g_show_game_elements
+
| r_multimon_fov_horizontal
| integer
+
| float
| 1
+
| 50
 
| global
 
| global
| Are activation points enabled?
+
| TODO
 
|-
 
|-
| g_start_in_truck
+
| r_multimon_fov_vertical
| integer
+
| float
 
| 0
 
| 0
| profile
 
| If profile has assigned truck should we skip desktop and start in it?
 
|-
 
| g_steam_browser
 
| integer
 
| 1
 
 
| global
 
| global
| Should game use steam build-in browser or user default browser to open external links?
+
| TODO
 
|-
 
|-
| g_steam_rich_presence
+
| r_multimon_border_fov_left
| integer
+
| float
| 1
+
| 0
 
| global
 
| global
| Is steam rich presence enabled?
+
| TODO
 
|-
 
|-
| [[/g_steam_screenshots/]]
+
| r_multimon_border_fov_right
| integer
+
| float
| 2
+
| 0
 
| global
 
| global
| Way in which we should handle the screenshots in steam version.
+
| TODO
 
|-
 
|-
| g_steer_autocenter
+
| r_multimon_vert_offset_left
| integer
+
| float
| 1
 
| profile
 
| Is steering wheel autocenter enabled?
 
|-
 
| g_texture_usage_stats
 
| integer
 
 
| 0
 
| 0
 
| global
 
| global
| Print texture usage statistics into the console?
+
| TODO
 
|-
 
|-
| g_throttle_auto_shift
+
| r_multimon_vert_offset_right
| integer
+
| float
 
| 0
 
| 0
| profile
+
| global
| Automatic gearbox uses throttle as input for shifting policy.
+
| TODO
 
|-
 
|-
| g_tooltip_delay
+
| r_multimon_rotation_center
 
| float
 
| float
| 0.4
+
| 0
 
| global
 
| global
| Delay specified in seconds indicating when to show tooltip since hovering the item with tooltip.
+
| TODO
 
|-
 
|-
| g_toy_physics
+
| r_multimon_rotation_left
| integer
+
| float
| 1
+
| 0
| profile
 
| Is simulation of toy physics movement enabled?
 
|-
 
| g_trackir
 
| integer
 
| 1
 
 
| global
 
| global
| Enable/Disable the TrackIR support.
+
| TODO
 
|-
 
|-
| g_traffic
+
| r_multimon_rotation_right
 
| float
 
| float
| 1.0
+
| 0
 
| global
 
| global
| Traffic intensity.
+
| TODO
*0.0 - traffic disabled
 
*10.0 - maximum traffic intensity
 
 
|-
 
|-
| g_trailer_stability
+
| r_multimon_rotation_aux
 
| float
 
| float
| 0.5
 
| profile
 
| Trailer stability factor.
 
|-
 
| [[/g_trans/]]
 
| integer
 
 
| 0
 
| 0
| profile
+
| global
| Type of transmission.
+
| TODO
 
|-
 
|-
| [[/g_truck_light_quality/]]
+
| r_multimon_interior_in_main
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Quality of result of the head light.
+
| TODO
 
|-
 
|-
| g_truck_light_specular
+
| r_multimon_exterior_in_aux
 
| integer
 
| integer
| 1
+
| 0
 
| global
 
| global
| Enables/disables use of specular during head light calculation.
+
| TODO
 
|-
 
|-
| g_tutorial
+
| r_segment_buffer_size
 
| integer
 
| integer
| 1
+
| 128
| profile
+
| global
| Is tutorial enabled?
+
| TODO
 
|-
 
|-
| g_use_speed_limiter
+
| g_interior_camera_zero_pitch
 
| integer
 
| integer
| 1
+
| 0
| profile
+
| global
| Is speed limiter enabled?
+
| TODO
 
|-
 
|-
| g_veg_detail
+
| r_wireframe
 
| integer
 
| integer
| 2
+
| 0
 
| global
 
| global
| Vegetation detail setting. 0 - low, 1 - medium, 2 - high
+
| TODO
 
|-
 
|-
| g_vehicle_flare_lights
+
| g_hmd_no_artifical_movement
 
| integer
 
| integer
| 1
+
| 0
| global
 
| Enable/Disable lights associated with vehicle flares.
 
<!--
 
|-
 
| i_hmd_min_prediction
 
| float
 
| 0.0
 
 
| profile
 
| profile
| Time interval in seconds used to predict the HMD movement.
+
| TODO
 
|-
 
|-
| i_hmd_max_prediction
+
| g_hmd_reduced_cabin_movement
| float
+
| integer
| 0.1
+
| 1
 
| profile
 
| profile
| Time interval in seconds used to predict the HMD movement.
+
| TODO
 
|-
 
|-
| i_oculus_eye_height
+
| g_hmd_no_special_menu
| float
+
| integer
| 0.15
+
| 0
 
| profile
 
| profile
| Model of the stick based neck and head simulation.
+
| TODO
 
|-
 
|-
| i_oculus_eye_protrusion
+
| g_hmd_no_3d_background
| float
 
| 0.09
 
| profile
 
| Model of the stick based neck and head simulation.
 
-->
 
|-
 
| i_virtual_cursor_speed
 
| float
 
| 500.0
 
| global
 
| Speed of movement of the cursor when using a gamepad-like input in pixels per second.<br>Set to zero or negative value to disable use of gamepads and joysticks for cursor movement.
 
|-
 
| p_profile_draws
 
 
| integer
 
| integer
 
| 0
 
| 0
| global
+
| profile
| Profile draw calls
+
| TODO
 
|-
 
|-
| r_anisotropy_factor
+
| g_lang
| float
+
| string
| 0.25
+
| No default value
| global
+
| profile
| Anistropy factor.
+
| TODO
 
|-
 
|-
| r_cloud_shadows
+
| g_lang_set
 
| integer
 
| integer
 
| 1
 
| 1
| global
+
| profile
| Are cloud shadows enabled?
+
| TODO
 
|-
 
|-
| [[/r_color_correction/]]
+
| g_news
 
| integer
 
| integer
| 1
+
| -1
 
| global
 
| global
| Color correction state.
+
| TODO
 
|-
 
|-
| r_color_cyan_red
+
| g_online_loading_screens
| float
+
| integer
| 0.0
+
| -1
 
| global
 
| global
| Cyan-red factor of the color correction in -1 to 1 range.
+
| TODO
 
|-
 
|-
| r_color_magenta_green
+
| g_colbox
| float
+
| integer
| 0.0
+
| 0
 
| global
 
| global
| Magenta-green factor of the color correction in -1 to 1 range.
+
| TODO
 
|-
 
|-
| r_color_saturation
+
| g_flyspeed
 
| float
 
| float
| 1.0
+
| 100.0
 
| global
 
| global
| Color saturation factor 1.0 is neutral.
+
| TODO
 
|-
 
|-
| r_color_yellow_blue
+
| g_developer
| float
+
| integer
| 0.0
+
| 0
 
| global
 
| global
| Yellow-blue factor of the color correction in -1 to 1 range.
+
| TODO
 
|-
 
|-
| r_deferred
+
| g_city_name_move
 
| integer
 
| integer
| 1
+
| 0
 
| global
 
| global
| Is deferred rendering enabled? If set to 0 game uses forward rendering pipeline which disables shadows, lights and all post process effects.
+
| TODO
 
|-
 
|-
| [[Documentation/Engine/Config_variables/r_deferred_debug|r_deferred_debug]]
+
| g_debug_map_limits
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| If value is greater than 0 runs deferred renderer debug.
+
| TODO
 
|-
 
|-
| r_deferred_mirrors
+
| g_automatic_test
 
| integer
 
| integer
| 1
+
| 0
 
| global
 
| global
| Use deferred rendering pipeline while rendering mirrors?
+
| TODO
 
|-
 
|-
| r_device
+
| g_screenshot_on_bug
| string
+
| integer
| dx9
+
| 0
 
| global
 
| global
| Render device (correct values: dx9, dx11, gl).
+
| TODO
 
|-
 
|-
| r_dof
+
| g_kdop_preview
 
| integer
 
| integer
| 1
+
| 0
 
| global
 
| global
| Is Depth Of Field effect enabled?
+
| TODO
 
|-
 
|-
| r_dof_filter_size
+
| g_traffic
 
| float
 
| float
| 0.5
+
| 1.0
 
| global
 
| global
| Size of the Depth Of Field filter.
+
| TODO
 
|-
 
|-
| r_dof_start
+
| g_lod_factor_traffic
 
| float
 
| float
| 200.0
+
| 1.0
 
| global
 
| global
| Starting range of the  Depth Of Field
+
| TODO
 
|-
 
|-
| r_dof_transition
+
| g_lod_factor_parked
 
| float
 
| float
| 400.0
+
| 1.0
 
| global
 
| global
| Length of range between minimal and maximal Depth Of Field blur.
+
| TODO
 
|-
 
|-
| [[/r_fake_shadows/]]
+
| g_auto_traffic_headlights
 
| integer
 
| integer
| 2
+
| 1
 
| global
 
| global
| Fake shadows state.
+
| TODO
 
|-
 
|-
| r_fullscreen
+
| g_vehicle_flare_lights
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Is fullscreen enabled?
+
| TODO
 +
|-
 +
| g_light_distance_factor
 +
| float
 +
| 1.0
 +
| global
 +
| TODO
 
|-
 
|-
| r_gamma
+
| g_light_span_factor
 
| float
 
| float
 
| 1.0
 
| 1.0
 
| global
 
| global
| Gamma correction factor (works only in fullscreen mode)
+
| TODO
 
|-
 
|-
| r_hdr
+
| g_pedestrian
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Is HDR enabled?
+
| TODO
 
|-
 
|-
| r_manual_stereo_buffer_scale
+
| g_lod_factor_pedestrian
 
| float
 
| float
 
| 1.0
 
| 1.0
 
| global
 
| global
| Scale factor used when creating stereo buffers.
+
| TODO
 
|-
 
|-
| r_manual_stereo_in_menu
+
| g_trackir
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Is use of manual stereo enabled even in menu?
+
| TODO
 
|-
 
|-
| r_manual_stereo_ui_dist
+
| g_veg_detail
| float
+
| integer
| 0.8
+
| 2
 
| global
 
| global
| UI draw plane distance when using stereo.
+
| TODO
 
|-
 
|-
| r_manual_stereo_ui_dist_game
+
| g_grass_density
| float
+
| integer
| 0.5
+
| 2
 
| global
 
| global
| UI draw plane distance when using stereo.
+
| TODO
 
|-
 
|-
| r_manual_stereo_ui_fov
+
| g_reflection
| float
+
| integer
| 80
+
| 3
 
| global
 
| global
| Manual stereo UI field of view when using stereo.
+
| TODO
 
|-
 
|-
| r_manual_stereo_ui_fov_game
+
| g_rain_reflection
| float
+
| integer
| 100
+
| 3
 
| global
 
| global
| Manual stereo UI field of view when using stereo.
+
| TODO
 
|-
 
|-
| r_minimal_unfinished_frames
+
| g_rain_reflect_cache
 
| integer
 
| integer
| 0
+
| 1
 
| global
 
| global
| Simulate bigger queue in tracking completion frames.
+
| TODO
 
|-
 
|-
| r_mirror_scale_x
+
| g_rain_reflect_traffic
| float
+
| integer
| 1.0
+
| 1
 
| global
 
| global
| X-axis mirror rendering scaling factor.
+
| TODO
 
|-
 
|-
| r_mirror_scale_y
+
| g_rain_reflect_actor
| float
+
| integer
| 1.0
+
| 1
 
| global
 
| global
| Y-axis mirror rendering scaling factor.
+
| TODO
 
|-
 
|-
| r_mirror_view_distance
+
| g_rain_reflect_hookups
| float
 
| 80.0
 
| global
 
| View distance of the mirrors.
 
|-
 
| r_mlaa
 
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Is MLAA enabled?
+
| TODO
 
|-
 
|-
| r_mlaa_threshold
+
| g_additional_water_fov
 
| float
 
| float
| 1.0
+
| 20.0f
 
| global
 
| global
| Edge threshold used for MLAA anti-aliasing
+
| TODO
 
|-
 
|-
| r_mode
+
| g_menu_aa_limit
| string
+
| integer
| No default value
+
| 8
 
| global
 
| global
| Current resolution in format: {screen_width}x{screen_height}x{color_depth}x{refresh_rate}
+
| TODO
<!--
 
 
|-
 
|-
| r_msaa
+
| g_hq_3d_screenshot
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Is MSAA enabled? Currently unsupported, will cause graphical issues.
+
| TODO
-->
 
 
|-
 
|-
| r_multimon_border_fov_left
+
| g_hq_3d_scale
 
| float
 
| float
| 0
+
| 0.0
 
| global
 
| global
| Additional angle added to offset between cameras to represent oblast hidden by the monitor border.
+
| TODO
 
|-
 
|-
| r_multimon_border_fov_right
+
| g_hq_screenshot_width
| float
+
| integer
 
| 0
 
| 0
 
| global
 
| global
| Additional angle added to offset between cameras to represent oblast hidden by the monitor border.
+
| TODO
 
|-
 
|-
| r_multimon_exterior_in_aux
+
| g_hq_screenshot_height
 
| integer
 
| integer
 
| 0
 
| 0
 
| global
 
| global
| Should we render exterior in the auxiliary view.
+
| TODO
 
|-
 
|-
| r_multimon_fov_horizontal
+
| g_hq_map_screenshot
| float
+
| integer
| 50
 
| global
 
| Horizontal field of view used with multi monitor configuration.
 
|-
 
| r_multimon_fov_vertical
 
| float
 
 
| 0
 
| 0
 
| global
 
| global
| Vertical field of view used with multi monitor configuration.
+
| TODO
 
|-
 
|-
| r_multimon_interior_in_main
+
| g_truck_light_specular
 
| integer
 
| integer
 
| 1
 
| 1
 
| global
 
| global
| Should we render interior inside the main views.
+
| TODO
 
|-
 
|-
| [[Documentation/Engine/Config_variables/r_multimon_mode|r_multimon_mode]]
+
| g_gfx_quality
 
| integer
 
| integer
| 0
+
| -1
 
| global
 
| global
| Controls the multi-monitor mode.
+
| TODO
 
|-
 
|-
| r_multimon_rotation_aux
+
| g_gfx_advanced
| float
+
| integer
 
| 0
 
| 0
 
| global
 
| global
| Roll of the auxillary monitor.
+
| TODO
 
|-
 
|-
| r_multimon_rotation_center
+
| g_gfx_all_scales
| float
+
| integer
 
| 0
 
| 0
 
| global
 
| global
| Roll of the center monitor.
+
| TODO
 
|-
 
|-
| r_multimon_rotation_left
+
| g_truck_light_quality
| float
+
| integer
| 0
+
| 1
 
| global
 
| global
| Roll of the left monitor.
+
| TODO
 
|-
 
|-
| r_multimon_rotation_right
+
| g_ignore_low_fps
| float
+
| integer
 
| 0
 
| 0
 
| global
 
| global
| Roll of the right monitor.
+
| TODO
 +
|-
 +
| g_cutscenes
 +
| integer
 +
| 1
 +
| profile
 +
| TODO
 
|-
 
|-
| r_multimon_vert_offset_left
+
| g_radio_mode
| float
+
| integer
| 0
+
| 1
 
| global
 
| global
| Additional vertical offset of left monitor.
+
| TODO
 
|-
 
|-
| r_multimon_vert_offset_right
+
| g_trans
| float
+
| integer
 
| 0
 
| 0
| global
+
| profile
| Additional vertical offset of right monitor.
+
| TODO
 
|-
 
|-
| r_no_frame_tracking
+
| g_hshifter_layout
 
| integer
 
| integer
 
| 0
 
| 0
| global
+
| profile
| Disable frame tracking feature.
+
| TODO
 
|-
 
|-
| r_normal_maps
+
| g_hshifter_layout_shifting
 
| integer
 
| integer
 
| 1
 
| 1
| global
+
| profile
| Is normal mapping enabled?
+
| TODO
 
|-
 
|-
| r_nowmi
+
| g_hshifter_synchronized
 
| integer
 
| integer
| 0
+
| 1
| global
+
| profile
| Disable usage of WMI while detecting graphics card memory informations.
+
| TODO
 
|-
 
|-
| [[/r_nv_stereo_mode/]]
+
| g_steer_autocenter
 
| integer
 
| integer
| 2
+
| 1
| global
+
| profile
| How to handle NV 3D vision stereo mode.
+
| TODO
 
|-
 
|-
| r_path
+
| g_brake_intensity
| string
 
| No default value
 
| global
 
| Render path.
 
|-
 
| r_scale_x
 
 
| float
 
| float
 
| 1.0
 
| 1.0
| global
+
| profile
| X-axis rendering scaling factor.
+
| TODO
 
|-
 
|-
| r_scale_y
+
| g_trailer_stability
 
| float
 
| float
| 1.0
+
| 0.5
| global
+
| profile
| Y-axis rendering scaling factor.
+
| TODO
 
|-
 
|-
| r_segment_buffer_size
+
| g_retarder_auto
 
| integer
 
| integer
| 128
+
| 0
| global
+
| profile
| Segment buffer size in MB
+
| TODO
 
|-
 
|-
| r_setup_done
+
| g_motor_brake_auto
 
| integer
 
| integer
 
| 0
 
| 0
| global
+
| profile
| Are default graphics settings setup?
+
| TODO
 
|-
 
|-
| r_show_light_pixel_coverage
+
| g_engine_start_auto
 
| integer
 
| integer
| 0
+
| 1
| global
+
| profile
| Show lights debugging helpers?
+
| TODO
 
|-
 
|-
| r_startup_progress
+
| g_axle_drop_auto
 
| integer
 
| integer
| 0
+
| 1
| global
+
| profile
| Indicates progress of game startup.
+
| TODO
 
|-
 
|-
| r_sun_shadow_quality
+
| g_hud_speed_limit
 
| integer
 
| integer
| 4
+
| 1
| global
+
| profile
| Quality of the sun shadows.
+
| TODO
 
|-
 
|-
| r_sun_shadow_texture_size
+
| g_use_speed_limiter
 
| integer
 
| integer
| 4096
+
| 1
| global
+
| profile
| Size of the sun shadow texture. Bigger number = better visuals, smaller fps
+
| TODO
 
|-
 
|-
| r_sunshafts
+
| g_brake_light_all
 
| integer
 
| integer
 
| 1
 
| 1
| global
+
| profile
| Are sunshafts enabled?
+
| TODO
 +
|-
 +
| g_mph
 +
| integer
 +
| 0
 +
| profile
 +
| TODO
 +
|-
 +
| g_pounds
 +
| string
 +
| kg
 +
| profile
 +
| TODO
 
|-
 
|-
| r_texture_detail
+
| g_fahrenheit
 
| integer
 
| integer
 
| 0
 
| 0
| global
+
| profile
| Texture detail. Number of biggest mipmap levels to skip.
+
| TODO
 
|-
 
|-
| r_use_depth_bounds
+
| g_gallon
 
| integer
 
| integer
| 1
+
| 0
| global
+
| profile
| Should game use depth bounds to speedup rendering of the lights? (Works only on supported hardware)
+
| TODO
 +
|-
 +
| g_reg_setting
 +
| string
 +
| No default value
 +
| profile
 +
| TODO
 
|-
 
|-
| r_vsync
+
| g_hardcore_simulation
 
| integer
 
| integer
| 1
+
| 0
| global
+
| profile
| Is vertical synchronization enabled?
+
| TODO
 
|-
 
|-
| r_wireframe
+
| g_fuel_simulation
 
| integer
 
| integer
 
| 0
 
| 0
| global
+
| profile
| Enables wireframe rendering.
+
| TODO
 
|-
 
|-
| s_air_noise
+
| g_pedal_clutch_range
 
| float
 
| float
 
| 1.0
 
| 1.0
 
| profile
 
| profile
| Sound of air at high speed.
+
| TODO
 +
|-
 +
| g_throttle_auto_shift
 +
| integer
 +
| 0
 +
| profile
 +
| TODO
 
|-
 
|-
| s_interior_volume
+
| g_cruise_control_grid
 +
| float
 +
| 5.0
 +
| profile
 +
| TODO
 +
|-
 +
| g_cruise_control_smart
 +
| float
 +
| 0.0
 +
| profile
 +
| TODO
 +
|-
 +
| g_cam_steering
 +
| integer
 +
| 0
 +
| profile
 +
| TODO
 +
|-
 +
| g_cam_steering_value
 
| float
 
| float
 
| 1.0
 
| 1.0
 
| profile
 
| profile
| Interior sound volume multiplier.
+
| TODO
 
|-
 
|-
| s_master_volume
+
| g_cam_steering_reverse
| float
+
| integer
 
| 1.0
 
| 1.0
 
| profile
 
| profile
| Master volume.
+
| TODO
 
|-
 
|-
| s_music_enabled
+
| g_cam_physics
 
| integer
 
| integer
 
| 1
 
| 1
 
| profile
 
| profile
| Is music enabled?
+
| TODO
 
|-
 
|-
| s_music_volume
+
| g_cam_physics_value
 
| float
 
| float
| 0.8
+
| 1.0
 
| profile
 
| profile
| Music volume.
+
| TODO
 
|-
 
|-
| s_radio_volume
+
| g_cam_blinker
| float
+
| integer
| 1.0
+
| 0
 
| profile
 
| profile
| Radio volume.
+
| TODO
 
|-
 
|-
| s_reverse_enabled
+
| g_toy_physics
 
| integer
 
| integer
 
| 1
 
| 1
 
| profile
 
| profile
| Is reverse sound enabled?
+
| TODO
 
|-
 
|-
| s_reverse_stereo
+
| g_save_format
| int
+
| integer
 
| 0
 
| 0
| profile
+
| global
| Is stereo reversed?
+
| TODO
 
|-
 
|-
| s_rumble_enabled
+
| s_reverse_enabled
 
| integer
 
| integer
 
| 1
 
| 1
 
| profile
 
| profile
| Is rumble sound enabled?
+
| TODO
 
|-
 
|-
| s_sfx_enabled
+
| s_rumble_enabled
 
| integer
 
| integer
 
| 1
 
| 1
 
| profile
 
| profile
| Is sfx enabled?
+
| TODO
 
|-
 
|-
| s_sfx_volume
+
| s_air_noise
 
| float
 
| float
 
| 1.0
 
| 1.0
 
| profile
 
| profile
| SFX volume.
+
| TODO
 
|-
 
|-
 
| s_wheel_noise
 
| s_wheel_noise
Line 1,207: Line 1,150:
 
| 1.0
 
| 1.0
 
| profile
 
| profile
| Sound of wheels at high speed.
+
| TODO
 
|-
 
|-
| sys_info
+
| s_interior_volume
| string
+
| float
| No default value
+
| 1.0
 +
| profile
 +
| TODO
 +
|-
 +
| i_virtual_cursor_speed
 +
| float
 +
| 500.0
 +
| global
 +
| TODO
 +
|-
 +
| g_artist_id
 +
| integer
 +
| 0
 +
| global
 +
| TODO
 +
|-
 +
| g_steam_screenshots
 +
| integer
 +
| 2
 +
| global
 +
| TODO
 +
|-
 +
| g_steam_browser
 +
| integer
 +
| 1
 +
| global
 +
| TODO
 +
|-
 +
| g_steam_rich_presence
 +
| integer
 +
| 1
 +
| global
 +
| TODO
 +
|-
 +
| g_show_game_elements
 +
| integer
 +
| 1
 +
| global
 +
| TODO
 +
|-
 +
| g_disable_hud_activation
 +
| integer
 +
| 0
 +
| global
 +
| TODO
 +
|-
 +
| n_online_pre_fail_probability
 +
| integer
 +
| 0
 +
| global
 +
| TODO
 +
|-
 +
| n_online_post_fail_probability
 +
| integer
 +
| 0
 +
| global
 +
| TODO
 +
|-
 +
| n_online_delay_min
 +
| integer
 +
| 0
 
| global
 
| global
| Stores information about your operating system
+
| TODO
 
|-
 
|-
| t_averaging_window_length
+
| n_online_delay_max
 
| integer
 
| integer
| 20
+
| 0
 
| global
 
| global
| Number of the past frames used to calculate the current frame duration.
+
| TODO
 +
|-
 +
| i_hmd_min_prediction
 +
| float
 +
| 0.0
 +
| profile
 +
| TODO
 +
|-
 +
| i_hmd_max_prediction
 +
| float
 +
| 0.1
 +
| profile
 +
| TODO
 +
|-
 +
| i_oculus_eye_height
 +
| float
 +
| 0.15
 +
| profile
 +
| TODO
 
|-
 
|-
| vid_mem
+
| i_oculus_eye_protrusion
| string
+
| float
| No default value
+
| 0.09
 +
| profile
 +
| TODO
 +
|-
 +
| p_profile_draws
 +
| integer
 +
| 0
 
| global
 
| global
| Stores information about video memory of currently used graphics card.
+
| TODO
 
|-
 
|-
| vid_name
+
| g_minicon
| string
+
| integer
| No default value
+
| 0
 
| global
 
| global
| Stores information about currently used graphics card.
+
| TODO
 
|-
 
|-
| vid_ver
+
| g_console
| string
+
| integer
| No default value
+
| 0
 
| global
 
| global
| Stores information about currently used graphics card driver version.
+
| TODO
 
|}
 
|}

Revision as of 09:08, 15 January 2016

Name Type Default value Config Purpose
r_texture_detail integer 0 global TODO
r_anisotropy_factor float 0.25 global TODO
r_vsync integer 1 global TODO
r_draw_limit integer 0 global TODO
sys_info string x86 / Windows 7 x64 (version 6.1) / Service Pack 1 global TODO
vid_name string <unknown> global TODO
vid_mem string 0 global TODO
vid_ver string 0 global TODO
t_averaging_window_length integer 20 global TODO
g_clock_24 integer 1 profile TODO
g_subtitles integer 0 profile TODO
g_police integer 1 profile TODO
g_fatigue integer 1 profile TODO
g_tutorial integer 1 profile TODO
g_desktop_tutorial integer 1 profile TODO
g_adviser integer 1 profile TODO
g_adviser_keep_hidden integer 0 profile TODO
g_adviser_auto_parking integer 1 profile TODO
g_save_idx integer 1 profile TODO
g_desktop_fadeout float 60 global TODO
g_bad_weather_factor float 0.07 profile TODO
g_currency integer 0 profile TODO
g_income_factor float 1.0 profile TODO
g_job_distance_limit float -1.0 profile TODO
g_parking_difficulty integer 0 profile TODO
g_input_configured integer 0 profile TODO
g_start_in_truck integer 0 profile TODO
g_autoload_ignore_autosave integer 0 profile TODO
g_force_load_selector integer 0 profile TODO
g_global_force_load_selector integer 0 global TODO
g_force_economy_reset integer 0 profile TODO
g_remove_missing_accessories integer 0 profile TODO
g_tooltip_delay float 0.4 global TODO
g_cargo_sort integer 0 global TODO
g_line_sort integer 0 global TODO
g_debug_interior_cam integer 0 global TODO
g_sns string No default value global TODO
g_hw_info integer 1 global TODO
g_force_online_lscrs integer 0 global TODO
g_mm_help_shown integer 0 global TODO
g_fps integer 0 global TODO
g_texture_usage_stats integer 0 global TODO
g_stream_exts string .ogg;.mp3 global TODO
r_device string dx9 global TODO
r_path string No default value global TODO
r_mode string No default value global TODO
r_fullscreen integer 1 global TODO
r_msaa integer 0 global TODO
r_no_frame_tracking integer 0 global TODO
r_minimal_unfinished_frames integer 0 global TODO
r_nv_stereo_mode integer 2 global TODO
r_manual_stereo_in_menu integer 1 global TODO
r_manual_stereo_ui_dist float 0.8 global TODO
r_manual_stereo_ui_dist_game float 0.5 global TODO
r_manual_stereo_ui_fov float 80 global TODO
r_manual_stereo_ui_fov_game float 100 global TODO
r_manual_stereo_buffer_scale float 1.0 global TODO
r_setup_done integer 0 global TODO
r_startup_progress integer 0 global TODO
r_nowmi integer 0 global TODO
r_deferred integer 1 global TODO
r_deferred_mirrors integer 1 global TODO
r_mirror_view_distance float 80.0 global TODO
r_sun_shadow_quality integer 4 global TODO
r_sun_shadow_texture_size integer 4096 global TODO
r_fake_shadows integer 2 global TODO
r_hdr integer 1 global TODO
r_mlaa integer 1 global TODO
r_mlaa_threshold float 1.0 global TODO
r_dof integer 1 global TODO
r_dof_start float 200.0 global TODO
r_dof_transition float 400.0 global TODO
r_dof_filter_size float 0.5 global TODO
r_cloud_shadows integer 1 global TODO
r_color_correction integer 1 global TODO
r_color_cyan_red float 0.0 global TODO
r_color_magenta_green float 0.0 global TODO
r_color_yellow_blue float 0.0 global TODO
r_color_saturation float 1.0 global TODO
r_sunshafts integer 1 global TODO
r_normal_maps integer 1 global TODO
r_scale_x float 1.0 global TODO
r_scale_y float 1.0 global TODO
r_mirror_scale_x float 1.0 global TODO
r_mirror_scale_y float 1.0 global TODO
r_deferred_debug integer 0 global TODO
r_show_light_pixel_coverage integer 0 global TODO
r_use_depth_bounds integer 1 global TODO
r_gamma float 1.0 global TODO
r_multimon_mode integer 0 global TODO
r_multimon_fov_horizontal float 50 global TODO
r_multimon_fov_vertical float 0 global TODO
r_multimon_border_fov_left float 0 global TODO
r_multimon_border_fov_right float 0 global TODO
r_multimon_vert_offset_left float 0 global TODO
r_multimon_vert_offset_right float 0 global TODO
r_multimon_rotation_center float 0 global TODO
r_multimon_rotation_left float 0 global TODO
r_multimon_rotation_right float 0 global TODO
r_multimon_rotation_aux float 0 global TODO
r_multimon_interior_in_main integer 1 global TODO
r_multimon_exterior_in_aux integer 0 global TODO
r_segment_buffer_size integer 128 global TODO
g_interior_camera_zero_pitch integer 0 global TODO
r_wireframe integer 0 global TODO
g_hmd_no_artifical_movement integer 0 profile TODO
g_hmd_reduced_cabin_movement integer 1 profile TODO
g_hmd_no_special_menu integer 0 profile TODO
g_hmd_no_3d_background integer 0 profile TODO
g_lang string No default value profile TODO
g_lang_set integer 1 profile TODO
g_news integer -1 global TODO
g_online_loading_screens integer -1 global TODO
g_colbox integer 0 global TODO
g_flyspeed float 100.0 global TODO
g_developer integer 0 global TODO
g_city_name_move integer 0 global TODO
g_debug_map_limits integer 0 global TODO
g_automatic_test integer 0 global TODO
g_screenshot_on_bug integer 0 global TODO
g_kdop_preview integer 0 global TODO
g_traffic float 1.0 global TODO
g_lod_factor_traffic float 1.0 global TODO
g_lod_factor_parked float 1.0 global TODO
g_auto_traffic_headlights integer 1 global TODO
g_vehicle_flare_lights integer 1 global TODO
g_light_distance_factor float 1.0 global TODO
g_light_span_factor float 1.0 global TODO
g_pedestrian integer 1 global TODO
g_lod_factor_pedestrian float 1.0 global TODO
g_trackir integer 1 global TODO
g_veg_detail integer 2 global TODO
g_grass_density integer 2 global TODO
g_reflection integer 3 global TODO
g_rain_reflection integer 3 global TODO
g_rain_reflect_cache integer 1 global TODO
g_rain_reflect_traffic integer 1 global TODO
g_rain_reflect_actor integer 1 global TODO
g_rain_reflect_hookups integer 1 global TODO
g_additional_water_fov float 20.0f global TODO
g_menu_aa_limit integer 8 global TODO
g_hq_3d_screenshot integer 0 global TODO
g_hq_3d_scale float 0.0 global TODO
g_hq_screenshot_width integer 0 global TODO
g_hq_screenshot_height integer 0 global TODO
g_hq_map_screenshot integer 0 global TODO
g_truck_light_specular integer 1 global TODO
g_gfx_quality integer -1 global TODO
g_gfx_advanced integer 0 global TODO
g_gfx_all_scales integer 0 global TODO
g_truck_light_quality integer 1 global TODO
g_ignore_low_fps integer 0 global TODO
g_cutscenes integer 1 profile TODO
g_radio_mode integer 1 global TODO
g_trans integer 0 profile TODO
g_hshifter_layout integer 0 profile TODO
g_hshifter_layout_shifting integer 1 profile TODO
g_hshifter_synchronized integer 1 profile TODO
g_steer_autocenter integer 1 profile TODO
g_brake_intensity float 1.0 profile TODO
g_trailer_stability float 0.5 profile TODO
g_retarder_auto integer 0 profile TODO
g_motor_brake_auto integer 0 profile TODO
g_engine_start_auto integer 1 profile TODO
g_axle_drop_auto integer 1 profile TODO
g_hud_speed_limit integer 1 profile TODO
g_use_speed_limiter integer 1 profile TODO
g_brake_light_all integer 1 profile TODO
g_mph integer 0 profile TODO
g_pounds string kg profile TODO
g_fahrenheit integer 0 profile TODO
g_gallon integer 0 profile TODO
g_reg_setting string No default value profile TODO
g_hardcore_simulation integer 0 profile TODO
g_fuel_simulation integer 0 profile TODO
g_pedal_clutch_range float 1.0 profile TODO
g_throttle_auto_shift integer 0 profile TODO
g_cruise_control_grid float 5.0 profile TODO
g_cruise_control_smart float 0.0 profile TODO
g_cam_steering integer 0 profile TODO
g_cam_steering_value float 1.0 profile TODO
g_cam_steering_reverse integer 1.0 profile TODO
g_cam_physics integer 1 profile TODO
g_cam_physics_value float 1.0 profile TODO
g_cam_blinker integer 0 profile TODO
g_toy_physics integer 1 profile TODO
g_save_format integer 0 global TODO
s_reverse_enabled integer 1 profile TODO
s_rumble_enabled integer 1 profile TODO
s_air_noise float 1.0 profile TODO
s_wheel_noise float 1.0 profile TODO
s_interior_volume float 1.0 profile TODO
i_virtual_cursor_speed float 500.0 global TODO
g_artist_id integer 0 global TODO
g_steam_screenshots integer 2 global TODO
g_steam_browser integer 1 global TODO
g_steam_rich_presence integer 1 global TODO
g_show_game_elements integer 1 global TODO
g_disable_hud_activation integer 0 global TODO
n_online_pre_fail_probability integer 0 global TODO
n_online_post_fail_probability integer 0 global TODO
n_online_delay_min integer 0 global TODO
n_online_delay_max integer 0 global TODO
i_hmd_min_prediction float 0.0 profile TODO
i_hmd_max_prediction float 0.1 profile TODO
i_oculus_eye_height float 0.15 profile TODO
i_oculus_eye_protrusion float 0.09 profile TODO
p_profile_draws integer 0 global TODO
g_minicon integer 0 global TODO
g_console integer 0 global TODO