Jump to content

running speed increasing


humannature66

Recommended Posts

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

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

http://www.fallout3nexus.com/downloads/file.php?id=7618

http://www.fallout3nexus.com/downloads/file.php?id=127

Less 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

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=7618

http://www.fallout3nexus.com/downloads/file.php?id=127

Less 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

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

else

end

 

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

I think what you're looking for is

 

player.setav speedmult 130

100 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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...