Version 1.1.3 -> Removed the annoying altitude warning message and sound. Version 1.1.2 -> Fixed three errors resulting in crazy high average velocity: * You could reset the timer while not driving. * While onmission distance traveled was still being increased with stopped timer. * The timer was reset while load from savegame. Now the values are stored on save until they aren’t manually reset by pressing “PAGE DOWN". Added imperial system version. Tested on fresh installation with CLEO 4.3. Version 1.1.1 -> Fixed some bugs, more colors added. Read README for more info. Version 1.1 -> Accelerometer, G-Forces and more added. Read README for more info. This CLEO SAOA -> speedometer/altimeter/odometer/accelerometer <- green hud is working if you drive a vehicle. it shows your current velocity with two units, average velocity, altitude, distance travelled, time, acceleration force, g-forces and performance. the values are direct float engine> *For 100 % accurate average velocity reading the FPS Limiter has to be enabled (constant 25 FPS). Unfortunately there’s no way to bypass this (or I just have no idea how to), because the average velocity calculations are done by -> distance travelled / internal game time(r) <- and san andreas engine is coded> |