Difference between revisions of "Parts/FuelTank/mk2Adapters/standard.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
m (*update to 1.0.4;)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Mk2 to 1.25m Adapter|2=PART
// Kerbal Space Program - Part Config
+
{
// Fuselage Fuel Tank
+
name = mk2SpacePlaneAdapter
//  
+
module = Part
 +
author = Porkjet
 +
rescaleFactor = 1
 +
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0
 +
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0
 +
node_attach = 0.0, 0.0, 0.7, 0.0, 0.0, -1.0, 1
 +
TechRequired = supersonicFlight
 +
entryCost = 14600
 +
cost = 550
 +
category = Propulsion
 +
subcategory = 0
 +
title = Mk2 to 1.25m Adapter
 +
manufacturer = C7 Aerospace Division
 +
description = Generic Mk2 to Mk1 adapter.
 +
attachRules = 1,1,1,1,0
 +
mass = 0.29
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.1
 +
angularDrag = 2
 +
crashTolerance = 50
 +
breakingForce = 50
 +
breakingTorque = 50
 +
maxTemp = 2500 // = 3000
 +
emissiveConstant = 0.8
 +
fuelCrossFeed = True
 +
bulkheadProfiles = size1, srf, mk2
 +
MODEL
 +
{
 +
model = Squad/Parts/FuelTank/mk2Adapters/standard
 +
}
 +
MODULE
 +
{
 +
name = ModuleLiftingSurface
 +
useInternalDragModel = False
 +
deflectionLiftCoeff = 0.28
 +
dragAtMaxAoA = 0.2
 +
dragAtMinAoA = 0.1
 +
}
 +
RESOURCE
 +
{
 +
name = LiquidFuel
 +
amount = 180
 +
maxAmount = 180
 +
}
 +
RESOURCE
 +
{
 +
name = Oxidizer
 +
amount = 220
 +
maxAmount = 220
 +
}
 +
}
  
// --- general parameters ---
+
}}
name = mk2SpacePlaneAdapter
 
module = Part
 
author = C. Jenkins
 
 
 
// --- asset parameters ---
 
mesh = model.mu
 
scale = 1.0
 
 
 
// --- node definitions ---
 
node_stack_top = 0.0, 0.76, 0.0, 0.0, 1.0, 0.0
 
node_stack_bottom =  0.0, -0.76, 0.0, 0.0, 1.0, 0.0
 
 
 
 
 
 
 
// --- editor parameters ---
 
cost = 550
 
category = Propulsion
 
subcategory = 0
 
title = Mk2 to size 1 Adapter
 
manufacturer = C7 Aerospace.
 
description = This airframe fuselage features the latest in re-entry survivability. Apparently air gets very hot at high speeds (Who knew?!). To combat this, we attached only the finest in slightly used thermal tiles to the under belly.
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 1,0,1,1,0,0,1
 
 
 
// --- standard part parameters ---
 
mass = 0.1
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.3
 
angularDrag = 2
 
crashTolerance = 50
 
breakingForce = 50
 
breakingTorque = 50
 
maxTemp = 3000
 
fuelCrossFeed = True
 
 
 
RESOURCE
 
{
 
name = LiquidFuel
 
amount = 80
 
maxAmount = 80
 
}
 
</pre>
 

Latest revision as of 12:29, 27 June 2015

This is the configuration file for Mk2 to 1.25m Adapter.
PART
{
	name = mk2SpacePlaneAdapter
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0
	node_attach = 0.0, 0.0, 0.7, 0.0, 0.0, -1.0, 1
	TechRequired = supersonicFlight
	entryCost = 14600
	cost = 550
	category = Propulsion
	subcategory = 0
	title = Mk2 to 1.25m Adapter
	manufacturer = C7 Aerospace Division
	description = Generic Mk2 to Mk1 adapter.
	attachRules = 1,1,1,1,0
	mass = 0.29
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.1
	angularDrag = 2
	crashTolerance = 50
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2500 // = 3000
	emissiveConstant = 0.8
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf, mk2
	MODEL
	{
		model = Squad/Parts/FuelTank/mk2Adapters/standard
	}
	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = False
		deflectionLiftCoeff = 0.28
		dragAtMaxAoA = 0.2
		dragAtMinAoA = 0.1
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 180
		maxAmount = 180
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 220
		maxAmount = 220
	}
}