jim555511 Posted December 1, 2017 Share Posted December 1, 2017 Hi there, thanks for the help. Does anyone know how to increase a players jump height with a script. I just need some ideas, any help would be appreciated Link to comment Share on other sites More sharing options...
DavidJCobb Posted December 1, 2017 Share Posted December 1, 2017 It's possible, but only with SKSE: Game.SetGameSettingFloat("fJumpHeightMin", 76.0) Your changes will persist through saving and loading; that is, if you change the value and then the player loads another save, the value will stay changed. The only way to prevent this is to set up a player alias, and reset the value to its default (76.0) both OnInit and when the player loads a savegame. Link to comment Share on other sites More sharing options...
Recommended Posts