Inspirited by lots of other shot-n-up games I was thinking to implement a mod that makes the weapons imprecise and more imprecise if you are moving fast.
Maybe it make the game more fun in DM. What do you think?
Prepare the autoexec.cfg ...
Maybe it make the game more fun in DM. What do you think?
Prepare the autoexec.cfg ...
Code:
+speed alias +walk -speed; alias -walk +speed; bind shift +walk;
Comment