pellinor0 / TweakScale

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

Drag scaling is broken #25

Closed pellinor0 closed 8 years ago

pellinor0 commented 8 years ago

A small 1.25m rocket has a terminal velocity of about 100m/s when using a stock tank. When I use a downscaled version of the largest Kerbodyne tank, this drops to about 30m/s. So something broke with dragcube scaling, probably drag is not scaled at all at the moment.

pellinor0 commented 8 years ago

fixed by https://github.com/pellinor0/TweakScale/commit/b2b261e3a866677dfec3b76582e163b1256fe7ca

The drag cubes need to be scaled later now. If I scale onLoad (like before) or onStart, KSP overwrites the changes with the initial values. Now I scale in the first update.