We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 } }
The text was updated successfully, but these errors were encountered:
Fixes on the MX-3L Hermes (NFT) as proposed by NachtRaveVL:
a537887
[pellinor0/TweakScale] MX-3L Hermes from NFT tweakscale missing (#80) pellinor0#80
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: