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.4)
 
(2 intermediate revisions by one other user not shown)
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, 1, 1
// 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, 1, 1
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
+
buoyancy = 0.5
// 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)
+
fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
 
+
sound_vent_large = decouple
 
+
TechRequired = largeVolumeContainment
// --- general parameters ---
+
TechHidden = True
name = size3Decoupler
+
entryCost = 1200
module = Part
+
cost = 600
 
+
category = none
// --- asset parameters ---
+
subcategory = 0
mesh = size3Decoupler.mu
+
title = #autoLOC_500739 //#autoLOC_500739 = TR-38-D
scale = 1
+
manufacturer = #autoLOC_501629 //#autoLOC_501629 = O.M.B. Demolition Enterprises
rescaleFactor = 1
+
description = #autoLOC_500740 //#autoLOC_500740 = 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
// --- node definitions ---
+
dragModelType = default
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
maximum_drag = 0.2
node_stack_top = 0.0, 0.4341492, 0.0, 0.0, 1.0, 0.0, 3
+
minimum_drag = 0.2
node_stack_bottom = 0.0, -0.4365587, 0.0, 0.0, 1.0, 0.0, 3
+
angularDrag = 2
 
+
breakingForce = 200
// --- FX definitions ---
+
breakingTorque = 200
 
+
crashTolerance = 9
fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
+
maxTemp = 2000 // = 3400
sound_vent_large = decouple
+
fuelCrossFeed = False
 
+
stageOffset = 1
 
+
childStageOffset = 1
// --- editor parameters ---
+
bulkheadProfiles = size3
TechRequired = veryHeavyRocketry
+
tags = #autoLOC_500741 //#autoLOC_500741 = break decouple explo kerbodyne separat split
entryCost = 1200
+
MODULE
cost = 600
+
{
category = Structural
+
name = ModuleDecouple
subcategory = 0
+
ejectionForce = 100
title = TR-38-D
+
explosiveNodeID = top
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.
+
MODULE
 
+
{
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
name = ModuleToggleCrossfeed
attachRules = 1,0,1,1,0
+
crossfeedStatus = false
 
+
toggleEditor = true
// --- standard part parameters ---
+
toggleFlight = true
mass = 0.8
+
}
dragModelType = default
+
DRAG_CUBE
maximum_drag = 0.2
+
{
minimum_drag = 0.2
+
cube = Default, 3.272327,0.7808633,1.97612, 3.272327,0.7810537,1.97612, 11.00077,0.8435503,0.4720254, 11.00077,0.8433413,0.4720254, 3.272327,0.7660723,1.97612, 3.272327,0.7661255,1.97612, -2.384186E-07,0,0, 3.7678,0.8747007,3.7678
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
 
}
 
 
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 14:27, 10 March 2018

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, 1, 1
	node_stack_bottom = 0.0, -0.4365587, 0.0, 0.0, -1.0, 0.0, 3, 1, 1
	buoyancy = 0.5
	fx_gasBurst_white = 0.0, 0.0650517, 0.0, 0.0, 1.0, 0.0, decouple
	sound_vent_large = decouple
	TechRequired = largeVolumeContainment
	TechHidden = True
	entryCost = 1200
	cost = 600
	category = none
	subcategory = 0
	title = #autoLOC_500739 //#autoLOC_500739 = TR-38-D
	manufacturer = #autoLOC_501629 //#autoLOC_501629 = O.M.B. Demolition Enterprises
	description = #autoLOC_500740 //#autoLOC_500740 = 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
	stageOffset = 1
	childStageOffset = 1
	bulkheadProfiles = size3
	tags = #autoLOC_500741 //#autoLOC_500741 = break decouple explo kerbodyne separat split
	MODULE
	{
		name = ModuleDecouple
		ejectionForce = 100
		explosiveNodeID = top
	}
	MODULE
	{
		name = ModuleToggleCrossfeed
		crossfeedStatus = false
		toggleEditor = true
		toggleFlight = true
	}
	DRAG_CUBE
	{
		cube = Default, 3.272327,0.7808633,1.97612, 3.272327,0.7810537,1.97612, 11.00077,0.8435503,0.4720254, 11.00077,0.8433413,0.4720254, 3.272327,0.7660723,1.97612, 3.272327,0.7661255,1.97612, -2.384186E-07,0,0, 3.7678,0.8747007,3.7678
	}
}