jtanx / ch1ckenscoop

Alien Swarm ch1ckenscoop mod mod
GNU General Public License v3.0
2 stars 0 forks source link

Walk speed #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.Currently none of the commands regarding walk have any effect on the actual 
speed. Only animations of walking are changed.

What is the expected output? What do you see instead?

To modify walking speed while firing or pressing the walk key.

Original issue reported on code.google.com by jigonb...@live.com on 31 Dec 2012 at 3:38

GoogleCodeExporter commented 8 years ago
//sm_qcvar asw_walk_point                             200            //default 
= 200,
//sm_qcvar asw_walk_speed                             175            //default 
= 175,
//sm_qcvar asw_walk_speed_scale                       1              //default 
= 1,
//sm_qcvar asw_walk_sequence_speed_cap                50             //default 
= 50,

All of these cvar's seem to deal with Marine animations. 

If you can change animation you should be able to change speed to match it.

Original comment by jigonb...@live.com on 7 Jan 2013 at 2:15