
Originally Posted by NoCoolAlias
Here's how to make "S" bind to "Walk forward" and "W" to "Run forward" (plus change "X" to "Walk backwards" and "F" to "Crouch") :
Open "C:My Documents\Thief - Deadly Shadows\SaveGames\User Options\options.ini"
The key is the "MoveForwardBackward" command.
By default, the keys are set as follows:
S=MoveForwardBackward -1.000000
W=MoveForwardBackward 1.000000
To match the original Thief bindings, do
S=MoveForwardBackward 0.500000
W=MoveForwardBackward 1.000000
X=MoveForwardBackward -1.000000
And since "X" was the default "Crouch" key, you'll probably need to change F to
F=Crouch
The animations do work correctly. However, the "Creep" and "Walk" keys ("Ctrl" and "Shift" by default) are a little odd: they do not multiply the speed by a fraction, they directly change it to a new one.
So with the new bindings, "S" and "Shift+S" are exactly the same speed (1/2 speed), and "Ctrl+S" and "Ctrl+W" are both the same speed (1/3 speed)