Charby12243 Posted November 12, 2023 Share Posted November 12, 2023 The crouch sliding mod:https://www.nexusmods.com/skyrimspecialedition/mods/39157?tab=descriptionallows for sliding when inputting crouch/sneak during sprint. The button also makes the player enter sneak at the same time as the sneak. Would someone be able to make a version or patch of this where either it doesn't involve sneak at all or automatically stands the player back up after? Short of that, if anyone cant point me to the right place to start in order to modify things myself (i'm guessing its got something to do with behavior files in the mod?) would be greatly appreciated. I'm a beginner at mod creation, unsure where to start. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted November 13, 2023 Share Posted November 13, 2023 The sneak animation start could be used via OnAnimationEvent to force press the sneak key via SKSE's TapKey function and make the character stand back up. However, without careful conditioning and ensuring that the player has been sprinting prior, the character would always stand up just after going into sneak. Not really ideal. It might be possible to use a reusable quest that gets started when the player enters sprint, this would allow the attached script to run the aforementioned event. And the quest would then be stopped afterwards. Might work better, but would still be an issue if one wanted to slide into sneak mode for a specific reason. If there are other possible options, I do not know about them. Link to comment Share on other sites More sharing options...
Recommended Posts