Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ; Jump count. Set 0 or 1 to disable. -1 for infinite jumps and any other number for that many jumps total.
  2. 1
  3.  
  4. ; Requires perk. Set form ID of perk here (including mod index). Example setting 0x5820c would require vanilla "Light Foot" perk from sneak tree.
  5. 0
  6.  
  7. ; Limit fall time. If greater than zero then you can't double jump after being in air for this many seconds. Decimal places is ok now.
  8. 0
  9.  
  10. ; Allow jump when sprinting. Set 1 to allow and 0 for normal behavior. It doesn't actually make you jump faster, just allows it.
  11. 1
  12.  
  13. ; Jump height multiplier for all jumps (always multiplied).
  14. 1.0
  15.  
  16. ; Jump height multiplier for second jump (multiplied if second or more jump).
  17. 1.0
  18.  
  19. ; Jump height multiplier for sprint jump (multiplied if sprinting and jumping). This also is applied if you start to sprint while in air and doing second jump.
  20. 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement