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

[Suggestion]: add support for Space Dust #1

Open
ProgrammerFailure opened this issue Apr 30, 2024 · 1 comment
Open

[Suggestion]: add support for Space Dust #1

ProgrammerFailure opened this issue Apr 30, 2024 · 1 comment

Comments

@ProgrammerFailure
Copy link

Hi, I would like to use this mod with Space Dust. I made a small patch to add Space Dust support to the scoops, based on the patches from WBI Blueshift, with a small change to make it work properly.

Here is the patch:

@PART[impp_scoop*]:NEEDS[SpaceDust]
{
    MODULE
	{
		name = ModuleSpaceDustHarvester
		ModuleID = harvester

		SystemPower = 150
		SystemEfficiency
		{
			key = 0 1.0
			key = 400 1.0
			key = 600 0.0
		}

		PowerCost = 200
		CheckOcclusion = false
		HarvestType = Exosphere
		HarvestIntakeTransformName = Intake
		IntakeArea = 1000
		IntakeSpeedStatic = 0
		IntakeVelocityScale
		{
			key = 0 0
			key = 1 1
		}
		HARVESTED_RESOURCE
		{
			Name = XenonGas
			BaseEfficiency = .2
			MinHarvestValue = 0.0000000001
		}
		HARVESTED_RESOURCE
		{
			Name = Graviolium
			BaseEfficiency = .2
			MinHarvestValue = 0.00000000000000000000000000000000000000000001
		}
		HARVESTED_RESOURCE:NEEDS[FarFutureTechnologies]
		{
			Name = LqdHydrogen
			BaseEfficiency = .2
			MinHarvestValue = 0.00000000000000000001
		}
		HARVESTED_RESOURCE:NEEDS[FarFutureTechnologies]
		{
			Name = LqdDeuterium
			BaseEfficiency = .2
			MinHarvestValue = 0.00000000000000000001
		}
		HARVESTED_RESOURCE:NEEDS[FarFutureTechnologies]
		{
			Name = Antimatter
			BaseEfficiency = .2
			MinHarvestValue = 0.00000000000000000001
		}

	}
}
@ProgrammerFailure
Copy link
Author

ProgrammerFailure commented Apr 30, 2024

Note that the IntakeArea and BaseEfficiency may need to be adjusted, I copied this patch straight from Blueshift 2-3 weeks ago.

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