Jump to content

How to change jump height via creation kit?


Ignandr9

Recommended Posts

Hello everyone! I encountered some difficulties and decided to ask the community for help. I need to change the jump height when equipping heavy armor.

I studied the Creation Kit a little, but I still don’t fully understand how to do this. I think that this should be implemented through a magical effect that gives a debuff when wearing armor - a decrease in jump height. I would also like to change the running speed in the future, but as soon as I figure out the jump, I can easily implement everything else in the same way.
If anyone knows how to do this or maybe someone knows where I can find a tutorial or an example of such an implementation, I will be infinitely grateful. Thanks everyone)

Link to comment
Share on other sites

3 hours ago, Ignandr9 said:

Hello everyone! I encountered some difficulties and decided to ask the community for help. I need to change the jump height when equipping heavy armor.

I studied the Creation Kit a little, but I still don’t fully understand how to do this. I think that this should be implemented through a magical effect that gives a debuff when wearing armor - a decrease in jump height. I would also like to change the running speed in the future, but as soon as I figure out the jump, I can easily implement everything else in the same way.
If anyone knows how to do this or maybe someone knows where I can find a tutorial or an example of such an implementation, I will be infinitely grateful. Thanks everyone)

While I've made that kind of change in Fallout 4, I'm still not familiar enough with Skyrim to know exactly how to do what you want. But I can tell you how I figured it out in Fallout. I found an item that modifies jump height, and then i tracked down the object effect to where that's controlled (I'm not even sure if Skyrim has Object Effect records, but I'm guessing it does).

Once you find a suitable object effect with its components, you can either make your own copies of each record adjusting them how you want, or you can simply use the object effect you found if it's what you wish.

This said, if your goal is for personal use, I think there may be a heavy armor skill which cancels the heavy armor debuffs. You can always use the console commands:

  • help [name of perk] 4 perk
  • player.addperk [ID of perk]

That would give you the perk without having to wait for your heavy armor skill to get high enough to use it.

  • Like 1
Link to comment
Share on other sites

Post script: Okay, I checked my Fallout 4 plugin to see how it's done there. I don't know if it's the same for Skyrim SE, but it should at least give a place to start the experimenaton.

1. You create a jump height multiplier magic effect:

HkXtzju.jpeg

2. Then you create an Object Effect (which gets used in the Armor record) which sets the amount of multiplier you want.

 

 

 

  • Thanks 1
Link to comment
Share on other sites

Thank you very much, I understand you. I will study the material and try to move in this direction. You helped me, thank you very much. In the vanilla game, it seems there are no things that increase the height of the jump. I have known Skyrim almost since the release of the game, but maybe I am wrong. And I want to make a mod for general use, or rather, I have already done a lot, and I need this functionality for my update. Thanks for the answer!

  • Like 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

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