sapientNode Posted November 20, 2018 Share Posted November 20, 2018 (edited) I want to change stealth so the radius of sound is reduced based on stealth and my movement increases also with stealth skill. Is this a simple alteration/add or do I have to change numerous variables? thanks Edited November 20, 2018 by sapientNode Link to comment Share on other sites More sharing options...
Fhav6X Posted November 20, 2018 Share Posted November 20, 2018 I'm pretty sure you have to edit assembly-csharp.dll for this. Especially detection is a tricky event handler that is not easy to modify. You can use dnspy (google it) to modify this dll. Link to comment Share on other sites More sharing options...
sapientNode Posted November 21, 2018 Author Share Posted November 21, 2018 I'm pretty sure you have to edit assembly-csharp.dll for this. Especially detection is a tricky event handler that is not easy to modify. You can use dnspy (google it) to modify this dll. thank you I will look into this. I suppose this would only alter the global for detection and hearing? I see how it points to csharp... {"$type":"Game.GameData.StealthSettingsComponent, Assembly-CSharp","HearingSuspicionRate":40,"VisionSuspicionRate":80,"HearingMovementRatio":0.75,"StealthDecayRate":15,"StealthDecayDelay":0.75,"MaxSuspicionStealthAccelerationMultiplier":4,"MaxSuspicionStealthDecelerationMultiplier":0.05,"MinDistanceMultiplier":2,"MaxDistanceMultiplier":0.5}]} Link to comment Share on other sites More sharing options...
Fhav6X Posted November 21, 2018 Share Posted November 21, 2018 This is a general setting. As such it is SET and will not change after. You can change it to different values, but you can't change/create a dependence to a lvl-changing stealth skill with this variables. There are radius and sound variables that are stealth skill dependent. "MaxSuspicionStealthAccelerationMultiplier":4,"MaxSuspicionStealthDecelerationMultiplier":0.05,"MinDistanceMultiplier":2,"MaxDistanceMultiplier":0.5 Yet, I don't know how they factor in the equation. Stealth based movement increase is definitely not part of it. Link to comment Share on other sites More sharing options...
sapientNode Posted November 21, 2018 Author Share Posted November 21, 2018 This is a general setting. As such it is SET and will not change after. You can change it to different values, but you can't change/create a dependence to a lvl-changing stealth skill with this variables. There are radius and sound variables that are stealth skill dependent. "MaxSuspicionStealthAccelerationMultiplier":4,"MaxSuspicionStealthDecelerationMultiplier":0.05,"MinDistanceMultiplier":2,"MaxDistanceMultiplier":0.5 Yet, I don't know how they factor in the equation. Stealth based movement increase is definitely not part of it. That is what I figured so all I could do is reduce hearing circle or detection globally with this. Really just want to get the circle to reduce based on stealth. The circle itself seems to be the same size if I am 2 stealth or 22 stealth like I am now. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now