Anyone know about the game settings that involve how close you need to be to an Actor before they attack you? I'm trying to simulate sneaking, because the Player is mounted and can't sneak normally, so I need to manipulate the game settings that govern when an Actor initiates combat with you while have nothing to do with sneak. According to the CS Wiki, FDistanceInteriorReactCombat and FDistanceExteriorReactCombat are the settings that change this, but when I change them with SetNumericGameSetting with a script, it has no effect whatsoever, even when I severely reduce the distance needed before they attack. No matter what those settings are changed to, Actors initiate combat at the exact same distance.
To add to the confusion, the vanilla settings are 600 for exterior and 300 for interior, but Actors CLEARLY start combat with you much farther away than that. So ... :shrug:
(With messages, I've confirmed that the settings are successfully changed, and aren't changing back automatically for some reason)
I would LOVE any assistance.