Changed Key Combo (Run <-> Walking) for 200 Classic, 220, 226b (Gold), 227i (Gold,Evolution)
I made the modification for myself. Share them anyway if someone wants them.
I hate running all the time when I can walk and somehow I'm used to running with shift. It's not like in subtitles where you always have to be on the ball.
With Unreal, like other FPS shooters, I like to walk normally and run with Shift.
With all the bindings and aliases I couldn't find a reasonable configuration how to run with Shift instead of walking.
I then changed and added a few lines of code in the Engine.u.
For the v200, 220b, for 226b Gold, for 227i Gold and Unreal Evolution.
installation
Copy the respective Engine.u from the 'System' directory into your Unreal \ System directory
Edit the user.ini and add
[Engine.Playerpawn]
bAlwaysRun = False
added
False .. as e.g. with DeusEX (e.g. 'W' = Walk, 'Shift' = Run)
True .. Unreal Standard ('W' = Run, 'Shift' = Walk
The changed sources (* .uc) are in the directory Engine, Unreal Evolution for those who want to experiment with them.