Does AI react to footsteps?

I recall someone said AI react to gunfire sound but do they react to footsteps?
If I’d run circles around a room full of AI and then enter it, will they behave like they aggroed or they will be clueless?

they notice people charging at them but normal walking they dont notice

Yep! AI reacts to noise caused by pretty much everything , have some interesting useful bits of code related to this mechanic:

ai_target_standNoiseLevel : float = 0f
ai_target_standRunNoiseLevel : float = 0.25
ai_target_sprintNoiseLevel : float = 0.5
ai_target_vehicleNoiseLevel : float = 0.25
ai_target_movingVehicleHornNoiseLevel : float = 1f
ai_target_movingVehicleNoiseLevel : float = 0.75f

7 Likes

if it isn’t our favorite helper. wb

thanks for the raw data :cat:

Now if, you could only get them to shoot at noise, kekeke

2 Likes