Ezriilc / HyperEdit

A plugin for Kerbal Space Program.
http://www.Kerbaltek.com/hyperedit
GNU General Public License v3.0
41 stars 30 forks source link

Add planet editors for atmosphereTemperatureCurve, atmospherePressureCurve, et cetera #61

Closed sworisbreathing closed 5 years ago

sworisbreathing commented 5 years ago

Fixes #52.

The properties are FloatCurves, which contain arrays of Keyframes, so I figured the best way to represent that was with a text area instead of a simple text box. Unfortunately they aren't really explained in the official API documentation but I can confirm from local testing that they take effect when you copy from Eve to Kerbin.

Ezriilc commented 5 years ago

Just to be sure, have you tested this code?

sworisbreathing commented 5 years ago

Yep. Here's a screenshot showing the planet editor as well as the temperature/pressure readings

screen shot 2018-07-17 at 5 35 33 pm
Ezriilc commented 5 years ago

Excellent! Thanks a ton for this.