Difference between revisions of "Parts/Utility/commsDish16/commsAntenna16.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (*update to 0.24.2;)
m (Update config)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Part config|Communotron 16|2=PART
 
{{Part config|Communotron 16|2=PART
 
{
 
{
name = longAntenna
+
name = longAntenna
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 +
mesh = model.mu
 +
scale = 1
 +
rescaleFactor = 1
 +
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
 +
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
 +
TechRequired = engineering101
 +
entryCost = 750
 +
cost = 300
 +
category = Communication
 +
subcategory = 0
 +
title = #autoLOC_500811 //#autoLOC_500811 = Communotron 16
 +
manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
 +
description = #autoLOC_500812 //#autoLOC_500812 = The Communotron 16 is a versatile and lightweight antenna, suitable for moderate-range communication, long-range backup communication, and eavesdropping on secret government operations.
 +
attachRules = 1,1,0,0,1
 +
mass = 0.005
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 2
 +
crashTolerance = 7
 +
maxTemp = 2000 // = 3000
 +
PhysicsSignificance = 1
 +
bulkheadProfiles = size0, srf
 +
tags = #autoLOC_500813 //#autoLOC_500813 = aerial antenna radio signal transmi
 +
 +
MODULE
 +
{
 +
name = ModuleDeployableAntenna
 +
showStatus = false
 +
isTracking = false
 +
pivotName = seg2
 +
windResistance = 1
 +
animationName = antenna
 +
extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>>
 +
retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>>
 +
extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>>
 +
}
  
mesh = model.mu
+
scale = 1
+
MODULE
rescaleFactor = 1
+
{
 
+
name = ModuleDataTransmitter
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
+
antennaType = DIRECT
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
+
packetInterval = 0.6
 +
packetSize = 2
 +
packetResourceCost = 12.0
 +
requiredResource = ElectricCharge
 +
DeployFxModules = 0
 +
antennaPower = 500000
 +
antennaCombinable = True
 +
antennaCombinableExponent = 1
 +
}
  
TechRequired = start
+
MODULE
entryCost = 240
+
{
cost = 300
+
name = ModuleCargoPart
category = Science
+
stackableQuantity = 4
subcategory = 0
+
packedVolume = 1
title = Communotron 16
+
}
manufacturer = Ionic Symphonic Protonic Electronics
 
description = The Communotron 16 is a versatile and lightweight antenna, suitable for moderate-range communication, long-range backup communication, eavesdropping on secret government operations.
 
attachRules = 1,1,0,0,1
 
 
 
// --- standard part parameters ---
 
mass = 0.005
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 2
 
crashTolerance = 7
 
maxTemp = 3000
 
 
 
PhysicsSignificance = 1
 
 
 
MODULE
 
{
 
  name = ModuleAnimateGeneric
 
  animationName = antenna
 
  isOneShot = false
 
 
 
  startEventGUIName = Extend
 
  endEventGUIName = Retract
 
  actionGUIName = Toggle Antenna
 
 
}
 
}
 
MODULE
 
{
 
name = ModuleDataTransmitter
 
 
packetInterval = 0.4
 
packetSize = 2
 
 
packetResourceCost = 10.0
 
requiredResource = ElectricCharge
 
 
DeployFxModules = 0
 
}
 
}
 
 
 
}}
 
}}

Latest revision as of 07:45, 15 October 2024

This is the configuration file for Communotron 16.
PART
{
	name = longAntenna
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
	node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = engineering101
	entryCost = 750
	cost = 300
	category = Communication
	subcategory = 0
	title = #autoLOC_500811 //#autoLOC_500811 = Communotron 16
	manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
	description = #autoLOC_500812 //#autoLOC_500812 = The Communotron 16 is a versatile and lightweight antenna, suitable for moderate-range communication, long-range backup communication, and eavesdropping on secret government operations.
	attachRules = 1,1,0,0,1
	mass = 0.005
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 7
	maxTemp = 2000 // = 3000
	PhysicsSignificance = 1
	bulkheadProfiles = size0, srf
	tags = #autoLOC_500813 //#autoLOC_500813 = aerial antenna radio signal transmi
	
	MODULE
	{
		name = ModuleDeployableAntenna
		showStatus = false
		isTracking = false
		pivotName = seg2
		windResistance = 1
		animationName = antenna
		extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>>
		retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>>
		extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>>
	}

	
	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = DIRECT
		packetInterval = 0.6
		packetSize = 2
		packetResourceCost = 12.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
		antennaPower = 500000
		antennaCombinable = True
		antennaCombinableExponent = 1
	}

	MODULE
	{
		name = ModuleCargoPart
		stackableQuantity = 4
		packedVolume = 1
	}
}