allista / hangar

This is a plugin for the Kerbal Space Program. It provides several modules and parts to store complete vessels that aren't needed to free CPU of their burden.
http://forum.kerbalspaceprogram.com/threads/88933
Other
18 stars 7 forks source link

Asteroid Hatch slowly "slides" away from asteroid with time. #178

Closed allista closed 7 years ago

allista commented 7 years ago

This is a kind of floating-point error accumulation. When you leave the asteroid with the hatch for a while (or go into a long timewarp) the hatch consistently changes its location/rotation relative to asteroid. The culprit is the stock ModuleGrappleNode which is the base for SingleUseGrappleNode I made for Hangar.

allista commented 7 years ago

Seems to be fixed by the reimplementation of the SingleUseGrappleNode.