pellinor0 / TweakScale

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

power consumption of reaction wheels, ModuleAlternator #4

Closed pellinor0 closed 8 years ago

pellinor0 commented 9 years ago

Resource rates do not scale. Likely a problem with the syntax of the exponent nodes.

TWEAKSCALEEXPONENTS
{
    name = ModuleAlternator  // does not work yet
    RESOURCE
    {
        rate = 3
    }
}
pellinor0 commented 8 years ago

Solved by https://github.com/pellinor0/TweakScale/commit/e3e15e86ecacfaa701bc39da23b8515f923197f3

The problem was that the config node was named different than the internal variable in the part module class. TweakScale needs the internal name.