PythonOne Posted June 29, 2007 Posted June 29, 2007 Is there a way to decrease the speed of the zoom function (the * and / keys?). On the external view (f2 view), it zooms in pretty fast and its hard to get the screenshot/video I'm looking for. I know about the ctrl * and / (that's more like FOV zoom) and I know in ctrl-f11 you can use alt+* and /, I'm looking for something i can change in a file to slow down the zoom function. Any ideas how and what values should i plug in?
TekaTeka Posted June 29, 2007 Posted June 29, 2007 This section in \Config\View\view.lua should be related to that. ExternalMouse = true ExternalMouseSpeedSlow = 1.0 ExternalMouseSpeedNormal = 5.0 ExternalMouseSpeedFast = 20.0 ExternalViewAngleMin = 3.0 ExternalViewAngleMax = 170.0 ExternalViewAngleDefault = 60.0 ExternalKeyboardZoomAcceleration = 30.0 ExternalKeyboardZoomAccelerateTimeMax = 1.0 ExplosionExpoTime = 4.0 ExternalKeyboardAccelerationSlow = 1.0 ExternalKeyboardAccelerationNormal = 10.0 ExternalKeyboardAccelerationFast = 30.0 ExternalHAngleAccelerateTimeMax = 3.0 ExternalVAngleAccelerateTimeMax = 3.0 ExternalDistAccelerateTimeMax = 3.0 ExternalHAngleLocalAccelerateTimeMax = 3.0 ExternalVAngleLocalAccelerateTimeMax = 3.0 ExternalAngleNormalDiscreteStep = 15.0/ExternalKeyboardAccelerationNormal -- When 'S' is pressed only I have not tried yet though. TekaTeka from Japan [sIGPIC][/sIGPIC] Visit my site Beyond Visual Range.
Recommended Posts