Jump to content

Recommended Posts

Posted (edited)

I am looking for a method to get a list of the NPCs who can see/detect the player and follower(s). I would prefer Papyrus, but can use CPP if required.

So far I having been looking into https://www.nexusmods.com/skyrimspecialedition/mods/63057, but I can't see how meterarr is initialized with actors.

 

https://github.com/max-su-2019/MaxsuDetectionMeter/blob/main/src/Renderer.cpp#L326

Edited by injaku
Posted

Unless there is a magic effect parameter I am not thinking of, there is no direct way to natively do this. There are ways you could sweep a radius around you, and call the actor function HasLOS() which will give a good idea of at least can detect you. Beyond that it would take some out of the box conceptualizing and testing to narrow it further

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...