Page 1 of 1

Can I slow down the speed of fast privilege???

PostPosted: Tue Oct 30, 2012 11:29
by sky
because i dont like that fast i want a little slower so how i do it

PostPosted: Tue Oct 30, 2012 13:40
by RobSis
Looks like the speed mutlipliers area hard-coded in src/localplayer.cpp.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
if(superspeed)
   speed = speed.normalize() * walkspeed_max * 5.0;


The Up-Down speed is defined few lines above.

Don't know how it works on servers, though... Still learning :)