Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Player speed console command?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Player speed console command? (Read 669 times)
kyjus25
September 20, 2010, 06:41:49 PM
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...
Ad Bot
Advertisement
Chrono
September 20, 2010, 07:17:45 PM
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
September 20, 2010, 07:24:31 PM
Ok. Cool! Thank you!
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Player speed console command?