|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
− | This article describes the configuration options in ''vegastrike.config'' file.
| |
| | | |
− | Chapter names are equal to '''section''' names in the config file.
| |
− |
| |
− | The descriptions are in the format: ''variable_name [default value] (min, max) - description''
| |
− |
| |
− | =Bindings=
| |
− |
| |
− | =Graphics=
| |
− | * camera_pan_speed [0.0001] (0.000001, 0.0001) - sets the speed of camera panning and yawing
| |
− |
| |
− | * draw_arrow_to_target [true] (false, true) - generally toggles the display of target arrow for all cameras
| |
− | ** draw_arrow_on_chasecam [true] (false, true) - disables/enables target arrow display on chase camera (default key '5')
| |
− | ** draw_arrow_on_pancam [false] (false, true) - disables/enables target arrow display on pan camera (default key '6')
| |
− | ** draw_arrow_on_pantgt [false] (false, true) - disables/enables target arrow display on target camera (default key '8')
| |
− | * draw_unit_on_chasecam [true] (false, true) - disables/enables own vessel display on chase camera (default key '5')
| |
− | * num_messages [5] - number of simultaneous messages displayed on hud
| |
− | * last_message_time [3] - time before scrolling messages
| |
− |
| |
− | =Joystick=
| |
− | * mouse_cursor (false, true) - generally toggles the display of cursor for all cameras
| |
− | ** mouse_cursor_chasecam [true] (false, true) - disables/enables cursor display on chase camera (default key '5')
| |
− | ** mouse_cursor_pancam [false] (false, true) - disables/enables cursor display on pan camera (default key '6')
| |
− | ** mouse_cursor_pantgt [false] (false, true) - disables/enables cursor display on target camera (default key '8')
| |