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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 1.0;)
(Update part config)
 
Line 1: Line 1:
{{Part config|Comms DTS-M1|2=PART
+
{{Part config|Communotron DTS-M1|2=PART
 
{
 
{
 
name = mediumDishAntenna
 
name = mediumDishAntenna
Line 7: Line 7:
 
rescaleFactor = 1.0
 
rescaleFactor = 1.0
 
node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0
 
node_attach = 0.0, -0.025, 0.0, 0.0, -1.0, 0.0
TechRequired = basicScience
+
TechRequired = precisionEngineering
entryCost = 1500
+
entryCost = 4900
cost = 600
+
cost = 900
category = Science
+
category = Communication
 
subcategory = 0
 
subcategory = 0
title = Comms DTS-M1
+
title = Communotron DTS-M1
 
manufacturer = Ionic Symphonic Protonic Electronics
 
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.
+
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
 
attachRules = 0,1,0,0,0
mass = 0.03
+
mass = 0.05
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 24: Line 24:
 
maxTemp = 2000 // = 3200
 
maxTemp = 2000 // = 3200
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 +
tags = aerial antenna deploy direct extend fold radio signal transmi
 +
 
MODULE
 
MODULE
 
{
 
{
name = ModuleAnimateGeneric
+
name = ModuleDeployableAntenna
 +
showStatus = false
 +
isTracking = false
 +
pivotName = AntennaHolster
 +
raycastTransformName = AntennaHolster
 
animationName = Deploy
 
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
 
MODULE
 
{
 
{
 
name = ModuleDataTransmitter
 
name = ModuleDataTransmitter
 +
antennaType = DIRECT
 
packetInterval = 0.35
 
packetInterval = 0.35
 
packetSize = 2
 
packetSize = 2
Line 51: Line 45:
 
requiredResource = ElectricCharge
 
requiredResource = ElectricCharge
 
DeployFxModules = 0
 
DeployFxModules = 0
ProgressFxModules = 1
+
antennaPower = 2000000000
 +
antennaCombinable = True
 
}
 
}
 
}
 
}
  
 
}}
 
}}

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
	}
}