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

The Halberd engine shuts down because of radation safety. #717

Open
ScottiSws opened this issue Sep 27, 2022 · 0 comments
Open

The Halberd engine shuts down because of radation safety. #717

ScottiSws opened this issue Sep 27, 2022 · 0 comments

Comments

@ScottiSws
Copy link

ScottiSws commented Sep 27, 2022

ChemicalEngine inherits up to FusionECU2, which sets lethalDistance to 2000 for radiation distance safety checks. The Halberd is a Rotation Detonation Engine, and I don't believe the KSP version was intended to emit radiation.

Not sure how many other engines this affects, but I created a MM patch as a workaround.

@PART[kspiHalberd]
{
	@MODULE[ChemicalEngine]
	{
		lethalDistance = 0.0001
	}
}
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