Difference between revisions of "Parts/Utility/DirectAntennas/HG-5 v2.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (ArnePeirs moved page Parts/Utility/DirectAntennas/HG-5.cfg to Parts/Utility/DirectAntennas/HG-5 v2.cfg without leaving a redirect: Correct path)
m (Update config)
 
Line 1: Line 1:
 
{{Part config|HG-5 High Gain Antenna|2=PART
 
{{Part config|HG-5 High Gain Antenna|2=PART
 
{
 
{
name = HighGainAntenna5
+
name = HighGainAntenna5_v2
 
module = Part
 
module = Part
 
author = Squad
 
author = Squad
 
MODEL
 
MODEL
 
{
 
{
model = Squad/Parts/Utility/DirectAntennas/HGAntenna
+
model = Squad/Parts/Utility/DirectAntennas/HGAntenna_v2
 
}
 
}
  
Line 17: Line 17:
 
category = Communication
 
category = Communication
 
subcategory = 0
 
subcategory = 0
title = HG-5 High Gain Antenna
+
title = #autoLOC_500844 //#autoLOC_500844 = HG-5 High Gain Antenna
manufacturer = Ionic Symphonic Protonic Electronics
+
manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
description = A short range dual purpose communications antenna that can handle either direct communications or short range relays
+
description = #autoLOC_500845 //#autoLOC_500845 = A short range dual purpose communications antenna that can handle either direct communications or short range relays
 
attachRules = 1,1,0,0,0
 
attachRules = 1,1,0,0,0
 
mass = 0.07
 
mass = 0.07
Line 39: Line 39:
 
windResistance = 1
 
windResistance = 1
 
animationName = Extend
 
animationName = Extend
 +
extendActionName = #autoLOC_6002398 //#autoLOC_6002398 = Extend <<1>>
 +
retractActionName = #autoLOC_6002399 //#autoLOC_6002399 = Retract <<1>>
 +
extendpanelsActionName = #autoLOC_6002400 //#autoLOC_6002400 = Toggle <<1>>
 
}
 
}
 
 
Line 52: Line 55:
 
antennaPower = 5000000
 
antennaPower = 5000000
 
antennaCombinable = True
 
antennaCombinable = True
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 60
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 07:46, 15 October 2024

This is the configuration file for HG-5 High Gain Antenna.
PART
{
	name = HighGainAntenna5_v2
	module = Part
	author = Squad
	MODEL
	{
		model = Squad/Parts/Utility/DirectAntennas/HGAntenna_v2
	}

	rescaleFactor = 1.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 = basicScience
	entryCost = 1500
	cost = 600
	category = Communication
	subcategory = 0
	title = #autoLOC_500844 //#autoLOC_500844 = HG-5 High Gain Antenna
	manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
	description = #autoLOC_500845 //#autoLOC_500845 = A short range dual purpose communications antenna that can handle either direct communications or short range relays
	attachRules = 1,1,0,0,0
	mass = 0.07
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2000 // = 3200
	vesselType = Relay
	bulkheadProfiles = srf

	MODULE
	{
		name = ModuleDeployableAntenna
		showStatus = false
		isTracking = false
		pivotName = Rod
		windResistance = 1
		animationName = Extend
		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 = RELAY
		packetInterval = 0.35
		packetSize = 2
		packetResourceCost = 18.0
		requiredResource = ElectricCharge
		DeployFxModules = 0
		antennaPower = 5000000
		antennaCombinable = True
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 60
	}
}