Quantcast
Channel: Project Reality Forums - PR:BF2 Community Modding
Viewing all articles
Browse latest Browse all 924

AI sensing

$
0
0
What parameters refers to AI bot sensing? I.e., hearing?

I know that we have:
- the 3p sound graph:
ObjectTemplate.minDistance
ObjectTemplate.halfVolumeDistance
- ai parameter
aiTemplatePlugIn.setHearingProbability
- weapon ai template parameters:
- weaponTemplate.setExplosionRadius
- weaponTemplate.setSoundSphereRadius
How each of these parameters affects the bots chance of enemy detection?
I.e, if I want to reduce the chance of return fire by using silenced weapon.

Second question:
I assume that adjusting high bot skill will result in changing some values in their behavior setting.
Quote:

aiTemplatePlugIn.create ControlInfo atSoldierCtrl
aiTemplatePlugIn.driveTurnControl PIMouseLookX
aiTemplatePlugIn.driveThrottleControl PIThrottle
aiTemplatePlugIn.aimHorizontalControl PIMouseLookX
aiTemplatePlugIn.aimVerticalControl PIMouseLookY
aiTemplatePlugIn.lookHorizontalControl PIMouseLookX
aiTemplatePlugIn.lookVerticalControl PIMouseLookY
aiTemplatePlugIn.throttleSensitivity 1.0
aiTemplatePlugIn.pitchSensitivity 0.4363323
aiTemplatePlugIn.rollSensitivity -0.5235988
aiTemplatePlugIn.yawSensitivity 1.0
aiTemplatePlugIn.lookVerticalSensitivity 0.4363323
aiTemplatePlugIn.lookHorizontalSensitivity -0.5235988
aiTemplatePlugIn.proportionalConstant -7
aiTemplatePlugIn.angleSpeedConstant 0.4
aiTemplatePlugIn.derivativeConstant -0.01
aiTemplatePlugIn.throttleLookAhead 1.0
aiTemplatePlugIn.pitchLookAhead 1.0
aiTemplatePlugIn.rollLookAhead 1.0
aiTemplatePlugIn.yawLookAhead 1.0
aiTemplatePlugIn.lookVerticalLookAhead 1.0
aiTemplatePlugIn.lookHorizontalLookAhead 1.0
aiTemplatePlugIn.pitchScale 1.0
aiTemplatePlugIn.rollScale 1.0
aiTemplatePlugIn.yawScale 1.0
aiTemplatePlugIn.lookVerticalScale 1.0
aiTemplatePlugIn.lookHorizontalScale 1.0
Is is that settings that can improve the bot skill?
What each numerical parameter means?

And does the ai bots are affected by the zoom deviation modificator?

Viewing all articles
Browse latest Browse all 924

Trending Articles