Difference between revisions of "Parts/Utility/commDish88-88/commDish88-88.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(*update to 0.22;)
(Update part config)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Part config|Communotron 88-88|2=PART
 
{{Part config|Communotron 88-88|2=PART
 
{
 
{
name = commDish
+
name = commDish
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
scale = 1
scale = 1
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_bottom = 0.0, -0.13, 0.0, 0.0, -1.0, 0.0, 0
 
+
node_attach = 0.0, -0.13, 0.0, 0.0, -1.0, 0.0, 0
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
+
TechRequired = automation
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
+
entryCost = 20000
 
+
cost = 1500
TechRequired = electronics
+
category = Communication
entryCost = 3400
+
subcategory = 0
cost = 1100
+
title = Communotron 88-88
category = Science
+
manufacturer = Ionic Symphonic Protonic Electronics
subcategory = 0
+
description = The Communotron 88-88 directional antenna allows for far more reliable communication at longer ranges than previous models. This is thanks in part to its patented parabolic folding design, which our research team maintains was not inspired by an umbrella.
title = Communotron 88-88
+
attachRules = 1,1,0,0,0
manufacturer = Ionic Protonic Electronics
+
mass = 0.1
description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed communication.
+
dragModelType = default
attachRules = 1,1,0,0,0
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
// --- standard part parameters ---
+
angularDrag = 2
mass = 0.025
+
crashTolerance = 7
dragModelType = default
+
maxTemp = 2000 // = 3000
maximum_drag = 0.2
+
PhysicsSignificance = 1
minimum_drag = 0.2
+
bulkheadProfiles = size0, srf
angularDrag = 2
+
tags = aerial antenna deploy direct dish extend fold radio signal transmi
crashTolerance = 7
 
maxTemp = 3000
 
 
 
MODULE
 
{
 
  name = ModuleAnimateGeneric
 
  animationName = dish
 
  isOneShot = false
 
 
 
startEventGUIName = Extend
 
endEventGUIName = Retract
 
actionGUIName = Toggle Antenna
 
}
 
 
 
MODULE
 
{
 
name = ModuleDataTransmitter
 
 
 
packetInterval = 0.18
+
MODULE
packetSize = 2
+
{
 +
name = ModuleDeployableAntenna
 +
showStatus = false
 +
isTracking = false
 +
pivotName = Rescalar
 +
windResistance = 1
 +
animationName = dish
 +
}
 
 
packetResourceCost = 20.0
+
MODULE
requiredResource = ElectricCharge
+
{
+
name = ModuleDataTransmitter
DeployFxModules = 0
+
antennaType = DIRECT
 +
packetInterval = 0.10
 +
packetSize = 2
 +
packetResourceCost = 20.0
 +
requiredResource = ElectricCharge
 +
DeployFxModules = 0
 +
antennaPower = 100000000000
 +
antennaCombinable = True
 +
}
 
}
 
}
  
}
 
 
}}
 
}}

Latest revision as of 12:52, 16 October 2016

This is the configuration file for Communotron 88-88.
PART
{
	name = commDish
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.13, 0.0, 0.0, -1.0, 0.0, 0
	node_attach = 0.0, -0.13, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = automation
	entryCost = 20000
	cost = 1500
	category = Communication
	subcategory = 0
	title = Communotron 88-88
	manufacturer = Ionic Symphonic Protonic Electronics
	description = The Communotron 88-88 directional antenna allows for far more reliable communication at longer ranges than previous models. This is thanks in part to its patented parabolic folding design, which our research team maintains was not inspired by an umbrella.
	attachRules = 1,1,0,0,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 7
	maxTemp = 2000 // = 3000
	PhysicsSignificance = 1
	bulkheadProfiles = size0, srf
	tags = aerial antenna deploy direct dish extend fold radio signal transmi
	
	MODULE
	{
		name = ModuleDeployableAntenna
		showStatus = false
		isTracking = false
		pivotName = Rescalar
		windResistance = 1		
		animationName = dish
	}	
	
	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = DIRECT
		packetInterval = 0.10
		packetSize = 2
		packetResourceCost = 20.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
		antennaPower = 100000000000
		antennaCombinable = True
	}
}