Difference between revisions of "Parts/Resources/LargeTank/LargeTank.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.1;)
m (Update config)
 
Line 9: Line 9:
 
rescaleFactor = 1
 
rescaleFactor = 1
  
node_attach = 0,0,-1.2,0,0,0,2
+
node_attach = 0,0,1.2,0,0,-1,2
 
node_stack_top = 0.0, .9, 0.0, 0.0, 1.0, 0.0, 2
 
node_stack_top = 0.0, .9, 0.0, 0.0, 1.0, 0.0, 2
 
node_stack_bottom = 0.0, -.9, 0.0, 0.0, -1.0, 0.0, 2
 
node_stack_bottom = 0.0, -.9, 0.0, 0.0, -1.0, 0.0, 2
Line 18: Line 18:
 
category = FuelTank
 
category = FuelTank
 
subcategory = 0
 
subcategory = 0
title = Large Holding Tank
+
title = #autoLOC_500655 //#autoLOC_500655 = Large Holding Tank
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
+
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = A large tank that can be used for storing raw materials.  Not to be used as a bouncy castle.
+
description = #autoLOC_500656 //#autoLOC_500656 = A large tank that can be used for storing raw materials.  Not to be used as a bouncy castle.
 
attachRules = 1,1,1,1,0
 
attachRules = 1,1,1,1,0
  
Line 31: Line 31:
 
crashTolerance = 7
 
crashTolerance = 7
 
maxTemp = 2000 // = 3000
 
maxTemp = 2000 // = 3000
 
+
bulkheadProfiles = size2, srf
 +
tags = #autoLOC_500657 //#autoLOC_500657 = black isru mine )mining (ore resource store
 
RESOURCE
 
RESOURCE
 
{
 
{
Line 46: Line 47:
  
 
}
 
}
 
 
}}
 
}}

Latest revision as of 15:31, 10 October 2024

This is the configuration file for Large Holding Tank.
PART
{
name = LargeTank
module = Part
author = RoverDude

mesh = LargeTank.mu
scale = 1
rescaleFactor = 1

node_attach = 0,0,1.2,0,0,-1,2
node_stack_top = 0.0, .9, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -.9, 0.0, 0.0, -1.0, 0.0, 2

TechRequired = experimentalScience
entryCost = 9000
cost = 3000
category = FuelTank
subcategory = 0
title = #autoLOC_500655 //#autoLOC_500655 = Large Holding Tank
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = #autoLOC_500656 //#autoLOC_500656 = A large tank that can be used for storing raw materials.  Not to be used as a bouncy castle.
attachRules = 1,1,1,1,0

// --- standard part parameters ---
mass = 2.0
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3000
bulkheadProfiles = size2, srf
tags = #autoLOC_500657 //#autoLOC_500657 = black isru mine )mining (ore resource store
RESOURCE
{
	name = Ore
	amount = 0
	maxAmount = 1500
}

MODULE
{
	name = ModuleFuelJettison
}


}