Jump to content

Recommended Posts

Posted
  On 5/24/2014 at 4:08 AM, lofgren said:

Is messing around with the ini settings really necessary? Is the JumpingBonus actor value nonworking?

No idea. The OP asked how to change the jump value and was attempting to use console commands in their initial script. Simply converted it to use the Papyrus/SKSE equivalents.

Posted
  On 5/24/2014 at 4:08 AM, lofgren said:

Is messing around with the ini settings really necessary? Is the JumpingBonus actor value nonworking?

 

Elaborate on this JumpingBonus.

Posted

There is an actor value called JumpingBonus, which I naturally assumed would affect your, well, bonus to jumping. But it either doesn't do anything or it does something else entirely, because even setting it to 500 didn't give me any extra height.

Posted (edited)
  On 5/24/2014 at 3:40 AM, IsharaMeradin said:

Bool Property SpaceJumpBoots Auto <-- this is wrong

 

Armor Property SpaceJumpBoots Auto <-- needs to be this

 

If akBaseObject == SpaceJumpBoots <-- both lines of this

 

If akBaseObject as Armor == SpaceJumpBoots <-- adjusted to this -- my fault, I forgot to put that in originally.

 

I made these changes and it compiled successfully, but it still doesn't work. Should I send you the pictures of the quest specifics for your evaluation?

 

EDIT: It works! Thank you so much for your help, your Nexus username will go in the credits to my mod. ALTHOUGH, I did encounter a bug with the OnGameLoad part of the script.. if I load a previous save in which I didn't have the boots then my jump would still be as the higher jump value. I don't know if you can fix that or not, but it's just a minor issue.

Edited by Kyle8497
Posted

Alright, try this then. Instead of checking the value of the current jump height, just check to see if the script's actor reference is wearing the boots, then set the value at the new jump height. Otherwise don't do anything and it should continue to use the default jump value.

 

 

  Reveal hidden contents

 

  • Recently Browsing   0 members

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