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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/launchClamp1/part.cfg to Parts/Utility/launchClamp1/part.cfg without leaving a redirect: Update to new directory system)
m (*update to 1.0;)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|TT18-A Launch Stability Enhancer|2=PART
 
{{Part config|TT18-A Launch Stability Enhancer|2=PART
 
{
 
{
// this is a sample config file, for determining a good file format for defining part parameters
+
name = launchClamp1
// comment line - ignored by cfg parser
+
module = Part
// empty lines, or lines without a '=' sign are also ignored
+
author = NovaSilisko
// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting
+
mesh = model.mu
// diferent parameters require data in different formats (see docs), and each module has it's own parameters (again, see docs)
+
rescaleFactor = 1
// each assignment must be in a single line. Lines without assignments will be ignored. (You CAN turn on word wrap, though)
+
node_attach = 0.0, 1.354437, 0.8069194, 0.0, 0.0, -1.0
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
+
fx_gasBurst_white = 0.0, 1.354437, 0.8369194, 0.0, 0.0, 1.0, activate
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
+
sound_decoupler_fire = activate
// This is done automatically, so any public variable defined in the loaded module can be accessed this way (provided it's value can be parsed)
+
TechRequired = generalConstruction
 
+
entryCost = 1800
 
+
cost = 200
// --- general parameters ---
+
category = Structural
name = launchClamp1
+
subcategory = 0
module = Strut
+
title = TT18-A Launch Stability Enhancer
author = NovaSilisko
+
manufacturer = O.M.B. Demolition Enterprises
 
+
description = The TT18-A Stability Enhancer uses ground-breaking fastening technology to significantly increase the stability of spacecraft during the pre-launch phase. While OMB Demolition has been criticized in the past for using "big fancy words for a rocket holder" in their description of their device, none can say the TT18 series doesn't deliver rock-solid clamping action, as advertised. The owner's manual strongly suggests these devices be placed on the bottommost section of the spacecraft, and activated as soon as the engines are lit, for optimal de-clamping performance.
// --- asset parameters ---
+
attachRules = 0,1,0,1,0
mesh = model.mu
+
mass = 0.1
rescaleFactor = 1
+
dragModelType = default
 
+
maximum_drag = 0.2
// --- node definitions ---
+
minimum_drag = 0.2
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
angularDrag = 2
node_attach = 0.0, 1.354437, 0.8069194, 0.0, 0.0, -1.0
+
crashTolerance = 100
 
+
maxTemp = 2000 // = 5000
// --- FX definitions ---
+
fuelCrossFeed = False
 
+
explosionPotential = 0.1
fx_gasBurst_white = 0.0, 1.354437, 0.8369194, 0.0, 0.0, 1.0, activate
+
breakingForce = 150
sound_decoupler_fire = activate
+
breakingTorque = 150
 
+
stageOffset = 0
 
+
childStageOffset = 0
// --- editor parameters ---
+
bulkheadProfiles = srf
TechRequired = generalConstruction
+
MODULE
entryCost = 1800
+
{
cost = 200
+
name = LaunchClamp
category = Structural
+
trf_towerPivot_name = obj_girdercap
subcategory = 0
+
trf_towerStretch_name = obj_girder
title = TT18-A Launch Stability Enhancer
+
trf_anchor_name = obj_ground
manufacturer = O.M.B. Demolition Enterprises
+
trf_animationRoot_name = launchclamp
description = The TT18-A Stability Enhancer uses ground-breaking fastening technology to significantly increase the stability of spacecraft during the pre-launch phase. While OMB Demolition has been criticized in the past for using "big fancy words for a rocket holder" in their description of their device, none can say the TT18 series doesn't deliver rock-solid clamping action, as advertised. The owner's manual strongly suggests these devices be placed on the bottommost section of the spacecraft, and activated as soon as the engines are lit, for optimal de-clamping performance.
+
anim_decouple_name = launchclamp
 
+
}
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
MODULE
attachRules = 0,1,0,1,0
+
{
 
+
name = ModuleGenerator
// --- standard part parameters ---
+
isAlwaysActive = true
mass = 0.1
+
OUTPUT_RESOURCE
dragModelType = default
+
{
maximum_drag = 0.2
+
name = ElectricCharge
minimum_drag = 0.2
+
rate = 1
angularDrag = 2
+
}
crashTolerance = 100
+
}
maxTemp = 5000
+
MODULE
fuelCrossFeed = False
 
explosionPotential = 0.1
 
 
 
breakingForce = 150
 
breakingTorque = 150
 
 
 
stageOffset = 0
 
childStageOffset = 0
 
 
 
MODULE
 
{
 
    name = LaunchClamp
 
 
trf_towerPivot_name = obj_girdercap
 
trf_towerStretch_name = obj_girder
 
trf_anchor_name = obj_ground
 
 
trf_animationRoot_name = launchclamp
 
anim_decouple_name = launchclamp
 
}
 
 
 
MODULE
 
{
 
name = ModuleGenerator
 
isAlwaysActive = true
 
OUTPUT_RESOURCE
 
 
{
 
{
name = ElectricCharge
+
name = ModuleTestSubject
rate = 1
+
environments = 16
}
+
useStaging = True
 +
useEvent = False
 +
}
 
}
 
}
  
// ----- DO NOT EDIT BELOW THIS POINT ------
 
 
}
 
 
}}
 
}}

Latest revision as of 19:33, 29 April 2015

This is the configuration file for TT18-A Launch Stability Enhancer.
PART
{
	name = launchClamp1
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0, 1.354437, 0.8069194, 0.0, 0.0, -1.0
	fx_gasBurst_white = 0.0, 1.354437, 0.8369194, 0.0, 0.0, 1.0, activate
	sound_decoupler_fire = activate
	TechRequired = generalConstruction
	entryCost = 1800
	cost = 200
	category = Structural
	subcategory = 0
	title = TT18-A Launch Stability Enhancer
	manufacturer = O.M.B. Demolition Enterprises
	description = The TT18-A Stability Enhancer uses ground-breaking fastening technology to significantly increase the stability of spacecraft during the pre-launch phase. While OMB Demolition has been criticized in the past for using "big fancy words for a rocket holder" in their description of their device, none can say the TT18 series doesn't deliver rock-solid clamping action, as advertised. The owner's manual strongly suggests these devices be placed on the bottommost section of the spacecraft, and activated as soon as the engines are lit, for optimal de-clamping performance.
	attachRules = 0,1,0,1,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 100
	maxTemp = 2000 // = 5000
	fuelCrossFeed = False
	explosionPotential = 0.1
	breakingForce = 150
	breakingTorque = 150
	stageOffset = 0
	childStageOffset = 0
	bulkheadProfiles = srf
	MODULE
	{
		name = LaunchClamp
		trf_towerPivot_name = obj_girdercap
		trf_towerStretch_name = obj_girder
		trf_anchor_name = obj_ground
		trf_animationRoot_name = launchclamp
		anim_decouple_name = launchclamp
	}
	MODULE
	{
		name = ModuleGenerator
		isAlwaysActive = true
		OUTPUT_RESOURCE
		{
			name = ElectricCharge
			rate = 1
		}
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 16
		useStaging = True
		useEvent = False
	}
}