Page 1 of 1

[Help] Decrease weapon swing while walking or running?

Posted: Tue Aug 03, 2010 2:04
by Felony
It is possible decrease weapon swing while walking or running?

I want to make my player run and walk slower, but it makes too much swinging.

Is there any walk to control that (decrease/increase value)

Cheerz! :mrgreen:

Re: [Help] Decrease weapon swing while walking or running?

Posted: Tue Aug 03, 2010 10:47
by Kilian
Try "movebob" in console. By default, it is 0.45. 0 makes weapon always still.

Code: Select all

movebob 0.25

Re: [Help] Decrease weapon swing while walking or running?

Posted: Tue Aug 03, 2010 11:17
by Enjay
Actually, I *think* movebob affects how much the player's view bobs when moving. Yes, at 0 the weapon stops moving but so does the player view - so it affects 2 things apparently.

Re: [Help] Decrease weapon swing while walking or running?

Posted: Tue Aug 03, 2010 20:08
by Felony
Thanks! it works!

You guys are awesome :D