Difference between revisions of "Parts/FuelTank/fuelTankT200/fuelTankT200.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> // Kerbal Space Program - Part Config// FL-T500 Fuel Tank// // --- general parameters ---name = fuelTankSmallmodule = FuelTankauthor = Mrbrownce// --- asset parameters ...")
 
Line 1: Line 1:
 
<pre>
 
<pre>
  
// Kerbal Space Program - Part Config// FL-T500 Fuel Tank// // --- general parameters ---name = fuelTankSmallmodule = FuelTankauthor = Mrbrownce// --- asset parameters ---mesh = model.muscale = 0.1// --- node definitions ---node_stack_top = 0.0, 4.442, 0.0, 0.0, 1.0, 0.0node_stack_bottom = 0.0, -4.442, 0.0, 0.0, 1.0, 0.0node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1// --- editor parameters ---cost = 225category = 0subcategory = 0title = FL-T200 Fuel Tankmanufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.description = The T200 tank had some difficulty being accepted in the spacecraft engineering world, because most rocket builders had trouble overcoming their urges to squee at the "cute little fuel tank". This initial reaction was only put aside when the amount of fiery explosions in assembly areas became so high, strict guidelines were put in place to prohibit "teasing the fuel containers". The T250 Tank now is widely used in several space programs, especially in conjunction with the LV-909 engine.// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollisionattachRules = 1,1,1,1,0// --- standard part parameters ---mass = 1.125dragModelType = defaultmaximum_drag = 0.2minimum_drag = 0.3angularDrag = 2crashTolerance = 6maxTemp = 2900breakingForce = 50breakingTorque = 50// --- fuel tank parameters ---fuel = 200.0dryMass = 0.125fullExplosionPotential = 0.9emptyExplosionPotential = 0.1
+
// Kerbal Space Program - Part Config
 +
// FL-T500 Fuel Tank
 +
//  
 +
 
 +
// --- general parameters ---
 +
name = fuelTankSmall
 +
module = FuelTank
 +
author = Mrbrownce
 +
 
 +
// --- asset parameters ---
 +
mesh = model.mu
 +
scale = 0.1
 +
 
 +
// --- node definitions ---
 +
node_stack_top = 0.0, 4.442, 0.0, 0.0, 1.0, 0.0node_stack_bottom = 0.0, -4.442, 0.0, 0.0, 1.0, 0.0node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 +
 
 +
// --- editor parameters ---
 +
cost = 225
 +
category = 0
 +
subcategory = 0
 +
title = FL-T200 Fuel Tank
 +
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
 +
description = The T200 tank had some difficulty being accepted in the spacecraft engineering world, because most rocket builders had trouble overcoming their urges to squee at the "cute little fuel tank". This initial reaction was only put aside when the amount of fiery explosions in assembly areas became so high, strict guidelines were put in place to prohibit "teasing the fuel containers". The T250 Tank now is widely used in several space programs, especially in conjunction with the LV-909 engine.
 +
 
 +
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollisionattachRules = 1,1,1,1,0
 +
// --- standard part parameters ---
 +
mass = 1.125
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 2
 +
crashTolerance = 6
 +
maxTemp = 2900
 +
breakingForce = 50
 +
breakingTorque = 50
 +
 
 +
// --- fuel tank parameters ---
 +
 
 +
fuel = 200.0
 +
dryMass = 0.125
 +
fullExplosionPotential = 0.9
 +
emptyExplosionPotential = 0.1
 +
 
 
</pre>
 
</pre>

Revision as of 04:06, 18 November 2012


// Kerbal Space Program - Part Config
// FL-T500 Fuel Tank
// 

// --- general parameters ---
name = fuelTankSmall
module = FuelTank
author = Mrbrownce

// --- asset parameters ---
mesh = model.mu
scale = 0.1

// --- node definitions ---
node_stack_top = 0.0, 4.442, 0.0, 0.0, 1.0, 0.0node_stack_bottom = 0.0, -4.442, 0.0, 0.0, 1.0, 0.0node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1

// --- editor parameters ---
cost = 225
category = 0
subcategory = 0
title = FL-T200 Fuel Tank
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
description = The T200 tank had some difficulty being accepted in the spacecraft engineering world, because most rocket builders had trouble overcoming their urges to squee at the "cute little fuel tank". This initial reaction was only put aside when the amount of fiery explosions in assembly areas became so high, strict guidelines were put in place to prohibit "teasing the fuel containers". The T250 Tank now is widely used in several space programs, especially in conjunction with the LV-909 engine.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollisionattachRules = 1,1,1,1,0
// --- standard part parameters ---
mass = 1.125
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
maxTemp = 2900
breakingForce = 50
breakingTorque = 50

// --- fuel tank parameters ---

fuel = 200.0
dryMass = 0.125
fullExplosionPotential = 0.9
emptyExplosionPotential = 0.1