Difference between revisions of "Parts/Structural/mk1Parts/mk1Fuselage.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.24.2;)
m (*update to 1.0.4;)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Part config|Mk1 Fuselage - Jet Fuel|2=PART
+
{{Part config|Mk1 Liquid Fuel Fuselage|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = MK1Fuselage
// Fuselage Fuel Tank
+
module = Part
//
+
author = C7studios
 
+
scale = 0.0125
// --- general parameters ---
+
rescaleFactor = 1
name = MK1Fuselage
+
node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0
module = Part
+
node_stack_bottom = 0.0, -75.0, 0.0, 0.0, -1.0, 0.0
author = C7studios
+
node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1
 
+
TechRequired = aerodynamicSystems
// --- asset parameters ---
+
entryCost = 2600
mesh = model.mu
+
cost = 550
scale = 0.01
+
category = FuelTank
 
+
subcategory = 0
// --- node definitions ---
+
title = Mk1 Liquid Fuel Fuselage
node_stack_top = 0.0, 74.5, 0.0, 0.0, 1.0, 0.0
+
manufacturer = C7 Aerospace Division
node_stack_bottom = 0.0, -75.5, 0.0, 0.0, 1.0, 0.0
+
description = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter.
node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1
+
attachRules = 1,1,1,1,0
 
+
mass = 0.25
 
+
dragModelType = default
 
+
maximum_drag = 0.2
// --- editor parameters ---
+
minimum_drag = 0.3
TechRequired = aerodynamicSystems
+
angularDrag = 2
entryCost = 4600
+
crashTolerance = 20
cost = 550
+
breakingForce = 50
category = Propulsion
+
breakingTorque = 50
subcategory = 0
+
maxTemp = 2000 // = 3000
title = Mk1 Fuselage - Jet Fuel
+
thermalMassModifier = 2.0
manufacturer = C7 Aerospace Division
+
fuelCrossFeed = True
description = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter.
+
bulkheadProfiles = size1, srf
 
+
MODEL
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
{
attachRules = 1,1,1,1,0
+
model = Squad/Parts/Structural/mk1Parts/mk1Fuselage
 
+
scale = 1.25, 1.25, 1.25
// --- standard part parameters ---
+
}
mass = 0.15
+
RESOURCE
dragModelType = default
+
{
maximum_drag = 0.2
+
name = LiquidFuel
minimum_drag = 0.3
+
amount = 400
angularDrag = 2
+
maxAmount = 400
crashTolerance = 20
+
}
breakingForce = 50
 
breakingTorque = 50
 
maxTemp = 3000
 
fuelCrossFeed = True
 
// --- fuel tank parameters ---
 
 
 
 
 
RESOURCE
 
{
 
name = LiquidFuel
 
amount = 150
 
maxAmount = 150
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:29, 27 June 2015

This is the configuration file for Mk1 Liquid Fuel Fuselage.
PART
{
	name = MK1Fuselage
	module = Part
	author = C7studios
	scale = 0.0125
	rescaleFactor = 1
	node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -75.0, 0.0, 0.0, -1.0, 0.0
	node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1
	TechRequired = aerodynamicSystems
	entryCost = 2600
	cost = 550
	category = FuelTank
	subcategory = 0
	title = Mk1 Liquid Fuel Fuselage
	manufacturer = C7 Aerospace Division
	description = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter.
	attachRules = 1,1,1,1,0
	mass = 0.25
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 20
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	thermalMassModifier = 2.0
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf
	MODEL
	{
		model = Squad/Parts/Structural/mk1Parts/mk1Fuselage
		scale = 1.25, 1.25, 1.25
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 400
		maxAmount = 400
	}
}