pellinor0 / TweakScale

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

MX-3L Hermes from NFT tweakscale missing #80

Open NachtRaveVL opened 6 years ago

NachtRaveVL commented 6 years ago

Inside of your NFT_TweakScale.cfg, you need to add reactor-375-2 to include scaling the MX-3L Hermes nuclear reactor.

(that is, there is a reactor-375 and a reactor-375-2, which are different)

e.g. (this is what I modded it to):

        //MX-2 F.L.A.T. Fission Reactor
        @PART[reactor-375]
        {
            %MODULE[TweakScale]
            {
                type = stack
                defaultScale = 3.75
            }
        }

        //MX-3 'Hermes' Fission Reactor
        @PART[reactor-375-2]
        {
            %MODULE[TweakScale]
            {
                type = stack
                defaultScale = 3.75
            }
        }