schmeeling Posted December 30, 2008 Posted December 30, 2008 Can this be done in one of the .lua's? Specifically, panning the helmet reticule is way too jumpy with my hat switch. Thx
Shrubbo Posted December 31, 2008 Posted December 31, 2008 Not sure if it does what you are asking but I noticed this in config/views/View.lua.. CockpitMouse = true --false CockpitMouseSpeedSlow = 1.0 CockpitMouseSpeedNormal = 10.0 CockpitMouseSpeedFast = 20.0 CockpitKeyboardAccelerationSlow = 5.0 CockpitKeyboardAccelerationNormal = 30.0 CockpitKeyboardAccelerationFast = 80.0 CockpitKeyboardZoomAcceleration = 300.0 DisableSnapViewsSaving = false UseDefaultSnapViews = false CockpitPanStepHor = 45.0 CockpitPanStepVert = 30.0 CockpitNyMove = true Never modified them so they may or may not do what you want :) i9-9900K,Z390 Aorus Master, 32GB GSkill Trident F4-3600 DDR4, ROG Strix RTX 2080 Ti, Oculus Rift S. Thrustmaster Warthog T&S, TPR Pedals.
Airway Posted January 1, 2009 Posted January 1, 2009 Just adding the note to edit files with notepad++ or a similar tool, as windows notepad might render the file useless.
schmeeling Posted January 2, 2009 Author Posted January 2, 2009 Turns out that the following commands accomplish the same thing: Slow Cockpit Keyboard : LCtrl + ] Normal Cockpit Keyboard : LAlt + ] (to reset to normal) The "keyboard" command above affects both the keyboard and hat switch pan. Ace!
Recommended Posts