Search the Community
Showing results for tags 'run speed'.
-
Simple as it may sound.. got no clue how to go about it. Google gives page after page of ingame console commands, but that's not what i'm looking for. Also found a thread here, but the value it mentioned (in CK) i could not locate. I'd like to make a mod reducing PC running speed by 30% (the equivalent of setav speedmult 70) and NPC running speed by again 30% Help me do it please.. and if kind enough to reply, be specific if you don't mind, need 'value' and 'where' it's found within the CK [disclaimer: am aware there are mods modifying speeds. I downloaded them and opened them up in CK; quite frankly, i couldn't find what/where they modified. Apologies if this is too.. basic, but if i knew, i wouldn't be asking!] My thanks in advance :smile:
-
As many of you probably know, the setscale command doesn't just affect size - it scales run speed, jump height, and melee/arrow damage output. At low deviations from the normal 1.00, the effect isn't too noticeable, but at more extreme values it dramatically alters the gameplay. Small characters are very slow and weak, while large characters are extremely fast and powerful. I'm looking for a way to use the Setscale command to get the aesthetic of a very huge/tiny player character without the associated game-breaking power/crippling weakness. I've been able to find a mod that allows me to manually adjust run speed & jump hight to approximately normal levels, but I can't find any way to get melee power to normal levels. Preferably, I'd like to have a way to adjust all three back to normal levels, or disable the stat scaling outright. I've looked into trying to make such a mod myself, and although I have a few years of coding experience, I was unable to find anything relating to the setscale command other than a function prototype in ObjectReference.psc. Given access to the setscale function definition itself, I could find out how the scaling works and make a mod to disable the stat scaling or counter its effects on stats. Ideally, I would want a separate setscale-like command that sets the scale without affecting anything else. However, since I have methods to pretty much fix run speed and jump height, all I really need is a way to scale the damage up. If anyone knows of such a mod, or can make a mode that allows manual damage scaling or disables the setscale stat changes, or can direct me to what I need to know to make the mod myself, please let me know. Thank you.