Author Topic: Multiple Speed No Jet Playertypes  (Read 1384 times)

i don't really care what you do with them gen, i just did the basic crap that showed you how to do it.

ok thanks

And i think that the standard jumpforce is 1080, am i correct?
« Last Edit: July 22, 2012, 09:42:08 PM by Gen. Hothauser »

open a server and do this echo(PlayerStandardArmor.jumpForce);

open a server and do this echo(PlayerStandardArmor.jumpForce);

oh, i forgot to post here that i did some more editing, the standard is 2580, and i did the math for all of the other bricks.

And here's a random request.  I have the one-way window brick, but would it be possible to make a one-way brick?  Transparent on one side, not transparent on another?

A friend came upwith the idea on my server.

Oh, and what about how high the player can climb on a brick?  like the standard is 5 plates, i think, how do i change that?
« Last Edit: July 22, 2012, 09:38:24 PM by Gen. Hothauser »

And here's a random request.  I have the one-way window brick, but would it be possible to make a one-way brick?  Transparent on one side, not transparent on another?
probably not
Oh, and what about how high the player can climb on a brick?  like the standard is 5 plates, i think, how do i change that?
not sure, try "stepSize"

not sure, try "stepSize"

I tried echo(PlayerStandardArmor.stepsize); in the console and didn't return anything
« Last Edit: July 22, 2012, 09:58:47 PM by Gen. Hothauser »

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.

Come on guys. It's right in a default add-on, Player_Quake.

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.