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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.25;)
m (Update config)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Part config|Mk1 Fuselage - Jet Fuel|2=PART
+
{{Part config|Mk1 Liquid Fuel Fuselage|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = MK1Fuselage
// 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 = MK1Fuselage
+
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0
module = Part
+
node_attach = 0.0, 0.0, -0.625, 0.0, 0.0, 1.0, 1
author = C7studios
+
TechRequired = aviation
 
+
entryCost = 2600
MODEL
+
cost = 550
{
+
category = FuelTank
model = Squad/Parts/Mk1/mk1fuselage
+
subcategory = 0
}
+
title = #autoLOC_500730 //#autoLOC_500730 = Mk1 Liquid Fuel Fuselage
 
+
manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
// --- asset parameters ---
+
description = #autoLOC_500731 //#autoLOC_500731 = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter.
scale = 0.01
+
attachRules = 1,1,1,1,0
 
+
mass = 0.25
// --- node definitions ---
+
dragModelType = default
node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0
+
maximum_drag = 0.2
node_stack_bottom = 0.0, -75.0, 0.0, 0.0, 1.0, 0.0
+
minimum_drag = 0.3
node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1
+
angularDrag = 2
 
+
crashTolerance = 10
 
+
breakingForce = 50
 
+
breakingTorque = 50
// --- editor parameters ---
+
maxTemp = 2000 // = 3000
TechRequired = aerodynamicSystems
+
thermalMassModifier = 2.0
entryCost = 4600
+
fuelCrossFeed = True
cost = 550
+
bulkheadProfiles = size1, srf
category = Propulsion
+
tags = #autoLOC_500732 //#autoLOC_500732 = aircraft airplane fueltank jet plane propellant tank
subcategory = 0
+
MODEL
title = Mk1 Fuselage - Jet Fuel
+
{
manufacturer = C7 Aerospace Division
+
model = Squad/Parts/Structural/mk1Parts/Fuselage
description = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter.
+
}
 
+
RESOURCE
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
{
attachRules = 1,1,1,1,0
+
name = LiquidFuel
 
+
amount = 400
// --- standard part parameters ---
+
maxAmount = 400
mass = 0.15
+
}
dragModelType = default
+
MODULE
maximum_drag = 0.2
+
{
minimum_drag = 0.3
+
name = ModuleCargoPart
angularDrag = 2
+
stackableQuantity = 1
crashTolerance = 20
+
packedVolume = -1
breakingForce = 50
+
}
breakingTorque = 50
 
maxTemp = 3000
 
fuelCrossFeed = True
 
// --- fuel tank parameters ---
 
 
 
 
 
RESOURCE
 
{
 
name = LiquidFuel
 
amount = 150
 
maxAmount = 150
 
}
 
 
}
 
}
 
 
}}
 
}}

Latest revision as of 15:44, 10 October 2024

This is the configuration file for Mk1 Liquid Fuel Fuselage.
PART
{
	name = MK1Fuselage
	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 = aviation
	entryCost = 2600
	cost = 550
	category = FuelTank
	subcategory = 0
	title = #autoLOC_500730 //#autoLOC_500730 = Mk1 Liquid Fuel Fuselage
	manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
	description = #autoLOC_500731 //#autoLOC_500731 = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter.
	attachRules = 1,1,1,1,0
	mass = 0.25
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 10
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	thermalMassModifier = 2.0
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf
	tags = #autoLOC_500732 //#autoLOC_500732 = aircraft airplane fueltank jet plane propellant tank
	MODEL
	{
		model = Squad/Parts/Structural/mk1Parts/Fuselage
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 400
		maxAmount = 400
	}
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}	
}