This repository was archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_config.tres
More file actions
55 lines (51 loc) · 1.45 KB
/
Copy pathdefault_config.tres
File metadata and controls
55 lines (51 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
; Informations about this file
[Meta]
; [int] The version of this settings file
ConfigFileEdition=12
; [bool] If the debug screen should be shown
DisplayDebugInfos=false
; All settings related to performance
[Graphics]
; [enum] How the game is diplayed
Display=2
; [bool] If VSync is enabled
EnableVSync=true
; [bool] If SSAO is enabled
EnableSSAO=true
; [enum] How much detail will be used for lights of an vehicle.
VehicleLight=1
; [enum] How far the world will be rendered
RenderDistance=1
; All settings related to input
[Input]
; [bool] If the x axis of the mouse input should be inverted.
MouseXInverted=false
; [bool] If the y axis of the mouse input should be inverted.
MouseYInverted=false
; [int] How sensitive mouse input should be
MouseSensitivity=2
; Changeable keybinds
[Keys]
vehicle_movement_forward=87
vehicle_movement_backward=83
vehicle_movement_left=65
vehicle_movement_right=68
vehicle_gear_up=89
vehicle_gear_down=88
vehicle_light_night=72
vehicle_light_turn_left=81
vehicle_light_turn_right=69
vehicle_light_hazards=84
vehicle_reset=82
vehicle_change_camera=67
vehicle_set_cruise_control=16777240
vehicle_increase_cruise_control=16777235
vehicle_decrease_cruise_control=16777236
; All settings related to the interface
[Gameplay]
; [bool] If the vehicles should use automatic gear switching
SwitchGearsAutomatically=true
; [bool] If imperial units should be used
UseImperialUnits=false
; [bool] If the OuterMirror should be active.
OuterMirrorActive=true