Difference between revisions of "Parts/Aero/airplaneFins/standardCanard.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0.4;)
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, 1
 
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 +
CoMOffset = -0.55, -0.15, 0
 
CoLOffset = -0.55, -0.15, 0
 
CoLOffset = -0.55, -0.15, 0
 
CoPOffset = -0.55, -0.15, 0
 
CoPOffset = -0.55, -0.15, 0
TechRequired = hypersonicFlight
+
TechRequired = advAerodynamics
 
entryCost = 11400
 
entryCost = 11400
 
cost = 720
 
cost = 720
 
category = Aero
 
category = Aero
 
subcategory = 0
 
subcategory = 0
title = Standard Canard
+
title = #autoLOC_500130 //#autoLOC_500130 = Standard Canard
manufacturer = C7 Aerospace Division
+
manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
description = Our engineers had a stroke of inspiration after "visiting" the Kerlington production facilities. Introducing our new controllable canards. Warning, hard maneuvering may cause unintended stage separation.
+
description = #autoLOC_500131 //#autoLOC_500131 = Our engineers had a stroke of inspiration after "visiting" the Kerlington production facilities. Introducing our new controllable canards. Warning, hard maneuvering may cause unintended stage separation.
 
attachRules = 0,1,0,1,0
 
attachRules = 0,1,0,1,0
 
mass = 0.1
 
mass = 0.1
Line 30: Line 31:
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 +
tags = #autoLOC_500132 //#autoLOC_500132 = aero (air control (elev fligh (fore lift plane )rudder stab swept tail
 
MODEL
 
MODEL
 
{
 
{
Line 42: Line 44:
 
ctrlSurfaceRange = 15
 
ctrlSurfaceRange = 15
 
ctrlSurfaceArea = 1
 
ctrlSurfaceArea = 1
actuatorSpeed = 20
+
actuatorSpeed = 30
 
transformName = ctrlSrf
 
transformName = ctrlSrf
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = -1
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 10:59, 13 October 2024

This is the configuration file for Standard Canard.
PART
{
	name = CanardController
	module = Part
	author = C. Jenkins, Porkjet
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	CoMOffset = -0.55, -0.15, 0
	CoLOffset = -0.55, -0.15, 0
	CoPOffset = -0.55, -0.15, 0
	TechRequired = advAerodynamics
	entryCost = 11400
	cost = 720
	category = Aero
	subcategory = 0
	title = #autoLOC_500130 //#autoLOC_500130 = Standard Canard
	manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division
	description = #autoLOC_500131 //#autoLOC_500131 = Our engineers had a stroke of inspiration after "visiting" the Kerlington production facilities. Introducing our new controllable canards. Warning, hard maneuvering may cause unintended stage separation.
	attachRules = 0,1,0,1,0
	mass = 0.1
	thermalMassModifier = 8.0
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.95
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 3
	crashTolerance = 12
	maxTemp = 2400
	explosionPotential = 0.1
	fuelCrossFeed = True
	bulkheadProfiles = srf
	tags = #autoLOC_500132 //#autoLOC_500132 = aero (air control (elev fligh (fore lift plane )rudder stab swept tail
	MODEL
	{
		model = Squad/Parts/Aero/airplaneFins/Canard
	}
	MODULE
	{
		name = ModuleControlSurface
		useInternalDragModel = True
		dragCoeff = 0.5
		deflectionLiftCoeff = 0.52		//1.83m^2
		ctrlSurfaceRange = 15
		ctrlSurfaceArea = 1
		actuatorSpeed = 30
		transformName = ctrlSrf
	}
	MODULE
	{
		name = ModuleCargoPart		
		packedVolume = -1
	}
}