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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.24.2;)
m (*update to 1.0.1;)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|Structural Fuselage|2=PART
 
{{Part config|Structural Fuselage|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = Mk1FuselageStructural
// Fuselage Fuel Tank
+
module = Part
//
+
author = C. Jenkins
 
+
scale = 0.0125
// --- general parameters ---
+
rescaleFactor = 1
name = Mk1FuselageStructural
+
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 = C. Jenkins
+
node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1
 
+
TechRequired = generalConstruction
// --- asset parameters ---
+
entryCost = 2500
mesh = model.mu
+
cost = 380
scale = 0.01
+
category = Structural
 
+
subcategory = 0
 
+
title = Structural Fuselage
// --- node definitions ---
+
manufacturer = C7 Aerospace Division
node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0
+
description = A standard fuselage. Carries no fuel; is there merely as a structural element. As such, it's lighter and more solid due to reinforcements.
node_stack_bottom = 0.0, -76.0, 0.0, 0.0, 1.0, 0.0
+
attachRules = 1,1,1,1,0
node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1
+
mass = 0.1
 
+
dragModelType = default
 
+
maximum_drag = 0.2
 
+
minimum_drag = 0.3
// --- editor parameters ---
+
angularDrag = 2
TechRequired = advConstruction
+
crashTolerance = 70
entryCost = 2500
+
breakingForce = 50
cost = 380
+
breakingTorque = 50
category = Structural
+
maxTemp = 2000 // = 3000
subcategory = 0
+
fuelCrossFeed = True
title = Structural Fuselage
+
bulkheadProfiles = size1, srf
manufacturer = C7 Aerospace Division
+
MODEL
description = A standard fuselage. Carries no fuel; is there merely as a structural element. As such, it's lighter and more solid due to reinforcements.
+
{
 
+
model = Squad/Parts/Structural/mk1Parts/mk1Structural
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
scale = 1.25, 1.25, 1.25
attachRules = 1,1,1,1,0
+
}
 
 
// --- standard part parameters ---
 
mass = 0.1
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.3
 
angularDrag = 2
 
crashTolerance = 70
 
breakingForce = 50
 
breakingTorque = 50
 
maxTemp = 3000
 
fuelCrossFeed = True
 
 
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 20:57, 1 May 2015

This is the configuration file for Structural Fuselage.
PART
{
	name = Mk1FuselageStructural
	module = Part
	author = C. Jenkins
	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 = generalConstruction
	entryCost = 2500
	cost = 380
	category = Structural
	subcategory = 0
	title = Structural Fuselage
	manufacturer = C7 Aerospace Division
	description = A standard fuselage. Carries no fuel; is there merely as a structural element. As such, it's lighter and more solid due to reinforcements.
	attachRules = 1,1,1,1,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 70
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf
	MODEL
	{
		model = Squad/Parts/Structural/mk1Parts/mk1Structural
		scale = 1.25, 1.25, 1.25
	}
}