Henke100 Posted April 24, 2013 Share Posted April 24, 2013 I'm been trying the geck and i can't find where i change the runining speed i mean its really annoying when you have your gun out and you run really slow anyone know how to change it? Link to comment Share on other sites More sharing options...
Jojash Posted April 24, 2013 Share Posted April 24, 2013 (edited) There's a couple of ways to do it. The easiest way to do it is to create a new quest, if you're unfamiliar with this process, read [urlhttp://geck.bethsoft.com/index.php/Bethsoft_Tutorial_Basic_Quest#Creating_A_Simple_Quest]this[/url], and then attach a script that edits the running speed of your character whilst they have their gun out to it. Now I assume you're new to using the GECK since you say you've been trying it out, so you might want to read this to familiarise yourself with the basics of scripting. Once you've read through that and you understand it, have a look at this, this, this and this. Your script will need to check what the player has their weapon out, if they're running and if they're sneaking, as they would need to move more slowly than if they were not sneaking, even with the speed boost, then it will need to edit their speed. To edit their speed, you'll need to edit the actor value, here's a full list of those, "SpeedMult". This might sound daunting, but it's simpler than it sounds, and once you've got the basics down, it shouldn't be any trouble, really! Best of luck! :smile: Edited April 24, 2013 by Jojash Link to comment Share on other sites More sharing options...
Recommended Posts