Author Topic: Player speed console command?  (Read 669 times)

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...

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.