Skip to content
New issue

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

MX-3L Hermes from NFT tweakscale missing #80

Open
NachtRaveVL opened this issue Jun 15, 2018 · 0 comments
Open

MX-3L Hermes from NFT tweakscale missing #80

NachtRaveVL opened this issue Jun 15, 2018 · 0 comments

Comments

@NachtRaveVL
Copy link

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
			}
		}
Lisias added a commit to TweakScale/TweakScale that referenced this issue Oct 13, 2018
	[pellinor0/TweakScale] MX-3L Hermes from NFT tweakscale missing (#80)
	pellinor0#80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant