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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/Utility/commDish/part.cfg to Parts/Utility/commDish88-88/commDish88-88.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
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.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
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
+
TechRequired = electronics
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
+
entryCost = 3400
 
+
cost = 1100
TechRequired = electronics
+
category = Science
entryCost = 3400
+
subcategory = 0
cost = 1100
+
title = Communotron 88-88
category = Science
+
manufacturer = Ionic Symphonic Protonic Electronics
subcategory = 0
+
description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed communication.
title = Communotron 88-88
+
attachRules = 1,1,0,0,0
manufacturer = Ionic Symphonic Protonic Electronics
+
mass = 0.025
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
+
MODULE
crashTolerance = 7
+
{
maxTemp = 3000
+
name = ModuleAnimateGeneric
 
+
animationName = dish
PhysicsSignificance = 1
+
isOneShot = false
 
+
startEventGUIName = Extend
MODULE
+
endEventGUIName = Retract
{
+
actionGUIName = Toggle Antenna
  name = ModuleAnimateGeneric
+
allowAnimationWhileShielded = False
  animationName = dish
+
}
  isOneShot = false
+
MODULE
 
+
{
startEventGUIName = Extend
+
name = ModuleDataTransmitter
endEventGUIName = Retract
+
packetInterval = 0.10
actionGUIName = Toggle Antenna
+
packetSize = 2
}
+
packetResourceCost = 20.0
 
+
requiredResource = ElectricCharge
MODULE
+
DeployFxModules = 0
{
+
}
name = ModuleDataTransmitter
 
 
packetInterval = 0.18
 
packetSize = 2
 
 
packetResourceCost = 20.0
 
requiredResource = ElectricCharge
 
 
DeployFxModules = 0
 
}
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 19:34, 29 April 2015

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.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 = electronics
	entryCost = 3400
	cost = 1100
	category = Science
	subcategory = 0
	title = Communotron 88-88
	manufacturer = Ionic Symphonic Protonic Electronics
	description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed communication.
	attachRules = 1,1,0,0,0
	mass = 0.025
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 7
	maxTemp = 2000 // = 3000
	PhysicsSignificance = 1
	bulkheadProfiles = size0, srf
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = dish
		isOneShot = false
		startEventGUIName = Extend
		endEventGUIName = Retract
		actionGUIName = Toggle Antenna
		allowAnimationWhileShielded = False
	}
	MODULE
	{
		name = ModuleDataTransmitter
		packetInterval = 0.10
		packetSize = 2
		packetResourceCost = 20.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
	}
}