Page 1 of 1

Units of Maniaplanet same as meters?

Posted: 02 Sep 2016, 19:55
by BigBang1112
Hello everyone again, :clap:
Are the units of the game same as meters?
In MediaTracker for example, the position values are high at some places, similar to the real life length.
Or if not - Above the speed, there is a variable how many meters you traveled. It possible to read that in script?

Thanks for any answers.

Re: Units of Maniaplanet same as meters?

Posted: 03 Sep 2016, 00:37
by Dommy
Position, block units, velocities and measurement of all other things in world are in metres.

Player speed in both TM and SM is in metres per second, however TM displays speed in km/h.

Distance in TM is nothing else than...

Code: Select all

Real CTmMlPlayer::Distance

Re: Units of Maniaplanet same as meters?

Posted: 03 Sep 2016, 11:58
by BigBang1112
LOL I'm blind or something.
Thanks!