Usage:
AiTemplatePlugIn.YawSensitivity
number
Argument values:
argument 1: | range is -2.5 to 1.0; most commonly -2.5 |
Related properties: AimHorizontalControl, AimVerticalControl, DriveThrottleControl, PitchLookAhead, PitchScale, PitchSensitivity, RollLookAhead, RollSensitivity, ThrottleLookAhead, ThrottleScale, ThrottleSensitivity
Used in object types (and how often in each type): ControlInfo (97%), ControlInfo3d (100%)
Used in a total of 104 .con files: Objects.con
Parent directories of these .con files: objects/Vehicles, objects/Stationary_Weapons, objects/Soldiers, Bf1942/Levels
Example: (from objects/Vehicles/Air/bf110/Ai/Objects.con)
AiTemplatePlugIn.Create ControlInfo3d BF110Ctrl
AiTemplatePlugIn.DriveTurnControl PIYaw
AiTemplatePlugIn.DriveThrottleControl PIThrottle
AiTemplatePlugIn.AimHorizontalControl PIYaw
AiTemplatePlugIn.AimVerticalControl PIPitch
AiTemplatePlugIn.DriveRollControl PIRoll
AiTemplatePlugIn.DrivePitchControl PIPitch
AiTemplatePlugIn.AimRollControl PIRoll
AiTemplatePlugIn.AimThrottleControl PIThrottle
AiTemplatePlugIn.ThrottleSensitivity -3.0
rem aiTemplatePlugIn.pitchSensitivity -0.5
AiTemplatePlugIn.PitchSensitivity -1.0
AiTemplatePlugIn.RollSensitivity -1.3
AiTemplatePlugIn.YawSensitivity 0.3
AiTemplatePlugIn.ThrottleLookAhead 1.0
AiTemplatePlugIn.PitchLookAhead 1.2
AiTemplatePlugIn.RollLookAhead 1.5
AiTemplatePlugIn.YawLookAhead 0.3
AiTemplatePlugIn.ThrottleScale 1.0
rem *** Angle in radians ***
AiTemplatePlugIn.PitchScale 0.0010
AiTemplatePlugIn.RollScale 0.0750
AiTemplatePlugIn.YawScale 0.0750
AiTemplatePlugIn.MaxRollAngle 0.65
AiTemplatePlugIn.MaxClimbAngle 0.20
Go to the AiTemplatePlugIn properties list page, AiTemplatePlugIn page, All Properties list, or Main scripting page.