Parts/Utility/launchClamp1/launchClamp1.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 23:52, 5 August 2014 by BobBot (talk | contribs) (BobBot moved page Parts/launchClamp1/part.cfg to Parts/Utility/launchClamp1/part.cfg without leaving a redirect: Update to new directory system)
Jump to: navigation, search
This is the configuration file for TT18-A Launch Stability Enhancer.
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 ---
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.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,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
	
	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
	}	
}

// ----- DO NOT EDIT BELOW THIS POINT ------

}