Fallout: New Vegas

Fallout: New Vegas

View Stats:
How do I edit Walk speed through Console? Note: Walk speed, not Run speed.
I've edited the Run speed to 150, which I think is a decent speed to get around with.
But, when I toggle to walk, it's painfully slow.
Does anyone know how to edit the Walk speed separate from the Run speed without the use of any Mod?

Any help would be much appreciated.
Originally posted by Ladez:
Travel Light increases run speed, not walk speed. It uses a hardcoded effect, so aside from the speed value it can't be modified.

What you need to do is increase the SpeedMult actor value. All NPCs have this actor value and they can all be changed independently of each other.

Player.SetAV SpeedMult [VALUE]

The default value is 100. This will also affect the run speed just as the game settings do. There's really no way the change -just- the walk speed so this will have to do.
< >
Showing 1-11 of 11 comments
Ladez Oct 15, 2014 @ 9:54am 
Change the game setting fMoveBaseSpeed. The command is:
SetGameSetting fMoveBaseSpeed [VALUE]

After you've made the change, you need to re-equip your weapon or toggle sneak mode to force the game to recalculate the speed.

This changes the base speed for yourself and all NPCs in the game. The default value is 77 for your reference.

This setting is factored into the calculation of run speed, so the change will also affect that. The run speed is fMoveBaseSpeed multiplied by fMoveRunMult, which has a default value of 4.
A-Space-Turkey Oct 15, 2014 @ 11:07am 
Thanks for that, but, if it will change NPC speed too I'd rather not do it. :)

Thank you for the reply though.
red255 Oct 15, 2014 @ 11:29am 
Check the code for travel light in the GECK and modify that variable then.
The author of this thread has indicated that this post answers the original topic.
Ladez Oct 15, 2014 @ 11:53am 
Travel Light increases run speed, not walk speed. It uses a hardcoded effect, so aside from the speed value it can't be modified.

What you need to do is increase the SpeedMult actor value. All NPCs have this actor value and they can all be changed independently of each other.

Player.SetAV SpeedMult [VALUE]

The default value is 100. This will also affect the run speed just as the game settings do. There's really no way the change -just- the walk speed so this will have to do.
WuhanBatSandwich Jan 14, 2019 @ 9:07pm 
bump bump bump did u ever figure this out?
Last edited by WuhanBatSandwich; Jan 14, 2019 @ 9:07pm
WuhanBatSandwich Jan 14, 2019 @ 9:07pm 
bump
Originally posted by Ubermensch:
bump bump bump did u ever figure this out?

The post above has the answer you seek, and if not create a new thread as opposed to necroing a four year old thread.
IZOUKARIA Feb 26, 2019 @ 12:27pm 
Originally posted by Ubermensch:
bump bump bump did u ever figure this out?

I'm a month late, but better late than never.

Player.SetAV SpeedMult [Value] (To amplify your desired walkspeed.)

Then use the GECK to create a perk to modify your runspeed as the picture shown below. (This will only affect that speed, not walking.)

https://imgur.com/grCoIXh

This value is set for Speedmult 150 to reduce it by 33%.

Once your done save it and add in your perk. (I use itembrowser to find it, but unfortunately, it's not on the nexus anymore due to the mod author leaving.) You should be able to find it still through external means such as the modpiracy reddit.

P.S. You can also do it for sneaking if you feel that's too slow or too fast. There's an already established perk for that called "tunnel runner" for the Lonesomeroad dlc.
Last edited by IZOUKARIA; Feb 26, 2019 @ 12:28pm
quark Jul 22, 2019 @ 4:22am 
is there a command like player.setAV SpeedMult # for NPCs only? I want to help the child in Freeside get the boost he needs to eat the rat
talgaby Jul 22, 2019 @ 4:34am 
Globally, no. But if you select or prid a particular NPC in the console, you can edit their stats, including speed.
CristoElMago Jun 9, 2024 @ 4:00am 
Originally posted by quark:
is there a command like player.setAV SpeedMult # for NPCs only? I want to help the child in Freeside get the boost he needs to eat the rat
setgs fmoverunmult #
default is 5. should not put beyond 15
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Oct 15, 2014 @ 9:00am
Posts: 11