Advertisement
Guest User

babu frik cockpitlook.cfg

a guest
Jul 15th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ; tracker_type selects what tracker to use. Valid options are:
  2. ; FreePIE
  3. ; SteamVR
  4. ; TrackIR (also compatible with OpenTrack when the output is freetrack 2.0 enhanced + TrackIR)
  5. ; None (for people who just want to use the regular mouse look mode)
  6. tracker_type = SteamVR
  7.  
  8. ; Setting these values above 1 will amplify the motion. Setting them to negative
  9. ; values will invert the axes. If you set them to 0, the axis will be disabled.
  10. ; For VR, the multipliers for roll and positional tracking (x,y,z) are in
  11. ; vrparams.cfg
  12. yaw_multiplier = 1
  13. pitch_multiplier = 1
  14.  
  15. ; Offsets that can be added to the pitch and yaw
  16. yaw_offset = 0
  17. pitch_offset = 0
  18.  
  19. positional_x_multiplier = 1.66
  20. positional_y_multiplier = 1.66
  21. positional_z_multiplier = 1.66
  22.  
  23. min_positional_track_x = -25
  24. max_positional_track_x = 25
  25.  
  26. min_positional_track_y = -25
  27. max_positional_track_y = 25
  28.  
  29. min_positional_track_z = -25
  30. max_positional_track_z = 25
  31.  
  32. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  33.  
  34. ; Enable this setting to move around the cockpit using the keyboard arrows, see cockpitlook.cfg
  35. keyboard_lean = 0
  36.  
  37. ; If sticky_lean is set to 0, then the cockpit will return to its home position
  38. ; when the arrow keys are released. If set to 1, the position will stick where
  39. ; you leave it. Press the dot key twice to reset your position.
  40. sticky_lean = 0
  41.  
  42. ; Set this to 1 to limit the amount of cockpit lean. Set it to 0 for free-roam.
  43. limit_cockpit_lean = 1
  44.  
  45. ; +/- Limits for the keyboard lean. If these aren't specified, they default to infinity.
  46. cockpit_lean_x_limit = 0.30
  47. cockpit_lean_y_limit = 0.15
  48. cockpit_lean_z_limit = 0.50
  49.  
  50. ; Set the following to 1 to invert the keyboard lean on the y axis
  51. invert_cockpit_lean_y = 0
  52.  
  53. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  54. ; Inertia
  55. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  56.  
  57. ; Cockpit Inertia, set the following to 0 to disable this effect:
  58. cockpit_inertia_enabled = 1
  59.  
  60. ; This setting controls how fast the cockpit moves, don't set it to
  61. ; values higher than 0.5 or the cockpit will shake when turning sharply
  62. cockpit_inertia = 0.2
  63.  
  64. ; This setting limits how far behind the cockpit lags when turning.
  65. ; Don't set it to high values or the cockpit will shake.
  66. cockpit_max_inertia = 0.1
  67.  
  68. cockpit_speed_inertia = 0.003
  69.  
  70. external_inertia_enabled = 1
  71. external_inertia = 1.5
  72. external_max_inertia = 0.03
  73. external_tilt = -10.0
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement