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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.24;)
m (Update config)
 
(8 intermediate revisions by one other 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 = Porkjet
 
+
rescaleFactor = 1
// --- general parameters ---
+
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0
name = Mk1FuselageStructural
+
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0
module = Strut
+
node_attach = 0.0, 0.0, -0.625, 0.0, 0.0, 1.0, 1
author = C. Jenkins
+
TechRequired = generalConstruction
 
+
entryCost = 2500
// --- asset parameters ---
+
cost = 380
mesh = model.mu
+
category = Structural
scale = 0.01
+
subcategory = 0
 
+
title = #autoLOC_500736 //#autoLOC_500736 = Structural Fuselage
 
+
manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
// --- node definitions ---
+
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_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0
+
attachRules = 1,1,1,1,0
node_stack_bottom = 0.0, -76.0, 0.0, 0.0, 1.0, 0.0
+
mass = 0.1
node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1
+
dragModelType = default
 
+
maximum_drag = 0.2
 
+
minimum_drag = 0.3
 
+
angularDrag = 2
// --- editor parameters ---
+
crashTolerance = 10
TechRequired = advConstruction
+
breakingForce = 50
entryCost = 2500
+
breakingTorque = 50
cost = 380
+
maxTemp = 2000 // = 3000
category = Structural
+
fuelCrossFeed = True
subcategory = 0
+
bulkheadProfiles = size1, srf
title = Structural Fuselage
+
tags = #autoLOC_500738 //#autoLOC_500738 = aircraft airplane hollow jet mk1 pipe plane tube
manufacturer = C7 Aerospace Division
+
DRAG_CUBE
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.
+
{
 
+
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
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
}
attachRules = 1,1,1,1,0
+
MODEL
 
+
{
// --- standard part parameters ---
+
model = Squad/Parts/Structural/mk1Parts/StructuralHollow
mass = 0.1
+
}
dragModelType = default
+
MODULE
maximum_drag = 0.2
+
{
minimum_drag = 0.3
+
name = ModuleCargoPart
angularDrag = 2
+
packedVolume = -1
crashTolerance = 70
+
}
breakingForce = 50
 
breakingTorque = 50
 
maxTemp = 3000
 
fuelCrossFeed = True
 
 
 
 
}
 
}
 
}}
 
}}

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
	}
}