Page MenuHomeFeedback Tracker

Placing satchel charge within 11-12 meters from enemy will cause the enemy to get magic knowledge about you..
New, WishlistPublic

Description

This happens regardless of visual/aural blocks between you and the enemy, and does not happen with any other demolition charges/mines, only with satchels so there is no logical argument for this behaviour. {F27117}

Details

Legacy ID
2276101234
Severity
None
Resolution
Open
Reproducibility
Always
Category
AI Spotting / Detection
Steps To Reproduce
  1. load up the repro (2D editor)
  2. preview and go prone
  3. place down any other demo than 'explosive satchel'
  4. observe the silent hint and see how knowsAbout or targetKnowledge won't do anything
  5. place satchel and immediately targetKnowledge reacts and within couple of seconds the enemy suddenly has a disturbance in the knowsAbout as well...

Event Timeline

h- edited Steps To Reproduce. (Show Details)Sep 26 2015, 10:53 AM
h- set Category to AI Spotting / Detection.
h- set Reproducibility to Always.
h- set Severity to None.
h- set Resolution to Open.
h- set Legacy ID to 2276101234.May 8 2016, 12:48 PM

I would upvote it 100 times if there would be that option. Its known bug since Operation flashpoint. It would be great if it would be fixed some day.

h- added a subscriber: h-.May 8 2016, 12:48 PM
h- added a comment.Sep 27 2015, 10:18 AM

Did additional testing with this last night and it appears there's some code in the AI routines that deserves a special place in byte-Hell making the AI immediately telepathically aware of satchel setter because can't find anything in the configs that could be to blame..

Oddly the 'FiredNear' eventhandler gets triggered for the enemy when setting explosives near them. So the AI code considers a 'Put' weapon being fired nearby as a weapon being fired.. I feel a triple-facepalm coming..
But it does trigger for all of the demo types so dunno why the satchel is so special, again. >:(

Yes, you are right, they detect "put" as fire weapon. It require some few lines more added with action "put" like "silent, do not attract the AI" etc - i dont know about coding, but it may be usefull for devs. Its logical, if you cant remove some script, add new one to prevent the bug.

This comment was removed by BIS_fnc_KK.