Half the Walking Speed

Post » Sun Jan 10, 2010 6:13 am

Does anyone know how I can walk at half speed and run at full speed? With a Speed attribute of 100, my character runs fast, which is good, but walks too fast and it looks weird. I was just wandering if there is a way to half the wlking speed without having to open the console and change my speed everytime I toggle running.

Thanks in advance.
:thumbsup:
User avatar
James Wilson
 
Posts: 3457
Joined: Mon Nov 12, 2007 12:51 pm

Post » Sat Jan 09, 2010 9:09 pm

Try reducing the value of fMaxWalkSpeed in game settings.
User avatar
Bethany Short
 
Posts: 3450
Joined: Fri Jul 14, 2006 11:47 am

Post » Sun Jan 10, 2010 5:30 am

Tried that, but it also slows down running speed. Thanks anyway.
User avatar
Liv Brown
 
Posts: 3358
Joined: Wed Jan 31, 2007 11:44 pm

Post » Sun Jan 10, 2010 1:35 am

Tried that, but it also slows down running speed. Thanks anyway.


I was hoping to avoid using a global, but you could also try this as a start script;


Begin mySpeedIf ( GetPCRunning )     Player-> SetSpeed 100else     Player-> SetSpeed 50endifend


I can't test this, but I've used a similar method with GetPCSneaking years ago and it worked.
User avatar
W E I R D
 
Posts: 3496
Joined: Tue Mar 20, 2007 10:08 am


Return to III - Morrowind