Blockland Forums > Modification Help

Player speed console command?

Pages: (1/1)

kyjus25:

I am wonder, is there a console command that would increase the speed of a player? Just like a console command for a vehicle..
possibly:
 StandardPlayerDatablock.maxFo rwardSpeed = ???;

Thanks. Just a silly question...

Chrono:

Standard player:
PlayerStandardArmor.maxForwar dSpeed = ?;
   PlayerStandardArmor.maxBackwa rdSpeed = ?;
   PlayerStandardArmor.maxSideSp eed = ?;

   PlayerStandardArmor.maxForwar dCrouchSpeed = ?;
   PlayerStandardArmor.maxBackwa rdCrouchSpeed = ?;
   PlayerStandardArmor.maxSideCr ouchSpeed = ?;

Everything else:
PlayerNAME without the armor.

There's water values too but I forget.

You'll also wanna set .runForce higher if you make these higher.
60 times the forward speed might be a good idea.

kyjus25:

Ok. Cool! Thank you!

Pages: (1/1)

Go to full version