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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (Update config)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
module = Part
 
module = Part
 
author = Squad
 
author = Squad
mesh = Size3MediumTank.mu
+
MODEL
 +
{
 +
model = Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank
 +
}
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_stack_top = 0.0, 1.931, 0.0, 0.0, 1.0, 0.0, 3
 
node_stack_top = 0.0, 1.931, 0.0, 0.0, 1.0, 0.0, 3
Line 14: Line 17:
 
category = Propulsion
 
category = Propulsion
 
subcategory = 0
 
subcategory = 0
title = Kerbodyne S3-7200 Tank
+
title = #autoLOC_500619 //#autoLOC_500619 = Kerbodyne S3-7200 Tank
manufacturer = Kerbodyne
+
manufacturer = #autoLOC_501638 //#autoLOC_501638 = Kerbodyne
description = Kerbodyne's signature heavy fuel tank. Designed to be used with their advanced rocket engines.
+
description = #autoLOC_500620 //#autoLOC_500620 = Kerbodyne's signature heavy fuel tank. Designed to be used with their advanced rocket engines.
 
attachRules = 1,1,1,1,0
 
attachRules = 1,1,1,1,0
 
mass = 4.5
 
mass = 4.5
Line 28: Line 31:
 
maxTemp = 2000 // = 2900
 
maxTemp = 2000 // = 2900
 
bulkheadProfiles = size3, srf
 
bulkheadProfiles = size3, srf
 +
tags = #autoLOC_500621 //#autoLOC_500621 = fuel fueltank ?lfo propellant rocket
 +
 
RESOURCE
 
RESOURCE
 
{
 
{
Line 40: Line 45:
 
maxAmount = 3960
 
maxAmount = 3960
 
}
 
}
 +
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-7200 Tank.
PART
{
	name = Size3MediumTank
	module = Part
	author = Squad
	MODEL
	{
		model = Squad/Parts/FuelTank/Size3Tanks/Size3MediumTank
	}	
	rescaleFactor = 1
	node_stack_top = 0.0, 1.931, 0.0, 0.0, 1.0, 0.0, 3
	node_stack_bottom = 0.0, -1.937, 0.0, 0.0, -1.0, 0.0, 3
	node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0
	TechRequired = largeVolumeContainment
	entryCost = 32600
	cost = 6500
	category = Propulsion
	subcategory = 0
	title = #autoLOC_500619 //#autoLOC_500619 = Kerbodyne S3-7200 Tank
	manufacturer = #autoLOC_501638 //#autoLOC_501638 = Kerbodyne
	description = #autoLOC_500620 //#autoLOC_500620 = Kerbodyne's signature heavy fuel tank. Designed to be used with their advanced rocket engines.
	attachRules = 1,1,1,1,0
	mass = 4.5
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 300
	breakingTorque = 300
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size3, srf
	tags = #autoLOC_500621 //#autoLOC_500621 = fuel fueltank ?lfo propellant rocket

	RESOURCE
	{
		name = LiquidFuel
		amount = 3240
		maxAmount = 3240
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 3960
		maxAmount = 3960
	}
	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
			}
		}
	}		
	
}