Difference between revisions of "VDrift.config"
(Updated example option sections to current.) |
m (Formatting style updates) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | VDrift.config is the main settings file for VDrift. It | + | '''VDrift.config''' is the main user settings file for VDrift. It is in the [[configfile format]]. It is not the only file which VDrift uses for storing user settings (see also [[configuring the controls]]); however, it is the one which contains most of the settings important to users. VDrift does not use any kind of registry or configuration database. The options available to this configuration file are the ones defined in [[options.config]]. |
− | ==Location== | + | ==Location and Defaults== |
− | VDrift.config is located inside the [[ | + | '''VDrift.config''' is located inside the [[user settings directory]]. The default '''VDrift.config''' is located in '''data/settings/VDrift.config'''. If VDrift fails to start, the next time it runs, it will move the user's current '''VDrift.config''' to '''VDrift.config.backup''' and make a new '''VDrift.config''' from the default one. |
==Example== | ==Example== | ||
− | This is | + | This is an example '''VDrift.config''' file. |
− | |||
[control] | [control] | ||
autoclutch = true | autoclutch = true | ||
Line 79: | Line 78: | ||
===Control section=== | ===Control section=== | ||
For information on the Control settings, see [[Configuring the controls]]. | For information on the Control settings, see [[Configuring the controls]]. | ||
+ | |||
===Display section=== | ===Display section=== | ||
See [[Configuring the display]] for detailed descriptions of each option. | See [[Configuring the display]] for detailed descriptions of each option. | ||
+ | |||
===Game section=== | ===Game section=== | ||
See [[Starting the game]] for detailed descriptions of each option. | See [[Starting the game]] for detailed descriptions of each option. | ||
+ | |||
===Joystick section=== | ===Joystick section=== | ||
For information on the Joystick settings, see [[Configuring the controls]]. | For information on the Joystick settings, see [[Configuring the controls]]. | ||
+ | |||
===Sound section=== | ===Sound section=== | ||
See [[Configuring the sound]] for more information. | See [[Configuring the sound]] for more information. | ||
− | |||
− | |||
[[Category:Files]] | [[Category:Files]] | ||
− | [[Category: | + | [[Category:Configuration]] |
Latest revision as of 08:52, 27 August 2012
VDrift.config is the main user settings file for VDrift. It is in the configfile format. It is not the only file which VDrift uses for storing user settings (see also configuring the controls); however, it is the one which contains most of the settings important to users. VDrift does not use any kind of registry or configuration database. The options available to this configuration file are the ones defined in options.config.
Location and Defaults
VDrift.config is located inside the user settings directory. The default VDrift.config is located in data/settings/VDrift.config. If VDrift fails to start, the next time it runs, it will move the user's current VDrift.config to VDrift.config.backup and make a new VDrift.config from the default one.
Example
This is an example VDrift.config file.
[control] autoclutch = true autotrans = true button_ramp = 5 mousegrab = true speed_sens_steering = 1 [display] FOV = 45 anisotropic = 0 antialiasing = 0 bloom = true camerabounce = 1 contrast = 1 depth = 16 fullscreen = true height = 1050 input_graph = true language = English lighting = 0 mph = true normalmaps = true racingline = true reflections = 1 shaders = true shadow_distance = 1 shadow_quality = 1 shadows = true show_fps = true show_hud = true skin = simple texture_size = medium trackmap = true view_distance = 1000 width = 1680 zdepth = 16 [game] ai_difficulty = 1 antilock = true camera_mode = chase number_of_laps = 1 opponent = XS opponent_color = 1,1,1 opponent_color_blue = 1.000000 opponent_color_green = 0.000000 opponent_color_red = 0.000000 opponent_paint = 00 player = XS player_color = 1,1,1 player_color_blue = 1.000000 player_color_green = 0.000000 player_color_red = 0.000000 player_paint = 00 record = false reverse = false selected_replay = 0 track = paulricard88 traction_control = true [joystick] calibrated = false ff_device = /dev/input/event0 ff_gain = 2 ff_invert = false hgateshifter = false two_hundred = false type = joystick
Options
Control section
For information on the Control settings, see Configuring the controls.
Display section
See Configuring the display for detailed descriptions of each option.
Game section
See Starting the game for detailed descriptions of each option.
Joystick section
For information on the Joystick settings, see Configuring the controls.
Sound section
See Configuring the sound for more information.