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

From Kerbal Space Program Wiki
Jump to: navigation, search
m
m (Update config)
 
Line 6: Line 6:
 
rescaleFactor = 1
 
rescaleFactor = 1
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
 +
CoMOffset = 0, -0.3730053, 0
 
CoLOffset = 0, -0.3730053, 0
 
CoLOffset = 0, -0.3730053, 0
 
CoPOffset = 0, -0.3730053, 0
 
CoPOffset = 0, -0.3730053, 0
TechRequired = experimentalAerodynamics
+
TechRequired = heavyAerodynamics
 
entryCost = 16400
 
entryCost = 16400
 
cost = 800
 
cost = 800
 
category = Aero
 
category = Aero
 
subcategory = 0
 
subcategory = 0
title = FAT-455 Aeroplane Control Surface
+
title = #autoLOC_500118 //#autoLOC_500118 = FAT-455 Aeroplane Control Surface
manufacturer = WinterOwl Aircraft Emporium
+
manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium
description = Large conventional control surface.
+
description = #autoLOC_500119 //#autoLOC_500119 = Large conventional control surface.
 
attachRules = 0,1,0,1,1
 
attachRules = 0,1,0,1,1
 
mass = 0.17
 
mass = 0.17
Line 30: Line 31:
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 +
tags = #autoLOC_500120 //#autoLOC_500120 = aileron aircraft (elev flap fligh liner plane )rudder spoil stab
 
MODEL
 
MODEL
 
{
 
{
Line 42: Line 44:
 
ctrlSurfaceRange = 15
 
ctrlSurfaceRange = 15
 
ctrlSurfaceArea = 1
 
ctrlSurfaceArea = 1
actuatorSpeed = 15
+
actuatorSpeed = 25
 
transformName = ControlSurface
 
transformName = ControlSurface
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 1
 +
packedVolume = -1
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 10:59, 13 October 2024

This is the configuration file for FAT-455 Aeroplane Control Surface.
PART
{
	name = airlinerCtrlSrf
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0
	CoMOffset = 0, -0.3730053, 0
	CoLOffset = 0, -0.3730053, 0
	CoPOffset = 0, -0.3730053, 0
	TechRequired = heavyAerodynamics
	entryCost = 16400
	cost = 800
	category = Aero
	subcategory = 0
	title = #autoLOC_500118 //#autoLOC_500118 = FAT-455 Aeroplane Control Surface
	manufacturer = #autoLOC_501626 //#autoLOC_501626 = WinterOwl Aircraft Emporium
	description = #autoLOC_500119 //#autoLOC_500119 = Large conventional control surface.
	attachRules = 0,1,0,1,1
	mass = 0.17
	thermalMassModifier = 6
	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_500120 //#autoLOC_500120 = aileron aircraft (elev flap fligh liner plane )rudder spoil stab
	MODEL
	{
		model = Squad/Parts/Aero/airlinerWings/ControlSurface
	}
	MODULE
	{
		name = ModuleControlSurface
		useInternalDragModel = True
		dragCoeff = 0.5
		deflectionLiftCoeff = 0.86		// 3.01m^2 *
		ctrlSurfaceRange = 15
		ctrlSurfaceArea = 1
		actuatorSpeed = 25
		transformName = ControlSurface
	}	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}
}