Console-only functions like http://www.creationkit.com/SetGameSetting cannot be used in Papyrus scripts unless they have a Papyrus equivalent. This function has no Papyrus equivalent.
If you're calling it in the console, then the syntax would be like this:
SetGameSetting fJumpHeightMin 500
If this function did have a Papyrus equivalent, it would be a global function, and therefore wouldn't run on an object like the player.
Well that's unfortunate. That means there is no way to input direct multipliers for things like jumping height or falling damage to a specific object? That's really disappointing.
What the heck were you thinking Bethesda!? *shakes fist like an old man*
Wait for a Script Extender that allow this, Fallout NV had the same problem, but the script extender added some new functions to work on game settings. I wrote to you on the other topic about trying SKSE or Script Dragon.
Falling damage at least is a perk entry point. You might mod that there, although reductions for some entry points is known to have indeterminate results.
Also, Mass (might affect jump height) and JumpingBonus are Actor Values. You might have luck there.
You'll need to do your own testing though. I haven't touched them.
Falling damage at least is a perk entry point. You might mod that there, although reductions for some entry points is known to have indeterminate results.
Also, Mass (might affect jump height) and JumpingBonus are Actor Values. You might have luck there.
You'll need to do your own testing though. I haven't touched them.
Thanks I'll check those out. Even if it's a perk it gets me closer.
Okay so cool. Adding a perk that sets falling damage to 9.0 is a nice first step.
For some odd reason the Perk doesn't go away after adding it to the spell. That is to say that my Vampire is immune to falling damage regardless of using his specific spell. Perhaps there's a way to adjust this with conditions in the Perk?