Difference between revisions of "Parts/Aero/airplaneFins/advancedCanard.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/Aero/advancedCanard/part.cfg to Parts/Aero/advancedCanard/advancedCanard.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (Update config) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Part config|Advanced Canard|2=PART | {{Part config|Advanced Canard|2=PART | ||
{ | { | ||
− | + | name = AdvancedCanard | |
− | + | 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.4, -0.05, 0 | |
− | + | CoLOffset = -0.4, -0.05, 0 | |
− | + | CoPOffset = -0.4, -0.05, 0 | |
− | + | TechRequired = hypersonicFlight | |
− | + | entryCost = 9200 | |
− | + | cost = 800 | |
− | + | category = Aero | |
− | + | subcategory = 0 | |
− | + | title = #autoLOC_500127 //#autoLOC_500127 = Advanced Canard | |
− | + | manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division | |
− | + | description = #autoLOC_500128 //#autoLOC_500128 = Our engineers thought this design looked "high tech" and therefore must be clear improvement on earlier models. | |
− | + | attachRules = 0,1,0,1,0 | |
− | + | mass = 0.08 | |
− | + | thermalMassModifier = 8.0 | |
− | + | // heatConductivity = 0.06 // half default | |
− | + | emissiveConstant = 0.95 | |
− | + | dragModelType = none | |
− | TechRequired = hypersonicFlight | + | maximum_drag = 0.02 |
− | entryCost = 9200 | + | minimum_drag = 0.02 |
− | cost = 800 | + | angularDrag = 3 |
− | category = Aero | + | crashTolerance = 12 |
− | subcategory = 0 | + | maxTemp = 2400 |
− | title = Advanced Canard | + | explosionPotential = 0.1 |
− | manufacturer = C7 Aerospace Division | + | fuelCrossFeed = True |
− | description = Our engineers thought this design looked "high tech" and therefore must be clear improvement on earlier models. | + | bulkheadProfiles = srf |
− | + | tags = #autoLOC_500129 //#autoLOC_500129 = aero (air control (elev fighter fligh (fore lift plane )rudder stab swept tail | |
− | attachRules = 0,1,0,1,0 | + | MODEL |
− | + | { | |
− | + | model = Squad/Parts/Aero/airplaneFins/AdvCanard | |
− | // | + | } |
− | + | MODULE | |
− | + | { | |
− | + | name = ModuleControlSurface | |
− | // | + | useInternalDragModel = True |
− | + | dragCoeff = 0.5 | |
− | dragModelType = | + | deflectionLiftCoeff = 0.4 // ~1,4m^2 |
− | maximum_drag = 0.02 | + | ctrlSurfaceRange = 10 |
− | minimum_drag = 0.02 | + | ctrlSurfaceArea = 1 |
− | angularDrag = 3 | + | actuatorSpeed = 35 |
− | crashTolerance = 12 | + | transformName = ctrlSrf |
− | maxTemp = | + | } |
− | explosionPotential = 0.1 | + | MODULE |
− | fuelCrossFeed = True | + | { |
− | + | name = ModuleCargoPart | |
− | MODULE | + | packedVolume = 650 |
− | { | + | } |
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} |
Latest revision as of 10:55, 13 October 2024
PART { name = AdvancedCanard 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.4, -0.05, 0 CoLOffset = -0.4, -0.05, 0 CoPOffset = -0.4, -0.05, 0 TechRequired = hypersonicFlight entryCost = 9200 cost = 800 category = Aero subcategory = 0 title = #autoLOC_500127 //#autoLOC_500127 = Advanced Canard manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division description = #autoLOC_500128 //#autoLOC_500128 = Our engineers thought this design looked "high tech" and therefore must be clear improvement on earlier models. attachRules = 0,1,0,1,0 mass = 0.08 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_500129 //#autoLOC_500129 = aero (air control (elev fighter fligh (fore lift plane )rudder stab swept tail MODEL { model = Squad/Parts/Aero/airplaneFins/AdvCanard } MODULE { name = ModuleControlSurface useInternalDragModel = True dragCoeff = 0.5 deflectionLiftCoeff = 0.4 // ~1,4m^2 ctrlSurfaceRange = 10 ctrlSurfaceArea = 1 actuatorSpeed = 35 transformName = ctrlSrf } MODULE { name = ModuleCargoPart packedVolume = 650 } }