Difference between revisions of "Parts/FuelTank/FoilTanks/RadialTank Capsule.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Add R-11 config file)
 
m (Update config)
 
Line 11: Line 11:
 
category = Propulsion
 
category = Propulsion
 
subcategory = 0
 
subcategory = 0
title = R-11 'Baguette' External Tank
+
title = #autoLOC_501808    //#autoLOC_501808 = R-11 'Baguette' External Tank
manufacturer = C7 Aerospace Division
+
manufacturer = #autoLOC_501662  //#autoLOC_501662 = C7 Aerospace Division
description = ...
+
description = #autoLOC_501809  //#autoLOC_501809 = As convenient as it is fashionable. This part actually won a modern-art design prize.
 
attachRules = 0,1,0,1,0
 
attachRules = 0,1,0,1,0
 
mass = 0.03375
 
mass = 0.03375
Line 26: Line 26:
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
tags = fueltank ?lfo liquid oxidizer propellant rocket
+
tags = #autoLOC_501810    //#autoLOC_501810 = fueltank ?lfo liquid oxidizer propellant rocket
 
MODEL
 
MODEL
 
{
 
{
Line 34: Line 34:
 
{
 
{
 
name = LiquidFuel
 
name = LiquidFuel
amount = 24
+
amount = 24.3
maxAmount = 24
+
maxAmount = 24.3
 
}
 
}
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = Oxidizer
 
name = Oxidizer
amount = 30
+
amount = 29.7
maxAmount = 30
+
maxAmount = 29.7
 +
}
 +
MODULE
 +
{
 +
name = ModulePartVariants
 +
primaryColor = #fccb0a
 +
baseDisplayName = #autoLOC_8007118
 +
baseThemeName = Gold
 +
useMultipleDragCubes = false
 +
 +
VARIANT
 +
{
 +
name = Silver
 +
displayName = #autoLOC_6005005
 +
themeName = Silver
 +
primaryColor = #cecece
 +
TEXTURE
 +
{
 +
mainTextureURL = Squad/Parts/FuelTank/FoilTanks/RadialTanks_silver
 +
_SpecMap=Squad/Parts/FuelTank/FoilTanks/RadialTanksSilver_specular
 +
_SpecTint= 0.05
 +
_Shininess= 0.5
 +
_AmbientMultiplier= 0.6
 +
}
 +
}
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 500
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 15:10, 10 October 2024

This is the configuration file for R-11 'Baguette' External Tank.
PART
{
	name = externalTankCapsule
	module = Part
	author = RoverDude
	rescaleFactor = 1.0
	node_attach = 0.3, 0.0, 0.0, 1.0, 0.0, 0.0, 0
	TechRequired = propulsionSystems
	entryCost = 1500
	cost = 50
	category = Propulsion
	subcategory = 0
	title = #autoLOC_501808    //#autoLOC_501808 = R-11 'Baguette' External Tank
	manufacturer = #autoLOC_501662   //#autoLOC_501662 = C7 Aerospace Division
	description = #autoLOC_501809   //#autoLOC_501809 = As convenient as it is fashionable. This part actually won a modern-art design prize.
	attachRules = 0,1,0,1,0
	mass = 0.03375
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 5
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = srf
	tags = #autoLOC_501810    //#autoLOC_501810 = fueltank ?lfo liquid oxidizer propellant rocket
	MODEL
	{
		model = Squad/Parts/FuelTank/FoilTanks/RadialTank_Capsule
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 24.3
		maxAmount = 24.3
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 29.7
		maxAmount = 29.7
	}
	MODULE
	{
		name = ModulePartVariants
		primaryColor = #fccb0a
		baseDisplayName = #autoLOC_8007118
		baseThemeName = Gold
		useMultipleDragCubes = false
		
		VARIANT
		{
			name = Silver
			displayName = #autoLOC_6005005
			themeName = Silver
			primaryColor = #cecece
			TEXTURE
			{
				mainTextureURL = Squad/Parts/FuelTank/FoilTanks/RadialTanks_silver
				_SpecMap=Squad/Parts/FuelTank/FoilTanks/RadialTanksSilver_specular
				_SpecTint= 0.05
				_Shininess= 0.5
				_AmbientMultiplier= 0.6
			}
		}
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 500
	}
}