Difference between revisions of "Parts/FuelTank/Size1 Tanks/fuelTankT200.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (Update config)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{delete|Correct part name is fuelTankSmall, replaced by [[Parts/FuelTank/fuelTankSmall/part.cfg]]}}
+
{{Part config|FL-T200 Fuel Tank|2=PART
 
+
{
<pre>
+
name = fuelTankSmall
 
+
module = Part
 +
author = RoverDude
 +
MODEL
 +
{
 +
model = Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_02
 +
}
 +
rescaleFactor = 1.0
  
// Kerbal Space Program - Part Config
+
node_stack_top = 0.0, 0.55525, 0.0, 0.0, 1.0, 0.0
// FL-T500 Fuel Tank
+
node_stack_bottom = 0.0, -0.55525, 0.0, 0.0, -1.0, 0.0
//
+
node_attach = 0.625, 0.0, 0.0, 1.0, 0.0, 0.0, 1
+
TechRequired = generalRocketry
// --- general parameters ---
+
entryCost = 2500
name = fuelTankSmall
+
cost = 275
module = Part
+
category = FuelTank
author = Mrbrownce
+
subcategory = 0
+
title = #autoLOC_500529 //#autoLOC_500529 = FL-T200 Fuel Tank
// --- asset parameters ---
+
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
mesh = model.mu
+
description = #autoLOC_500530 //#autoLOC_500530 = The T200 tank had some difficulty being accepted in the spacecraft engineering world, because most rocket builders had trouble overcoming their urges to squee at the "cute little fuel tank". This initial reaction was only put aside when the amount of fiery explosions in assembly areas became so high, strict guidelines were put in place to prohibit "teasing the fuel containers". The T200 Tank now is widely used in several space programs and does a remarkably good job, if assembled politely.
scale = 0.1
+
attachRules = 1,1,1,1,0
+
mass = 0.125
// --- node definitions ---
+
dragModelType = default
node_stack_top = 0.0, 4.442, 0.0, 0.0, 1.0, 0.0
+
maximum_drag = 0.2
node_stack_bottom = 0.0, -4.442, 0.0, 0.0, 1.0, 0.0
+
minimum_drag = 0.3
node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
+
angularDrag = 2
+
crashTolerance = 6
+
maxTemp = 2000 // = 2900
// --- editor parameters ---
+
breakingForce = 50
cost = 225
+
breakingTorque = 50
category = Propulsion
+
bulkheadProfiles = size1, srf
subcategory = 0
+
tags = #autoLOC_500531 //#autoLOC_500531 = fueltank ?lfo liquid oxidizer propellant rocket
title = FL-T200 Fuel Tank
+
RESOURCE
manufacturer = Jebediah Kerman's Junkyard and SpaceshipParts Co.
+
{
description = The T200 tank had some difficulty beingaccepted in the spacecraft engineering world, because most rocket builders hadtrouble overcoming their urges to squee at the "cute little fueltank". This initial reaction was only put aside when the amount of fieryexplosions in assembly areas became so high, strict guidelines were put inplace to prohibit "teasing the fuel containers". The T200 Tank now iswidely used in several space programs, especially in conjunction with theLV-909 engine.
+
name = LiquidFuel
// attachment rules: stack, srfAttach, allowStack,allowSrfAttach, allowCollision
+
amount = 90
attachRules = 1,1,1,1,0
+
maxAmount = 90
+
}
// --- standard part parameters ---
+
RESOURCE
mass = 0.125
+
{
dragModelType = default
+
name = Oxidizer
maximum_drag = 0.2
+
amount = 110
minimum_drag = 0.3
+
maxAmount = 110
angularDrag = 2
+
}
crashTolerance = 6
+
maxTemp = 2900
+
MODULE
breakingForce = 50
+
{
breakingTorque = 50
+
name = ModulePartVariants
+
primaryColor = #000000
RESOURCE
+
secondaryColor = #000000
{
+
baseDisplayName = #autoLOC_8007117
name = LiquidFuel
+
baseThemeName = Dark
amount = 90
+
useMultipleDragCubes = false
maxAmount = 90
+
VARIANT
 +
{
 +
name = BlackAndWhite
 +
displayName = #autoLOC_8007122
 +
themeName = BlackAndWhite
 +
primaryColor = #ffffff
 +
secondaryColor = #000000
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_BW
 +
_BumpMap = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_N
 +
shader = KSP/Bumped Specular
 +
}
 +
}
 +
VARIANT
 +
{
 +
name = White
 +
displayName = #autoLOC_8007119
 +
themeName = White
 +
primaryColor = #ffffff
 +
secondaryColor = #ffffff
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_W
 +
shader = KSP/Specular
 +
}
 +
}
 +
VARIANT
 +
{
 +
name = GrayAndOrange
 +
displayName = #autoLOC_8007121
 +
themeName = GrayAndOrange
 +
primaryColor = #4c4f47
 +
secondaryColor = #f49841
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_O
 +
shader = KSP/Specular
 +
}
 +
}
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 2000
 +
}
 
}
 
}
+
}}
RESOURCE
 
{
 
name = Oxidizer
 
amount = 110
 
maxAmount = 110
 
}
 
 
 
</pre>
 

Latest revision as of 15:02, 10 October 2024

This is the configuration file for FL-T200 Fuel Tank.
PART
{
	name = fuelTankSmall
	module = Part
	author = RoverDude
	MODEL
	{
		model = Squad/Parts/FuelTank/Size1_Tanks/Size1Tank_02
	}
	rescaleFactor = 1.0

	node_stack_top = 0.0, 0.55525, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -0.55525, 0.0, 0.0, -1.0, 0.0
	node_attach = 0.625, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	TechRequired = generalRocketry
	entryCost = 2500
	cost = 275
	category = FuelTank
	subcategory = 0
	title = #autoLOC_500529 //#autoLOC_500529 = FL-T200 Fuel Tank
	manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = #autoLOC_500530 //#autoLOC_500530 = The T200 tank had some difficulty being accepted in the spacecraft engineering world, because most rocket builders had trouble overcoming their urges to squee at the "cute little fuel tank". This initial reaction was only put aside when the amount of fiery explosions in assembly areas became so high, strict guidelines were put in place to prohibit "teasing the fuel containers". The T200 Tank now is widely used in several space programs and does a remarkably good job, if assembled politely.
	attachRules = 1,1,1,1,0
	mass = 0.125
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	bulkheadProfiles = size1, srf
	tags = #autoLOC_500531 //#autoLOC_500531 = fueltank ?lfo liquid oxidizer propellant rocket
	RESOURCE
	{
		name = LiquidFuel
		amount = 90
		maxAmount = 90
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 110
		maxAmount = 110
	}
	
	MODULE
	{
		name = ModulePartVariants
		primaryColor = #000000
		secondaryColor = #000000
		baseDisplayName = #autoLOC_8007117
		baseThemeName = Dark
		useMultipleDragCubes = false
		VARIANT
		{
			name = BlackAndWhite
			displayName = #autoLOC_8007122
			themeName = BlackAndWhite
			primaryColor = #ffffff
			secondaryColor = #000000
			TEXTURE
			{
				mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_BW
				_BumpMap = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_N
				shader = KSP/Bumped Specular			
			}
		}
		VARIANT
		{
			name = White
			displayName = #autoLOC_8007119
			themeName = White
			primaryColor = #ffffff
			secondaryColor = #ffffff
			TEXTURE
			{
				mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_W
				shader = KSP/Specular
			}
		}		
		VARIANT
		{
			name = GrayAndOrange
			displayName = #autoLOC_8007121
			themeName = GrayAndOrange
			primaryColor = #4c4f47
			secondaryColor = #f49841
			TEXTURE
			{
				mainTextureURL = Squad/Parts/FuelTank/Size1_Tanks/125Tanks_O
				shader = KSP/Specular						
			}
		}
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 2000
	}
}