Difference between revisions of "Parts/FuelTank/FoilTanks/ToroidTank.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Add R-12 config file)
 
m (Update config)
 
Line 12: Line 12:
 
category = FuelTank
 
category = FuelTank
 
subcategory = 0
 
subcategory = 0
title = R-12 'Doughnut' External Tank
+
title = #autoLOC_501814        //#autoLOC_501814 = R-12 'Doughnut' External Tank
 
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
 
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
description = ...
+
description = #autoLOC_501815  //#autoLOC_501815 = Description pending
 
attachRules = 1,0,1,1,1
 
attachRules = 1,0,1,1,1
mass = 0.01
+
mass = 0.0375
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 27: Line 27:
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = size1, srf
 
bulkheadProfiles = size1, srf
tags = fueltank mono monopropellant propellant
+
tags = #autoLOC_501816    //#autoLOC_501816 = fueltank mono monopropellant propellant
 
MODEL
 
MODEL
 
{
 
{
Line 43: Line 43:
 
amount = 33
 
amount = 33
 
maxAmount = 33
 
maxAmount = 33
 +
}
 +
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:11, 10 October 2024

This is the configuration file for R-12 'Doughnut' External Tank.
PART
{
	name = externalTankToroid
	module = Part
	author = RoverDude
	rescaleFactor = 1.0
	node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0
	TechRequired = precisionPropulsion
	entryCost = 4000
	cost = 147
	category = FuelTank
	subcategory = 0
	title = #autoLOC_501814         //#autoLOC_501814 = R-12 'Doughnut' External Tank
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_501815   //#autoLOC_501815 = Description pending
	attachRules = 1,0,1,1,1
	mass = 0.0375
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf
	tags = #autoLOC_501816    //#autoLOC_501816 = fueltank mono monopropellant propellant
	MODEL
	{
		model = Squad/Parts/FuelTank/FoilTanks/ToroidTank
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 27
		maxAmount = 27
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 33
		maxAmount = 33
	}
	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
	}
}