Blockland Forums > General Discussion
What the C button does exactly
Reinforcements:
--- Quote from: Port on October 13, 2012, 05:07:28 AM ---Er, no. The "walk" feature is purely client-sided. It simply changes the speed multiplier (i.e. the value of $mvForwardAction) to a hardcoded value (0.3, IIRC).
--- End quote ---
So technically, you could have an addon that would allow you to adjust how fast your c key makes you go, right?=D
Mold:
--- Quote from: Reinforcements on October 13, 2012, 06:37:40 AM ---So technically, you could have an addon that would allow you to adjust how fast your c key makes you go, right?=D
--- End quote ---
Yes
Reinforcements:
--- Quote from: Mold on October 13, 2012, 06:48:10 AM ---Yes
--- End quote ---
Sweet, variable move speed for cars.
Sami2ss:
--- Quote from: Mold on October 13, 2012, 05:56:42 AM ---it acts like you put moveforward(0.5);
--- End quote ---
thanks, but i'm trying to find out for vehicles.
--- Quote from: Port on October 13, 2012, 05:07:28 AM ---Er, no. The "walk" feature is purely client-sided. It simply changes the speed multiplier (i.e. the value of $mvForwardAction) to a hardcoded value (0.3, IIRC).
--- End quote ---
So, if I multiplied the maxwheelspeed value of 25 by .3, this would give me the speed it goes when you hold down C?
Greek2me:
--- Quote from: Sami2ss on October 13, 2012, 02:07:52 PM ---So, if I multiplied the maxwheelspeed value of 25 by .3, this would give me the speed it goes when you hold down C?
--- End quote ---
Yes.