humannature66 Posted May 28, 2010 Share Posted May 28, 2010 the console-command fmoverunmult only works til the next gamestart, then i need to type it again; is it possible to make it permanent? i use the perk *quick footed* from the *Vault Dwellers Survival Perk Pack* (http://www.fallout3nexus.com/downloads/file.php?id=3212), that should encrease the running speed 10 percent; however, it doesnt work, dont know why, other perks do work; how can i create an esp with the GECK, that encreases the running speed? anyone with an idea? greetz freddo Link to comment Share on other sites More sharing options...
Nadin Posted May 28, 2010 Share Posted May 28, 2010 Search on nexus. NEXT! Link to comment Share on other sites More sharing options...
humannature66 Posted May 30, 2010 Author Share Posted May 30, 2010 Search on nexus. NEXT! @Nadin, if u have nothin of worth to tell me - shut up; where i *search(ed)* (but didnt find) is my own business; to everyone else, my question again, maybe anyone knows how to increase the running speed of the playerChar by 1.2 or 1.3 by esp ? thx n greetz, freddo Link to comment Share on other sites More sharing options...
Nadin Posted May 30, 2010 Share Posted May 30, 2010 http://www.fallout3nexus.com/downloads/file.php?id=7618http://www.fallout3nexus.com/downloads/file.php?id=127Less than a minute. I typed "Run" into the search bar, and then "Speed". Amazing, isn't it? Due to the fact that people give their files weird names on nexus, it's best to search one keyword at a time, and search the file descriptions too. Just for future reference. Link to comment Share on other sites More sharing options...
humannature66 Posted May 30, 2010 Author Share Posted May 30, 2010 Search on nexus. NEXT! @Nadin, if u have nothin of worth to tell me - shut up; where i *search(ed)* (but didnt find) is my own business; to everyone else, my question again, maybe anyone knows how to increase the running speed of the playerChar by 1.2 or 1.3 by esp ? thx n greetz, freddo http://www.fallout3nexus.com/downloads/file.php?id=7618http://www.fallout3nexus.com/downloads/file.php?id=127Less than a minute. I typed "Run" into the search bar, and then "Speed". Amazing, isn't it? Due to the fact that people give their files weird names on nexus, it's best to search one keyword at a time, and search the file descriptions too. Just for future reference. *sigh* ... Nadin, thank u for ur second advice; those links u postet, are for every NPC too, and i already knew them, but thank u;... how to increase the running speed of the playerChar by 1.2 or 1.3 ...i guess i have to live with that;greetz freddo Link to comment Share on other sites More sharing options...
Nadin Posted May 30, 2010 Share Posted May 30, 2010 Ahh...sorry. I missed that. I'll see what I can't do. Link to comment Share on other sites More sharing options...
Nadin Posted May 30, 2010 Share Posted May 30, 2010 Alright, I've been looking around and here's a script to change it: scn speedscript Begin GameMode if Player.GetWalkSpeed == 100 set player.speed == 200 elseend The problem is that set player.speed is an invalid command and I don't know what it should be. If I can get that this should work. I've also made one that simply changes the actor value of player, though I doubt it'll work. You can try it if you want, though. EDIT:How does one use the command fmoverunmult? It may be what I'm seeking. Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted May 31, 2010 Share Posted May 31, 2010 I think what you're looking for is player.setav speedmult 130100 is default for a 1.0 scale character.So 130 would be a speed of 1.3 as you say. Easy enough to put in a script if you want, or just put in console. I don't know if saving the game will save it on your character. I would think it would. Link to comment Share on other sites More sharing options...
Nadin Posted May 31, 2010 Share Posted May 31, 2010 Great! Thanks again.@OP If you'll give me your emal address I can send you the finished file. Link to comment Share on other sites More sharing options...
Nadin Posted May 31, 2010 Share Posted May 31, 2010 Alright, here's the script:scn speedscript Begin GameMode if Player.GetWalkSpeed == 100 player.setav speedmult 130 elseend But It says the the if/then/else line is mismatched. What does this mean? Link to comment Share on other sites More sharing options...
Recommended Posts