Difference between revisions of "Parts/Aero/airlinerWings/MainWing.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
m (Update config)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
TechRequired = experimentalAerodynamics
+
CoMOffset = -2.5, 0.25, 0
 +
CoLOffset = -2.5, 0.25, 0
 +
CoPOffset = -2.5, 0.25, 0
 +
TechRequired = heavyAerodynamics
 
entryCost = 36400
 
entryCost = 36400
 
cost = 2800
 
cost = 2800
 
category = Aero
 
category = Aero
 
subcategory = 0
 
subcategory = 0
title = FAT-455 Aeroplane Main Wing
+
title = #autoLOC_500121 //#autoLOC_500121 = FAT-455 Aeroplane Main Wing
manufacturer = WinterOwl Aircraft Emporium
+
manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium
description = One of the largest lifting surfaces in production. The internal volume of these is big enough to carry generously sized fuel tanks.
+
description = #autoLOC_500122 //#autoLOC_500122 = One of the largest lifting surfaces in production. The internal volume of these is big enough to carry generously sized fuel tanks.
 
attachRules = 0,1,0,1,1
 
attachRules = 0,1,0,1,1
 
mass = 0.78
 
mass = 0.78
Line 28: Line 31:
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 +
tags = #autoLOC_500123 //#autoLOC_500123 = aero aircraft airlin fligh foil fuel ?lf lift liquid swept wet
 
MODEL
 
MODEL
 
{
 
{
Line 47: Line 51:
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 11:08, 13 October 2024

This is the configuration file for FAT-455 Aeroplane Main Wing.
PART
{
	name = airlinerMainWing
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	CoMOffset = -2.5, 0.25, 0
	CoLOffset = -2.5, 0.25, 0
	CoPOffset = -2.5, 0.25, 0
	TechRequired = heavyAerodynamics
	entryCost = 36400
	cost = 2800
	category = Aero
	subcategory = 0
	title = #autoLOC_500121 //#autoLOC_500121 = FAT-455 Aeroplane Main Wing
	manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium
	description = #autoLOC_500122 //#autoLOC_500122 = One of the largest lifting surfaces in production. The internal volume of these is big enough to carry generously sized fuel tanks.
	attachRules = 0,1,0,1,1
	mass = 0.78
	thermalMassModifier = 3
	heatConductivity = 0.12
	emissiveConstant = 0.4
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 2
	crashTolerance = 15
	maxTemp = 1200 // = 3400
	explosionPotential = 0.1
	fuelCrossFeed = True
	bulkheadProfiles = srf
	tags = #autoLOC_500123 //#autoLOC_500123 = aero aircraft airlin fligh foil fuel ?lf lift liquid swept wet
	MODEL
	{
		model = Squad/Parts/Aero/airlinerWings/MainWing
	}
	MODULE
	{
		name = ModuleLiftingSurface
		useInternalDragModel = True
		deflectionLiftCoeff = 7.8		// 27,41m^2
		dragAtMaxAoA = 0.6
		dragAtMinAoA = 0.0
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 0		//empty by default
		maxAmount = 600
	}
}