post-kerbin-mining-corporation / NearFuturePropulsion

Adds advanced electric propulsion systems to Kerbal Space Program
35 stars 30 forks source link

Removed tab from node_stack_bottom #117

Closed Starwaster closed 4 years ago

Starwaster commented 4 years ago

Just discovered a nasty bug in KSP itself (as of 1.8.?) where tabs in certain field values are escaped. Nodes can't have tabs in the values anywhere. FloatCurves are also susceptible, at least in their keys. I suspect any ConfigNode might also be affected.

(this hit Deadly Reentry especially hard causing solar panels to explode)

Anyways, be careful. This was never a problem prior to 1.8 so there's probably a lot of configs out there that could be quietly failing in strange ways.