pellinor0 / TweakScale

Forked from Gaius Goodspeed's Goodspeed Aerospace Part & TweakScale plugin
29 stars 23 forks source link

scale of landing gear ignored at launch #48

Closed pellinor0 closed 7 years ago

pellinor0 commented 7 years ago

When launching a plane with scaled landing gear, the game uses the unscaled gear for doing the initial placement. This means that downscaled gears are up in the air, and upscaled gears are clipping the runway (exploding of breaking off if the initial shock on physics load is too high).

This seems to happen mainly to landing legs and landing gear (rover wheels seem unaffected). Those parts have rather large suspensions and small wheels, so my guess is that the problem is suspension-related.

pellinor0 commented 7 years ago

Workaround: make the lowest part of the craft something other than an upscaled landing gear (just for launch)

pellinor0 commented 7 years ago

fixed by https://github.com/pellinor0/TweakScale/commit/84ae0ad0808d6f31330da31ac898df83f279ce35 (this is done by ModuleWheelBase::groundHeightOffset, which needed scaling)