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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> // Kerbal Space Program - Part Config // Fuselage Fuel Tank // // --- general parameters --- name = Mk1FuselageStructural module = Strut author = C. Jenkins // --- as...")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Structural Fuselage|2=PART
 +
{
 
// Kerbal Space Program - Part Config
 
// Kerbal Space Program - Part Config
 
// Fuselage Fuel Tank
 
// Fuselage Fuel Tank
Line 22: Line 23:
  
 
// --- editor parameters ---
 
// --- editor parameters ---
cost = 550
+
TechRequired = advConstruction
 +
entryCost = 2500
 +
cost = 380
 
category = Structural
 
category = Structural
 
subcategory = 0
 
subcategory = 0
Line 43: Line 46:
 
maxTemp = 3000
 
maxTemp = 3000
 
fuelCrossFeed = True
 
fuelCrossFeed = True
</pre>
+
 
 +
}
 +
}}

Revision as of 14:16, 24 January 2014

This is the configuration file for Structural Fuselage.
PART
{
// Kerbal Space Program - Part Config
// Fuselage Fuel Tank
// 

// --- general parameters ---
name = Mk1FuselageStructural
module = Strut
author = C. Jenkins

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


// --- node definitions ---
node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -76.0, 0.0, 0.0, 1.0, 0.0
node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1



// --- editor parameters ---
TechRequired = advConstruction
entryCost = 2500
cost = 380
category = Structural
subcategory = 0
title = Structural Fuselage
manufacturer = C7 Aerospace.
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.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,1,1,0

// --- standard part parameters ---
mass = 0.4
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 70
breakingForce = 50
breakingTorque = 50
maxTemp = 3000
fuelCrossFeed = True

}