Difference between revisions of "Parts/Structural/Size3Decoupler/part.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/NASAmission/Size3Decoupler/part.cfg to Parts/Structural/Size3Decoupler/part.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|TR-38-D|2=PART
 
{{Part config|TR-38-D|2=PART
 
{
 
{
// this is a sample config file, for determining a good file format for defining part parameters
+
name = size3Decoupler
// comment line - ignored by cfg parser
+
module = Part
// empty lines, or lines without a '=' sign are also ignored
+
mesh = size3Decoupler.mu
// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting
+
scale = 1
// 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_stack_top = 0.0, 0.4341492, 0.0, 0.0, 1.0, 0.0, 3
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
+
node_stack_bottom = 0.0, -0.4365587, 0.0, 0.0, -1.0, 0.0, 3
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
+
fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
// 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)
+
sound_vent_large = decouple
 
+
TechRequired = largeVolumeContainment
 
+
entryCost = 1200
// --- general parameters ---
+
cost = 600
name = size3Decoupler
+
category = Structural
module = Part
+
subcategory = 0
 
+
title = TR-38-D
// --- asset parameters ---
+
manufacturer = O.M.B. Demolition Enterprises
mesh = size3Decoupler.mu
+
description = Originally designed to separate buildings that were stuck together, O.M.B has repurposed these explosive bolts for use in separating stacks of massive rockets.
scale = 1
+
attachRules = 1,0,1,1,0
rescaleFactor = 1
+
mass = 0.8
 
+
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_stack_top = 0.0, 0.4341492, 0.0, 0.0, 1.0, 0.0, 3
+
breakingForce = 200
node_stack_bottom = 0.0, -0.4365587, 0.0, 0.0, 1.0, 0.0, 3
+
breakingTorque = 200
 
+
crashTolerance = 9
// --- FX definitions ---
+
maxTemp = 2000 // = 3400
 
+
fuelCrossFeed = False
fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
+
PhysicsSignificance = 1
sound_vent_large = decouple
+
stageOffset = 1
 
+
childStageOffset = 1
 
+
bulkheadProfiles = size3
// --- editor parameters ---
+
MODULE
TechRequired = veryHeavyRocketry
+
{
entryCost = 1200
+
name = ModuleDecouple
cost = 600
+
ejectionForce = 100
category = Structural
+
explosiveNodeID = top
subcategory = 0
+
}
title = TR-38-D
 
manufacturer = O.M.B. Demolition Enterprises
 
description = Originally designed to separate buildings that were stuck together, O.M.B has repurposed these explosive bolts for use in separating stacks of massive rockets.
 
 
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 1,0,1,1,0
 
 
 
// --- standard part parameters ---
 
mass = 0.8
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 2
 
breakingForce = 200
 
breakingTorque = 200
 
crashTolerance = 9
 
maxTemp = 3400
 
fuelCrossFeed = False
 
 
 
PhysicsSignificance = 1
 
 
 
stageOffset = 1
 
childStageOffset = 1
 
 
 
 
 
MODULE
 
{
 
    name = ModuleDecouple
 
    ejectionForce = 100
 
explosiveNodeID = top
 
}
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 10:44, 30 April 2015

This is the configuration file for TR-38-D.
PART
{
	name = size3Decoupler
	module = Part
	mesh = size3Decoupler.mu
	scale = 1
	rescaleFactor = 1
	node_stack_top = 0.0, 0.4341492, 0.0, 0.0, 1.0, 0.0, 3
	node_stack_bottom = 0.0, -0.4365587, 0.0, 0.0, -1.0, 0.0, 3
	fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
	sound_vent_large = decouple
	TechRequired = largeVolumeContainment
	entryCost = 1200
	cost = 600
	category = Structural
	subcategory = 0
	title = TR-38-D
	manufacturer = O.M.B. Demolition Enterprises
	description = Originally designed to separate buildings that were stuck together, O.M.B has repurposed these explosive bolts for use in separating stacks of massive rockets.
	attachRules = 1,0,1,1,0
	mass = 0.8
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	breakingForce = 200
	breakingTorque = 200
	crashTolerance = 9
	maxTemp = 2000 // = 3400
	fuelCrossFeed = False
	PhysicsSignificance = 1
	stageOffset = 1
	childStageOffset = 1
	bulkheadProfiles = size3
	MODULE
	{
		name = ModuleDecouple
		ejectionForce = 100
		explosiveNodeID = top
	}
}