TweakScale
TweakScale copied to clipboard
MX-3L Hermes from NFT tweakscale missing
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
}
}