MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Add Altitude to Cockpits and Chutes #156

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

Currently cockpits and Chutes do not have a way to print out Altitude. We should add this support leveraging the "level" property, and change "Mass / Weight" to use a new property instead.

MerlinofMines commented 2 years ago

Well, I thought this would be easy, but there's a conundrum, similar to the gravity request.

Does "altitude" represent from sea level, or from surface? Do we want to present both? If so, how?

MerlinofMines commented 2 years ago

perhaps "height" can be height above ground, and a new property for "altitude" can be used for surface level height?

MerlinofMines commented 2 years ago

It turns out that you can't really get "Altitude" for a Parachute currently, so this has been left out for now.