Blockland Forums > Suggestions & Requests
Multiple Speed No Jet Playertypes
Gen. Hothauser:
--- Quote from: Lugnut on July 22, 2012, 09:42:10 PM ---not sure, try "stepSize"
--- End quote ---
I tried echo(PlayerStandardArmor.stepsize); in the console and didn't return anything
Chrono:
Runforce is acceleration.
Stepheight is the vertical distance for walking ontop of a raised surface (makes stairs work)
Try:
maxForwardSpeed = ##;
maxBackwardSpeed = ##;
maxSideSpeed = ##;
maxForwardCrouchSpeed = ##;
maxBackwardCrouchSpeed = ##;
maxSideCrouchSpeed = ##;
Come on guys. It's right in a default add-on, Player_Quake.
Gen. Hothauser:
--- Quote from: Chrono on July 22, 2012, 10:40:21 PM ---Come on guys. It's right in a default add-on, Player_Quake.
--- End quote ---
even if all of these were in the quake playertype, I still needed the default amount for all of these to create a correctly scaled playertype. But thanks for the info, if you happened to know the default amount for all of these, then that would help.