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.)
(Update part config)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Part config|Comms DTS-M1|2=PART
+
{{Part config|Communotron 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 = precisionEngineering
rescaleFactor = 1.0
+
entryCost = 4900
 
+
cost = 900
// --- node definitions ---
+
category = Communication
// 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 = Communotron DTS-M1
 
+
manufacturer = Ionic Symphonic Protonic Electronics
// --- editor parameters ---
+
description = The Communotron 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.05
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
+
tags = aerial antenna deploy direct extend fold radio signal transmi
 
+
// --- standard part parameters ---
+
MODULE
mass = 0.03
+
{
dragModelType = default
+
name = ModuleDeployableAntenna
maximum_drag = 0.2
+
showStatus = false
minimum_drag = 0.2
+
isTracking = false
angularDrag = 1
+
pivotName = AntennaHolster
crashTolerance = 8
+
raycastTransformName = AntennaHolster
maxTemp = 3200
+
animationName = Deploy
 
+
}
MODULE
 
{
 
  name = ModuleAnimateGeneric
 
  animationName = Deploy
 
  isOneShot = false
 
 
 
  startEventGUIName = Extend
 
  endEventGUIName = Retract
 
  actionGUIName = Toggle Antenna
 
}
 
 
 
MODULE
 
{
 
  name = ModuleAnimateGeneric
 
  animationName = pulseEmitMediumDishAntenna
 
  isOneShot = false
 
  startEventGUIName = Blink Lights
 
  endEventGUIName = Blink Lights
 
  allowManualControl = false
 
}
 
  
MODULE
+
MODULE
{
+
{
name = ModuleDataTransmitter
+
name = ModuleDataTransmitter
+
antennaType = DIRECT
packetInterval = 0.3
+
packetInterval = 0.35
packetSize = 2
+
packetSize = 2
+
packetResourceCost = 12.0
packetResourceCost = 12.5
+
requiredResource = ElectricCharge
requiredResource = ElectricCharge
+
DeployFxModules = 0
+
antennaPower = 2000000000
DeployFxModules = 0
+
antennaCombinable = True
ProgressFxModules = 1
+
}
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:56, 16 October 2016

This is the configuration file for Communotron 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 = precisionEngineering
	entryCost = 4900
	cost = 900
	category = Communication
	subcategory = 0
	title = Communotron DTS-M1
	manufacturer = Ionic Symphonic Protonic Electronics
	description = The Communotron 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.05
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	bulkheadProfiles = srf
	tags = aerial antenna deploy direct extend fold radio signal transmi
	
	MODULE
	{
		name = ModuleDeployableAntenna
		showStatus = false
		isTracking = false
		pivotName = AntennaHolster
		raycastTransformName = AntennaHolster
		animationName = Deploy
	}

	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = DIRECT
		packetInterval = 0.35
		packetSize = 2
		packetResourceCost = 12.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
		antennaPower = 2000000000
		antennaCombinable = True
	}
}