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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "<pre> // this is a sample config file, for determining a good file format for defining part parameters // comment line - ignored by cfg parser // empty lines, or lines without...")
 
m (*update to 1.0;)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{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
 
// comment line - ignored by cfg parser
 
// empty lines, or lines without a '=' sign are also ignored
 
// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting
 
// diferent parameters require data in different formats (see docs), and each module has it's own parameters (again, see docs)
 
// each assignment must be in a single line. Lines without assignments will be ignored. (You CAN turn on word wrap, though)
 
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
 
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
 
// 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)
 
 
 
 
 
// --- general parameters ---
 
name = launchClamp1
 
module = Strut
 
author = NovaSilisko
 
 
 
// --- asset parameters ---
 
mesh = model.mu
 
rescaleFactor = 1
 
 
 
// --- node definitions ---
 
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
 
node_attach = 0.0, 1.354437, 0.8069194, 0.0, 0.0, -1.0
 
 
 
// --- FX definitions ---
 
 
 
fx_gasBurst_white = 0.0, 1.354437, 0.8369194, 0.0, 0.0, 1.0, activate
 
sound_decoupler_fire = activate
 
 
 
 
 
// --- editor parameters ---
 
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.
 
 
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 0,1,0,0,0
 
 
 
// --- standard part parameters ---
 
mass = 0.1
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 2
 
crashTolerance = 100
 
maxTemp = 5000
 
fuelCrossFeed = False
 
explosionPotential = 0.1
 
 
 
breakingForce = 150
 
breakingTorque = 150
 
 
 
stageOffset = 0
 
childStageOffset = 0
 
 
 
MODULE
 
 
{
 
{
    name = LaunchClamp
+
name = launchClamp1
+
module = Part
trf_towerPivot_name = obj_girdercap
+
author = NovaSilisko
trf_towerStretch_name = obj_girder
+
mesh = model.mu
trf_anchor_name = obj_ground
+
rescaleFactor = 1
+
node_attach = 0.0, 1.354437, 0.8069194, 0.0, 0.0, -1.0
trf_animationRoot_name = launchclamp
+
fx_gasBurst_white = 0.0, 1.354437, 0.8369194, 0.0, 0.0, 1.0, activate
anim_decouple_name = launchclamp
+
sound_decoupler_fire = activate
}
+
TechRequired = generalConstruction
 
+
entryCost = 1800
MODULE
+
cost = 200
{
+
category = Structural
name = ModuleGenerator
+
subcategory = 0
isAlwaysActive = true
+
title = TT18-A Launch Stability Enhancer
OUTPUT_RESOURCE
+
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 = ElectricCharge
+
name = ModuleTestSubject
rate = 1
+
environments = 16
}
+
useStaging = True
 +
useEvent = False
 +
}
 
}
 
}
  
// ----- DO NOT EDIT BELOW THIS POINT ------
+
}}
</pre>
 

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
	}
}