Difference between revisions of "Parts/Utility/parachuteMk1/parachuteMk1.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 1.0;)
m (*update to 1.0.1;)
Line 26: Line 26:
 
bulkheadProfiles = size0, srf
 
bulkheadProfiles = size0, srf
 
bodyLiftMultiplier = 0
 
bodyLiftMultiplier = 0
 +
 
MODULE
 
MODULE
 
{
 
{
Line 38: Line 39:
 
semiDeployedDrag = 1
 
semiDeployedDrag = 1
 
fullyDeployedDrag = 500
 
fullyDeployedDrag = 500
minAirPressureToOpen = 0.01
+
minAirPressureToOpen = 0.04
 +
clampMinAirPressure = 0.04
 
deployAltitude = 500
 
deployAltitude = 500
 
deploymentSpeed = 0.16667
 
deploymentSpeed = 0.16667
Line 54: Line 56:
 
name = ModuleDragModifier
 
name = ModuleDragModifier
 
dragCubeName = SEMIDEPLOYED
 
dragCubeName = SEMIDEPLOYED
dragModifier = 10
+
dragModifier = 0.33
 
}
 
}
 
MODULE
 
MODULE
Line 60: Line 62:
 
name = ModuleDragModifier
 
name = ModuleDragModifier
 
dragCubeName = DEPLOYED
 
dragCubeName = DEPLOYED
dragModifier = 35
+
dragModifier = 12
 
}
 
}
 
}
 
}
  
 
}}
 
}}

Revision as of 20:54, 1 May 2015

This is the configuration file for Mk16 Parachute.
PART
{
	name = parachuteSingle
	module = Part
	author = HarvesteR
	mesh = model.mu
	scale = 0.1
	node_stack_bottom = 0.0, -0.120649, 0.0, 0.0, -1.0, 0.0, 0
	node_attach = 0.0, -0.120649, 0.0, 0.0, -1.0, 0.0
	sound_parachute_open = activate
	sound_parachute_single = deploy
	TechRequired = start
	entryCost = 0
	cost = 422
	category = Utility
	subcategory = 0
	title = Mk16 Parachute
	description = The Mk16 Parachute might be considered by some to be little more than a random stitching together of the surplus parts it is, in fact, made from. But the fact remains that the Mk16 has been widely accepted as a generally better alternative to being in freefall.
	attachRules = 1,0,0,1,0
	mass = 0.1
	dragModelType = default
	angularDrag = 3
	crashTolerance = 12
	maxTemp = 2000 // = 3100
	stageOffset = -1
	bulkheadProfiles = size0, srf
	bodyLiftMultiplier = 0
	
	MODULE
	{
		name = ModuleParachute
		semiDeployedAnimation = semiDeploySmall
		fullyDeployedAnimation = fullyDeploySmall
		invertCanopy = true
		autoCutSpeed = 0.5
		capName = cap
		canopyName = canopy
		stowedDrag = 0.22
		semiDeployedDrag = 1
		fullyDeployedDrag = 500
		minAirPressureToOpen = 0.04
		clampMinAirPressure = 0.04
		deployAltitude = 500
		deploymentSpeed = 0.16667
		semiDeploymentSpeed = 0.5
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 4
		useStaging = True
		useEvent = False
	}
	MODULE
	{
		name = ModuleDragModifier
		dragCubeName = SEMIDEPLOYED
		dragModifier = 0.33
	}
	MODULE
	{
		name = ModuleDragModifier
		dragCubeName = DEPLOYED
		dragModifier = 12
	}
}