Vampire: The Masquerade - Bloodlines

Vampire: The Masquerade - Bloodlines

Otillräckligt med betyg
Movement speed control
Av TonalArchitecture
autoexec.cfg additions that allows for modifying run/walk speed, plus adds functionality for holding SHIFT to run
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Movement Speed Options
Like so many games, I find the walk speed to be too slow, but the run speed to be too fast. Rather than adjust the default speeds, I find these two additions to the autoexec.cfg file met my needs.

If you're using the Unofficial Patch, the file can be located in ...\Vampire The Masquerade - Bloodlines\Unofficial_Patch\cfg

Walk/Run speed modifier
Adding the lines below assigns ALT to be a speed modifier key. When held, the walk speed is increased and the run speed is reduced. When the key is released, movement speed is reset to default. This allows for four different speeds:
  1. Default Walk
  2. Faster Walk (while ALT is pressed)
  3. Slower Run (while ALT is pressed)
  4. Default Run

alias +mv_mod_pressed "sv_walkscale 2;sv_runscale 0.75" alias -mv_mod_pressed "sv_walkscale 1;sv_runscale 1" bind ALT +mv_mod_pressed

Hold SHIFT to run
I prefer to have my characters always walk and to hold a key to run. I found this code made by Dheu and reposted by R.I.P from a now defunct forum. It assigns DEL to be an always walk/run toggle and SHIFT to be a walk/run key.

alias +mv_run "-speed" alias -mv_run "+speed" alias mv_toggle1 "bind DEL toggle2;+speed;bind SHIFT +mv_run" alias mv_toggle2 "bind DEL toggle1;-speed;bind SHIFT +speed" bind DEL mv_toggle1

For the above code to work, make sure you unassign these keys from the in-game options.



1 kommentarer
W[w[w[w 8 jul, 2024 @ 10:26 
You're a life saver! Thank you a lot!:BEheart: