Difference between revisions of "Parts/FuelTank/Size3Tanks/small.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (ArnePeirs moved page Parts/FuelTank/Size3SmallTank/part.cfg to Parts/FuelTank/Size3Tanks/small.cfg without leaving a redirect: Correct path)
m (Update config)
 
Line 4: Line 4:
 
module = Part
 
module = Part
 
author = Squad
 
author = Squad
mesh = Size3SmallTank.mu
+
MODEL
 +
{
 +
model = Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank
 +
}
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_stack_top = 0.0, 0.96, 0.0, 0.0, 1, 0.0, 3
 
node_stack_top = 0.0, 0.96, 0.0, 0.0, 1, 0.0, 3
Line 14: Line 17:
 
category = Propulsion
 
category = Propulsion
 
subcategory = 0
 
subcategory = 0
title = Kerbodyne S3-3600 Tank
+
title = #autoLOC_500622 //#autoLOC_500622 = Kerbodyne S3-3600 Tank
manufacturer = Kerbodyne
+
manufacturer = #autoLOC_501638 //#autoLOC_501638 = Kerbodyne
description = A half-capacity version of Kerbodyne's iconic fuel tank, for not quite exactly half the cost.
+
description = #autoLOC_500623 //#autoLOC_500623 = A half-capacity version of Kerbodyne's iconic fuel tank, for not quite exactly half the cost.
 
attachRules = 1,1,1,1,0
 
attachRules = 1,1,1,1,0
 
mass = 2.25
 
mass = 2.25
Line 28: Line 31:
 
maxTemp = 2000 // = 2900
 
maxTemp = 2000 // = 2900
 
bulkheadProfiles = size3, srf
 
bulkheadProfiles = size3, srf
 +
tags = #autoLOC_500624 //#autoLOC_500624 = fuel fueltank ?lfo propellant rocket
 +
 
RESOURCE
 
RESOURCE
 
{
 
{
Line 40: Line 45:
 
maxAmount = 1980
 
maxAmount = 1980
 
}
 
}
 +
 +
MODULE
 +
{
 +
name = ModulePartVariants
 +
baseVariant = BlackAndWhite
 +
useMultipleDragCubes = false
 +
VARIANT
 +
{
 +
name = BlackAndWhite
 +
displayName = #autoLOC_8007122
 +
themeName = White
 +
primaryColor = #ffffff
 +
secondaryColor = #000000
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/FuelTank/Size3Tanks/Size3Tanks
 +
_BumpMap = Squad/Parts/FuelTank/Size3Tanks/Size3Tanks_Norm
 +
} }
 +
VARIANT
 +
{
 +
name = Orange
 +
displayName = #autoLOC_8007123
 +
themeName = Orange
 +
primaryColor = #f49841
 +
secondaryColor = #4c4f47
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/FuelTank/Size3Tanks/Size3Tanks_Orange
 +
_BumpMap = Squad/Parts/FuelTank/Size3Tanks/Size3Tanks_Orange_Norm
 +
}
 +
}
 +
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 15:09, 10 October 2024

This is the configuration file for Kerbodyne S3-3600 Tank.
PART
{
	name = Size3SmallTank
	module = Part
	author = Squad
	MODEL
	{
		model = Squad/Parts/FuelTank/Size3Tanks/Size3SmallTank
	}	
	rescaleFactor = 1
	node_stack_top = 0.0, 0.96, 0.0, 0.0, 1, 0.0, 3
	node_stack_bottom = 0.0, -0.967, 0.0, 0.0, -1, 0.0, 3
	node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0
	TechRequired = largeVolumeContainment
	entryCost = 18800
	cost = 3250
	category = Propulsion
	subcategory = 0
	title = #autoLOC_500622 //#autoLOC_500622 = Kerbodyne S3-3600 Tank
	manufacturer = #autoLOC_501638 //#autoLOC_501638 = Kerbodyne
	description = #autoLOC_500623 //#autoLOC_500623 = A half-capacity version of Kerbodyne's iconic fuel tank, for not quite exactly half the cost.
	attachRules = 1,1,1,1,0
	mass = 2.25
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size3, srf
	tags = #autoLOC_500624 //#autoLOC_500624 = fuel fueltank ?lfo propellant rocket

	RESOURCE
	{
		name = LiquidFuel
		amount = 1620
		maxAmount = 1620
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 1980
		maxAmount = 1980
	}
	
	MODULE
	{
		name = ModulePartVariants
		baseVariant = BlackAndWhite
		useMultipleDragCubes = false
		VARIANT
		{
			name = BlackAndWhite
			displayName = #autoLOC_8007122
			themeName = White
			primaryColor = #ffffff
			secondaryColor = #000000
			TEXTURE
			{
				mainTextureURL = Squad/Parts/FuelTank/Size3Tanks/Size3Tanks
				_BumpMap = Squad/Parts/FuelTank/Size3Tanks/Size3Tanks_Norm
			}		}
		VARIANT
		{
			name = Orange
			displayName = #autoLOC_8007123
			themeName = Orange
			primaryColor = #f49841
			secondaryColor = #4c4f47
			TEXTURE
			{
				mainTextureURL = Squad/Parts/FuelTank/Size3Tanks/Size3Tanks_Orange
				_BumpMap = Squad/Parts/FuelTank/Size3Tanks/Size3Tanks_Orange_Norm
			}
		}
	}	
}