Need Script: Jump Higher With Specific Item Equipped

Post » Tue Sep 22, 2015 6:50 am

I'll just cut to the chase, I need a script where when I equip a certain item, my jump height will increase to a specific value. Then, when I remove the item my jump height will return to default.

Thanks. Credits will be give to whoever creates the script.

User avatar
NAtIVe GOddess
 
Posts: 3348
Joined: Tue Aug 15, 2006 6:46 am

Post » Tue Sep 22, 2015 5:18 pm

So, take apart one of the 20 or so jumping mods, find out what variable they are modifying and apply that to an enchantment.

If you search Nexus, there's actually already a mod that has this enchantment applicable to armors.

User avatar
vicki kitterman
 
Posts: 3494
Joined: Mon Aug 07, 2006 11:58 am

Post » Tue Sep 22, 2015 4:43 am

I did think of that workaround.. but I don't know why I didn't try it.

User avatar
Manny(BAKE)
 
Posts: 3407
Joined: Thu Oct 25, 2007 9:14 am

Post » Tue Sep 22, 2015 9:56 am

Oh, I remember why I didn't try it; I have to look through every single file in the esp to figure out what he changed.

EDIT: All the guy changed was a valued in Gameplay > Settings... That might be a help.

User avatar
Alyna
 
Posts: 3412
Joined: Wed Aug 30, 2006 4:54 am

Post » Tue Sep 22, 2015 10:07 am

can't you look in the CK under the item they enchanted? i think you there is a jump height in the console, you can add that as a script. i forgot the syntax of papyrus so i can't help you out right now but its pretty easy

User avatar
Charlotte Lloyd-Jones
 
Posts: 3345
Joined: Fri Jun 30, 2006 4:53 pm

Post » Tue Sep 22, 2015 11:01 am

There wasn't an item he enchanted. It was just a game setting tweak. I guess I should have looked at an enchanted item mod instead of that...

User avatar
Catharine Krupinski
 
Posts: 3377
Joined: Sun Aug 12, 2007 3:39 pm

Post » Tue Sep 22, 2015 2:01 pm

http://www.nexusmods.com/skyrim/mods/34475/?

enchanted item that doubles your jump. although there should be a console code for jumping height.

User avatar
nath
 
Posts: 3463
Joined: Mon Jan 22, 2007 5:34 am

Post » Tue Sep 22, 2015 6:22 pm

Game.SetGameSettingFloat("fJumpHeightMin", [Value])

Is the code that controls the Player's Jump Height. It is default about 76 and determines the minimum height the player jumps to; increasing it DOES NOT increase the fall-damage height. You'd want something like OnEquipped, or Player.GetEquipped to trigger the setting change.

User avatar
Isaiah Burdeau
 
Posts: 3431
Joined: Mon Nov 26, 2007 9:58 am


Return to V - Skyrim