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...")
 
m (Update config)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Structural Fuselage|2=PART
// Kerbal Space Program - Part Config
+
{
// Fuselage Fuel Tank
+
name = Mk1FuselageStructural
//
+
module = Part
 
+
author = Porkjet
// --- general parameters ---
+
rescaleFactor = 1
name = Mk1FuselageStructural
+
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0
module = Strut
+
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0
author = C. Jenkins
+
node_attach = 0.0, 0.0, -0.625, 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 = #autoLOC_500736 //#autoLOC_500736 = Structural Fuselage
// --- node definitions ---
+
manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0
+
description = #autoLOC_500737 //#autoLOC_500737 = 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
cost = 550
+
crashTolerance = 10
category = Structural
+
breakingForce = 50
subcategory = 0
+
breakingTorque = 50
title = Structural Fuselage
+
maxTemp = 2000 // = 3000
manufacturer = C7 Aerospace.
+
fuelCrossFeed = True
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.
+
bulkheadProfiles = size1, srf
 
+
tags = #autoLOC_500738 //#autoLOC_500738 = aircraft airplane hollow jet mk1 pipe plane tube
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
DRAG_CUBE
attachRules = 1,1,1,1,0
+
{
 
+
cube = Default, 2.418281,0.7749683,0.6994118, 2.418281,0.7749683,0.6994118, 1.213026,0.9717144,0.1341177, 1.213026,0.9717144,0.1341177, 2.418281,0.7723047,0.6994124, 2.418281,0.7723256,0.6994124, 0,0,0, 1.25,1.937501,1.250001
// --- standard part parameters ---
+
}
mass = 0.4
+
MODEL
dragModelType = default
+
{
maximum_drag = 0.2
+
model = Squad/Parts/Structural/mk1Parts/StructuralHollow
minimum_drag = 0.3
+
}
angularDrag = 2
+
MODULE
crashTolerance = 70
+
{
breakingForce = 50
+
name = ModuleCargoPart
breakingTorque = 50
+
packedVolume = -1
maxTemp = 3000
+
}
fuelCrossFeed = True
+
}
</pre>
+
}}

Latest revision as of 18:41, 10 October 2024

This is the configuration file for Structural Fuselage.
PART
{
	name = Mk1FuselageStructural
	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.625, 0.0, 0.0, 1.0, 1
	TechRequired = generalConstruction
	entryCost = 2500
	cost = 380
	category = Structural
	subcategory = 0
	title = #autoLOC_500736 //#autoLOC_500736 = Structural Fuselage
	manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
	description = #autoLOC_500737 //#autoLOC_500737 = 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 = 10
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf
	tags = #autoLOC_500738 //#autoLOC_500738 = aircraft airplane hollow jet mk1 pipe plane tube
	DRAG_CUBE
	{
		cube = Default, 2.418281,0.7749683,0.6994118, 2.418281,0.7749683,0.6994118, 1.213026,0.9717144,0.1341177, 1.213026,0.9717144,0.1341177, 2.418281,0.7723047,0.6994124, 2.418281,0.7723256,0.6994124, 0,0,0, 1.25,1.937501,1.250001
	}
	MODEL
	{
		model = Squad/Parts/Structural/mk1Parts/StructuralHollow
	}
	MODULE
	{
		name = ModuleCargoPart		
		packedVolume = -1
	}
}