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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Updated for 0.23)
m (Update to 1.4)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Part config|Rockomax Brand Decoupler|2=PART
 
{{Part config|Rockomax Brand Decoupler|2=PART
 
{
 
{
// this is a sample config file, for determining a good file format for defining part parameters
+
name = decoupler1-2
// 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_stack_bottom = 0.0, -0.3654699, 0.0, 0.0, -1.0, 0.0, 2
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
+
node_stack_top = 0.0, 0.4508572, 0.0, 0.0, 1.0, 0.0, 2
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
+
buoyancy = 0.2
// 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)
+
buoyancyUseSine = False
 
+
fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple
 
+
sound_decoupler_fire = decouple
// --- general parameters ---
+
TechRequired = generalConstruction
name = decoupler1-2
+
TechHidden = True
module = Part
+
entryCost = 2800
author = NovaSilisko
+
cost = 550
 
+
category = none
// --- asset parameters ---
+
subcategory = 0
mesh = model.mu
+
title = #autoLOC_500832 //#autoLOC_500832 = Rockomax Brand Decoupler
rescaleFactor = 1
+
manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate
 
+
description = #autoLOC_500833 //#autoLOC_500833 = Rockomax is pleased to bring you the latest in decoupling technologies - twice the size of the next leading brand, Rockomax Brand Decouplers offer plenty of bang for plenty of buck! As with its smaller, woefully inferior competitor, the Rockomax Decoupler has handy arrows to indicate which side it will detach from.
// --- node definitions ---
+
attachRules = 1,0,1,1,0
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
mass = 0.4
node_stack_bottom = 0.0, -0.3654699, 0.0, 0.0, 1.0, 0.0, 2
+
dragModelType = default
node_stack_top = 0.0, 0.4508572, 0.0, 0.0, 1.0, 0.0, 2
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
// --- FX definitions ---
+
angularDrag = 2
 
+
crashTolerance = 9
fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple
+
breakingForce = 200
sound_decoupler_fire = decouple
+
breakingTorque = 200
 
+
maxTemp = 2000 // = 3400
 
+
fuelCrossFeed = False
// --- editor parameters ---
+
stageOffset = 1
TechRequired = advConstruction
+
childStageOffset = 1
entryCost = 2800
+
bulkheadProfiles = size2
cost = 440
+
tags = #autoLOC_500834 //#autoLOC_500834 = break decouple separat split stack stag
category = Structural
+
DRAG_CUBE
subcategory = 0
+
    {
title = Rockomax Brand Decoupler
+
        cube = Default, 2.23101,0.7226883,1.431283, 2.23101,0.722711,1.431283, 5.167493,0.6727995,0.9031276, 5.167493,0.9597349,0.7641849, 2.23101,0.7213376,1.431283, 2.23101,0.7235208,1.431283, 2.980232E-07,0.05313886,-8.084046E-08, 2.673836,0.8420702,2.673836
manufacturer = Rockomax Conglomerate
+
    }
description = Rockomax is pleased to bring you the latest in decoupling technologies - twice the size of the next leading brand, Rockomax Brand Decouplers offer plenty of bang for plenty of buck! As with its smaller, woefully inferior competitor, the Rockomax Decoupler has handy arrows to indicate which side it will detach from.  
+
MODULE
 
+
{
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
name = ModuleDecouple
attachRules = 1,0,1,1,0
+
ejectionForce = 250
 
+
explosiveNodeID = top
// --- standard part parameters ---
+
}
mass = 0.4
+
MODULE
dragModelType = default
+
{
maximum_drag = 0.2
+
name = ModuleToggleCrossfeed
minimum_drag = 0.2
+
crossfeedStatus = false
angularDrag = 2
+
toggleEditor = true
crashTolerance = 9
+
toggleFlight = true
breakingForce = 200
+
}
breakingTorque = 200
 
maxTemp = 3400
 
fuelCrossFeed = False
 
 
 
stageOffset = 1
 
childStageOffset = 1
 
 
 
MODULE
 
{
 
    name = ModuleDecouple
 
    ejectionForce = 250
 
explosiveNodeID = top
 
 
}
 
}
  
 
}
 
 
}}
 
}}

Latest revision as of 14:26, 10 March 2018

This is the configuration file for Rockomax Brand Decoupler.
PART
{
	name = decoupler1-2
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.3654699, 0.0, 0.0, -1.0, 0.0, 2
	node_stack_top = 0.0, 0.4508572, 0.0, 0.0, 1.0, 0.0, 2
	buoyancy = 0.2
	buoyancyUseSine = False
	fx_gasBurst_white = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, decouple
	sound_decoupler_fire = decouple
	TechRequired = generalConstruction
	TechHidden = True
	entryCost = 2800
	cost = 550
	category = none
	subcategory = 0
	title = #autoLOC_500832 //#autoLOC_500832 = Rockomax Brand Decoupler
	manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate
	description = #autoLOC_500833 //#autoLOC_500833 = Rockomax is pleased to bring you the latest in decoupling technologies - twice the size of the next leading brand, Rockomax Brand Decouplers offer plenty of bang for plenty of buck! As with its smaller, woefully inferior competitor, the Rockomax Decoupler has handy arrows to indicate which side it will detach from.
	attachRules = 1,0,1,1,0
	mass = 0.4
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 9
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 3400
	fuelCrossFeed = False
	stageOffset = 1
	childStageOffset = 1
	bulkheadProfiles = size2
	tags = #autoLOC_500834 //#autoLOC_500834 = break decouple separat split stack stag
	DRAG_CUBE
    {
        cube = Default, 2.23101,0.7226883,1.431283, 2.23101,0.722711,1.431283, 5.167493,0.6727995,0.9031276, 5.167493,0.9597349,0.7641849, 2.23101,0.7213376,1.431283, 2.23101,0.7235208,1.431283, 2.980232E-07,0.05313886,-8.084046E-08, 2.673836,0.8420702,2.673836
    }
	MODULE
	{
		name = ModuleDecouple
		ejectionForce = 250
		explosiveNodeID = top
	}
	MODULE
	{
		name = ModuleToggleCrossfeed
		crossfeedStatus = false
		toggleEditor = true
		toggleFlight = true
	}
}