Difference between revisions of "Parts/Utility/parachuteMk12-R/parachuteMk12-R.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(+added in 1.0;)
 
m (*update to 1.0.1;)
Line 39: Line 39:
 
semiDeployedDrag = 2
 
semiDeployedDrag = 2
 
fullyDeployedDrag = 100
 
fullyDeployedDrag = 100
minAirPressureToOpen = 0.007
+
minAirPressureToOpen = 0.02
 +
clampMinAirPressure = 0.02
 
deployAltitude = 2500
 
deployAltitude = 2500
 
deploymentSpeed = 0.16667
 
deploymentSpeed = 0.16667
 
semiDeploymentSpeed = 0.5
 
semiDeploymentSpeed = 0.5
 +
chuteMaxTemp = 1800
 +
chuteThermalMassPerArea = 0.024
 
}
 
}
 
MODULE
 
MODULE
Line 55: Line 58:
 
name = ModuleDragModifier
 
name = ModuleDragModifier
 
dragCubeName = SEMIDEPLOYED
 
dragCubeName = SEMIDEPLOYED
dragModifier = 20
+
dragModifier = 2.5
 
}
 
}
 
MODULE
 
MODULE
Line 61: Line 64:
 
name = ModuleDragModifier
 
name = ModuleDragModifier
 
dragCubeName = DEPLOYED
 
dragCubeName = DEPLOYED
dragModifier = 40
+
dragModifier = 8
 
}
 
}
 
}
 
}
  
 
}}
 
}}

Revision as of 20:53, 1 May 2015

This is the configuration file for Mk12-R Radial-Mount Drogue Chute.
PART
{
	name = radialDrogue
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 0.5
	node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0
	sound_parachute_open = activate
	TechRequired = advLanding
	entryCost = 3000
	cost = 300
	category = Utility
	subcategory = 0
	title = Mk12-R Radial-Mount Drogue Chute
	description = The Mk12-R is a half sized radial mount version of the Mk25. This "Drogue" parachute is small, deploys high up, and certainly not enough to stop you smashing into the ground on its own, but useful for slowing craft down before the deployment of your main chutes.
	attachRules = 0,1,0,0,0
	mass = 0.075
	dragModelType = default
	angularDrag = 3
	crashTolerance = 12
	maxTemp = 2000 // = 3800
	breakingForce = 100
	breakingTorque = 50
	bodyLiftMultiplier = 0
	stageOffset = -1
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleParachute
		invertCanopy = true
		autoCutSpeed = 0.5
		capName = cap
		canopyName = canopy
		semiDeployedAnimation = semiDeployLarge
		fullyDeployedAnimation = fullyDeployLarge
		stowedDrag = 0.22
		semiDeployedDrag = 2
		fullyDeployedDrag = 100
		minAirPressureToOpen = 0.02
		clampMinAirPressure = 0.02
		deployAltitude = 2500
		deploymentSpeed = 0.16667
		semiDeploymentSpeed = 0.5
		chuteMaxTemp = 1800
		chuteThermalMassPerArea = 0.024
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 4
		useStaging = True
		useEvent = False
	}
	MODULE
	{
		name = ModuleDragModifier
		dragCubeName = SEMIDEPLOYED
		dragModifier = 2.5
	}
	MODULE
	{
		name = ModuleDragModifier
		dragCubeName = DEPLOYED
		dragModifier = 8
	}
}