Integrate HG-55 and HG-89 antennas

- Integrate the HG-55 (radial) and HG-89 (stack) antennas
- convert all antenna texture sheets to DDS instead of TGA using the Crunch tool
This commit is contained in:
2019-02-16 22:04:20 -08:00
parent 8c1281d45b
commit 818e25918e
20 changed files with 116 additions and 3 deletions

View File

@ -139,5 +139,9 @@ Localization
#LOC_RestockPlus_restock-antenna-stack-2_title = Communotron DTS-J1
#LOC_RestockPlus_restock-antenna-stack-2_description = A fixed mount version of the popular DTS-M1 antenna. this version is a more traditional dish, giving it better efficiency at the expense of higher mass.
#LOC_RestockPlus_restock-antenna-stack-2_tags = antenna radial transmit data dish Juno restock
#LOC_RestockPlus_restock-antenna-stack-3_title = Communotron HG-89
#LOC_RestockPlus_restock-antenna-stack-3_description = After developing the venerable HG-55, one of our marketing people came up with the idea of a budget version for small probes. The HG-89 removes the fancy extending arm, while still providing the same great communication range of its predecessor, making it perfect for building deep space probes on a budget.
#LOC_RestockPlus_restock-antenna-stack-3_tags = antenna radial transmit data dish Galileo TDRS restock
}
}

View File

@ -23,7 +23,7 @@ PART
title = #LOC_RestockPlus_restock-antenna-stack-2_title //Communotron DTS-J1
description = #LOC_RestockPlus_restock-antenna-stack-2_description
// A fixed mount version of the popular DTS-M1 antenna. this version is a more traditional dish, giving it better efficiency at the expense of higher mass.
mass = 0.15
mass = 0.04
dragModelType = default
maximum_drag = 0.3
minimum_drag = 0.3

View File

@ -0,0 +1,59 @@
// stack-mount medium direct antenna
PART
{
name = restock-antenna-stack-3
module = Part
author = Andrew Cassidy
MODEL {
model = ReStock/Assets/Communication/restock-antenna-stack-3
}
rescaleFactor = 1.0
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,1,0,0,0
node_attach = 0.0, -0.01, 0.0, 0.0, -1.0, 0.0, 0
node_stack_bottom = 0.0, -0.004736, 0.0, 0.0, -1.0, 0.0, 0
category = Communication
TechRequired = electronics
entryCost = 7500
cost = 999
subcatagory = 0
title = #LOC_RestockPlus_restock-antenna-stack-3_title //Communotron HG-89
manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
description = #LOC_RestockPlus_restock-antenna-stack-3_description
// After developing the venerable HG-55, one of our marketing people came up with the idea of a budget version for small probes. The HG-89 removes the fancy extending arm, while still providing the same great communication range of its predecessor, making it perfect for building deep space probes on a budget.
mass = 0.06
dragModelType = default
maximum_drag = 0.3
minimum_drag = 0.3
angularDrag = 1
crashTolerance = 8
maxTemp = 1800
bulkheadProfiles = srf, size0
tags = #LOC_RestockPlus_restock-antenna-stack-3_tags
MODULE {
name = ModuleDeployableAntenna
showStatus = false
isTracking = false
pivotName = Dish_Stack
animationName = Deploy_Stack
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.15
packetSize = 3
packetResourceCost = 20.0
DeployFxModules = 0
requiredResource = ElectricCharge
antennaPower = 15000000000
antennaCombinable = True
}
}