Difference between revisions of "Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/Utility/mediumDishAntenna/part.cfg to Parts/Utility/commsAntennaDTS-M1/commsAntennaDTS-M1.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Comms DTS-M1|2=PART
 
{{Part config|Comms DTS-M1|2=PART
 
{
 
{
// --- general parameters ---
+
name = mediumDishAntenna
name = mediumDishAntenna
+
module = Part
module = Part
+
author = Squad
author = Squad
+
mesh = model.mu
 
+
rescaleFactor = 1.0
// --- asset parameters ---
+
node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0
mesh = model.mu
+
TechRequired = basicScience
rescaleFactor = 1.0
+
entryCost = 1500
 
+
cost = 600
// --- node definitions ---
+
category = Science
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
subcategory = 0
node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0
+
title = Comms DTS-M1
 
+
manufacturer = Ionic Symphonic Protonic Electronics
// --- editor parameters ---
+
description = The DTS-M1 is a fully deployable communications and data transmission system. It has been designed to have a minimal form factor when stowed. Occasional antenna tweaking and swift kicks to the main assembly may be required for optimal performance.
TechRequired = scienceTech
+
attachRules = 0,1,0,0,0
entryCost = 1500
+
mass = 0.03
cost = 600
+
dragModelType = default
category = Science
+
maximum_drag = 0.2
subcategory = 0
+
minimum_drag = 0.2
title = Comms DTS-M1
+
angularDrag = 1
manufacturer = Ionic Symphonic Protonic Electronics
+
crashTolerance = 8
description = The DTS-M1 is a fully deployable communications and data transmission system. It has been designed to have a minimal form factor when stowed. Occasional antenna tweaking and swift kicks to the main assembly may be required for optimal performance.
+
maxTemp = 2000 // = 3200
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
bulkheadProfiles = srf
attachRules = 0,1,0,0,0
+
MODULE
 
+
{
// --- standard part parameters ---
+
name = ModuleAnimateGeneric
mass = 0.03
+
animationName = Deploy
dragModelType = default
+
isOneShot = false
maximum_drag = 0.2
+
startEventGUIName = Extend
minimum_drag = 0.2
+
endEventGUIName = Retract
angularDrag = 1
+
actionGUIName = Toggle Antenna
crashTolerance = 8
+
allowAnimationWhileShielded = False
maxTemp = 3200
+
}
 
+
MODULE
MODULE
+
{
{
+
name = ModuleAnimateGeneric
  name = ModuleAnimateGeneric
+
animationName = pulseEmitMediumDishAntenna
  animationName = Deploy
+
isOneShot = false
  isOneShot = false
+
startEventGUIName = Blink Lights
 
+
endEventGUIName = Blink Lights
  startEventGUIName = Extend
+
allowManualControl = False
  endEventGUIName = Retract
+
}
  actionGUIName = Toggle Antenna
+
MODULE
}
+
{
 
+
name = ModuleDataTransmitter
MODULE
+
packetInterval = 0.35
{
+
packetSize = 2
  name = ModuleAnimateGeneric
+
packetResourceCost = 12.0
  animationName = pulseEmitMediumDishAntenna
+
requiredResource = ElectricCharge
  isOneShot = false
+
DeployFxModules = 0
  startEventGUIName = Blink Lights
+
ProgressFxModules = 1
  endEventGUIName = Blink Lights
+
}
  allowManualControl = false
 
}
 
 
 
MODULE
 
{
 
name = ModuleDataTransmitter
 
 
packetInterval = 0.3
 
packetSize = 2
 
 
packetResourceCost = 12.5
 
requiredResource = ElectricCharge
 
 
DeployFxModules = 0
 
ProgressFxModules = 1
 
}
 
 
}
 
}
  
 
}}
 
}}

Revision as of 18:48, 29 April 2015

This is the configuration file for Comms DTS-M1.
PART
{
	name = mediumDishAntenna
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0
	TechRequired = basicScience
	entryCost = 1500
	cost = 600
	category = Science
	subcategory = 0
	title = Comms DTS-M1
	manufacturer = Ionic Symphonic Protonic Electronics
	description = The DTS-M1 is a fully deployable communications and data transmission system. It has been designed to have a minimal form factor when stowed. Occasional antenna tweaking and swift kicks to the main assembly may be required for optimal performance.
	attachRules = 0,1,0,0,0
	mass = 0.03
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = Deploy
		isOneShot = false
		startEventGUIName = Extend
		endEventGUIName = Retract
		actionGUIName = Toggle Antenna
		allowAnimationWhileShielded = False
	}
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = pulseEmitMediumDishAntenna
		isOneShot = false
		startEventGUIName = Blink Lights
		endEventGUIName = Blink Lights
		allowManualControl = False
	}
	MODULE
	{
		name = ModuleDataTransmitter
		packetInterval = 0.35
		packetSize = 2
		packetResourceCost = 12.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
		ProgressFxModules = 1
	}
}