Author Topic: Max Health, & Speed.  (Read 520 times)

Self Explanatory.

Whats the Max Player Health,
And Max Vehicle Speed.


What
He's asking what the highest values are for player speed and health...
I think you'd just have to play with the values in the datablock and print the actual values of the player's health based to see the highest it can go.

Max vehicle speed is 150 TU/s (300 studs per second). Max player speed is 200 TU/s. Max player health is probably way more than you could reasonably need.

Max player health is probably way more than you could reasonably need.
Probably 999,999 or something because torque seems to freak out at one million and above.

Probably 999,999 or something because torque seems to freak out at one million and above.
Really? I feel it'd be something like 2,147,483,647 or whatever the max int value is?

Really? I feel it'd be something like 2,147,483,647 or whatever the max int value is?

Torquescript can only handle up to 6 digits.

Torquescript can only handle up to 6 digits.
Really? I feel it'd be something like 2,147,483,647 or whatever the max int value is?
Probably 999,999 or something because torque seems to freak out at one million and above.
Max vehicle speed is 150 TU/s (300 studs per second). Max player speed is 200 TU/s. Max player health is probably way more than you could reasonably need.
He's asking what the highest values are for player speed and health...
I think you'd just have to play with the values in the datablock and print the actual values of the player's health based to see the highest it can go.
Self Explanatory.

Whats the Max Player Health,
And Max Vehicle Speed.


thanks all