Biotronic / TweakScale

Forked from Gaius Goodspeed's Goodspeed Aerospace Part & TweakScale plugin
30 stars 58 forks source link

Mass ScaleExponent not being set #22

Closed Felger closed 9 years ago

Felger commented 9 years ago

Attempting to set a custom mass scaling exponent I ran into a funny:
SCALETYPE { name = RODecoupler freeScale = true minScale = 0.1 maxScale = 20.0 SCALEEXPONENTS { mass = 1.0 } defaultScale = 1.0 } This should set the mass exponent to 1, imposing linear scaling, per this post here. However, when applied to a part with:

MODULE { name = TweakScale type = RODecoupler defaultScale = 3.0 }

The mass scaling still scales as the cube of the radius.

Felger commented 9 years ago

Misnamed the SCALEEXPONENTS module, closing, not actually an issue.