Jump to content

Rational Resources 3.1.1 [Feb 21, 2025]


JadeOfMaar

Recommended Posts

I've been adding tank types for CRP's fuels of NeonGas, LqdNeon, LqdArgon, KryptonGas, LqdKrypton and LqdXenon. If anyone wants them, here they are -- just put them in their respective .cfgs, at the right location as listed in the comments ( // ) Furthermore, if @JadeOfMaar wants to, he can add these into RationalResources and Rational Resources Companion, and he has full permission to do so.

zTankTypes at RationalResources\TemplateDefault\CRPDefault

Spoiler
// Copy and paste under // Propellants
B9_TANK_TYPE:NEEDS[B9PartSwitch,CommunityResourcePack]
{
	name = RR_Neon
	tankMass = 0.000625
	tankCost = 0
	RESOURCE
	{
		name = NeonGas
		unitsPerVolume = 60
	}
}
B9_TANK_TYPE:NEEDS[B9PartSwitch,CommunityResourcePack]
{
	name = RR_Krypton
	tankMass = 0.000625
	tankCost = 0
	RESOURCE
	{
		name = KryptonGas
		unitsPerVolume = 60
	}
}

// Copy and paste into // Cryogenic Propellants
B9_TANK_TYPE:NEEDS[B9PartSwitch,CommunityResourcePack]
{
	name = RR_CryoNe
	tankMass = 0
	tankCost = 0.2
	RESOURCE
	{
		name = LqdNeon
		unitsPerVolume = 5
	}
}
B9_TANK_TYPE:NEEDS[B9PartSwitch]
{
	name = RR_CryoAr
	tankMass = 0
	tankCost = 0.2
	RESOURCE
	{
		name = LqdArgon
		unitsPerVolume = 5
	}
}
B9_TANK_TYPE:NEEDS[B9PartSwitch,CommunityResourcePack]
{
	name = RR_CryoKr
	tankMass = 0
	tankCost = 0.2
	RESOURCE
	{
		name = LqdKrypton
		unitsPerVolume = 5
	}
}
B9_TANK_TYPE:NEEDS[B9PartSwitch]
{
	name = RR_CryoXe
	tankMass = 0
	tankCost = 0.2
	RESOURCE
	{
		name = LqdXenon
		unitsPerVolume = 5
	}
}

 

 

TankTypes in RationalResourcesCompanion\CRPDefault

Spoiler
// Copy and paste under // Add secondary tank types without cryotanks
		SUBTYPE:NEEDS[NearFuturePropulsion]
		{
			name = NE
			tankType = RR_Neon
			title = NeonGas
			primaryColor = OrangeRed
			secondaryColor = OrangeRed
		}
		SUBTYPE:NEEDS[NearFuturePropulsion]
		{
			name = KR
			tankType = RR_Krypton
			title = KryptonGas
			primaryColor = IndigoBlue
			secondaryColor = IndigoBlue
		}

// Place under // Add non-redundant taank types if CryoTanks installed
// There are multiple of these lines for different parts, so make sure to do that
		SUBTYPE:NEEDS[NearFuturePropulsion]
		{
			name = NE
			tankType = RR_Neon
			title = NeonGas
			primaryColor = OrangeRed
			secondaryColor = OrangeRed
		}
		SUBTYPE:NEEDS[NearFuturePropulsion]
		{
			name = KR
			tankType = RR_Krypton
			title = KryptonGas
			primaryColor = IndigoBlue
			secondaryColor = IndigoBlue
		}

// Copy and paste under // The Cryotanks themselves
		SUBTYPE
		{
			name = LNe
			tankType = RR_CryoNe
			title = LqdNeon
			primaryColor = OrangeRed
			secondaryColor = OrangeRed
		}
		SUBTYPE
		{
			name = LAr
			tankType = RR_CryoAr
			title = LqdArgon
			primaryColor = Blush
			secondaryColor = Blush
		}
		SUBTYPE
		{
			name = LKr
			tankType = RR_CryoKr
			title = LqdKrypton
			primaryColor = IndigoBlue
			secondaryColor = IndigoBlue
		}
		SUBTYPE
		{
			name = LXe
			tankType = RR_CryoXe
			title = LqdXenon
			primaryColor = ResourceColorXenonGas
			secondaryColor = ResourceColorXenonGas
		}

 

 

Edited by DareMightyThingsJPL
Coding Fix
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...