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
Before Width: | Height: | Size: 4.0 MiB |
Before Width: | Height: | Size: 4.0 MiB |
Before Width: | Height: | Size: 512 KiB |
Before Width: | Height: | Size: 512 KiB |
Before Width: | Height: | Size: 512 KiB |
Before Width: | Height: | Size: 4.0 MiB |
Before Width: | Height: | Size: 4.0 MiB |
@ -1,7 +1,8 @@
|
|||||||
// Patches applying art changes to relay antennas
|
// Patches applying art changes to relay antennas
|
||||||
// Contents:
|
// Contents:
|
||||||
// - Communatron 16 (longAntenna)
|
// - Communotron 16 (longAntenna)
|
||||||
// - Communatron 16-S (surfAntenna)
|
// - Communotron 16-S (surfAntenna)
|
||||||
|
// - Communotron HG-55 (HighGainAntenna)
|
||||||
// - Communotron 88-88 (commDish)
|
// - Communotron 88-88 (commDish)
|
||||||
|
|
||||||
// Communotron 16
|
// Communotron 16
|
||||||
@ -29,6 +30,55 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Communotron HG-55
|
||||||
|
@PART[HighGainAntenna] {
|
||||||
|
@author = Andrew Cassidy
|
||||||
|
|
||||||
|
!MODEL {}
|
||||||
|
MODEL {
|
||||||
|
model = ReStock/Assets/Communication/restock-antenna-radial-3
|
||||||
|
}
|
||||||
|
|
||||||
|
@MODULE[ModuleDeployableAntenna] {
|
||||||
|
@animationName = Deploy_Radial
|
||||||
|
@pivotName = Dish_Radial
|
||||||
|
!secondaryTransformName = DELETE
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE {
|
||||||
|
name = ModulePartVariants
|
||||||
|
baseVariant = Axial
|
||||||
|
|
||||||
|
VARIANT {
|
||||||
|
name = Radial
|
||||||
|
displayName = #LOC_Restock_variant-antenna_radial
|
||||||
|
themeName = Gold
|
||||||
|
|
||||||
|
primaryColor = #fccb0a
|
||||||
|
secondaryColor = #707070
|
||||||
|
|
||||||
|
GAMEOBJECTS {
|
||||||
|
Dish_Normal = true
|
||||||
|
Dish_Axial = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
VARIANT {
|
||||||
|
name = Axial
|
||||||
|
displayName = #LOC_Restock_variant-antenna_axial
|
||||||
|
themeName = Gold
|
||||||
|
|
||||||
|
primaryColor = #fccb0a
|
||||||
|
secondaryColor = #707070
|
||||||
|
|
||||||
|
GAMEOBJECTS {
|
||||||
|
Dish_Normal = false
|
||||||
|
Dish_Axial = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Communotron 88-88
|
// Communotron 88-88
|
||||||
@PART[commDish] {
|
@PART[commDish] {
|
||||||
@author = Andrew Cassidy
|
@author = Andrew Cassidy
|
||||||
|
@ -139,5 +139,9 @@ Localization
|
|||||||
#LOC_RestockPlus_restock-antenna-stack-2_title = Communotron DTS-J1
|
#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_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-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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@ PART
|
|||||||
title = #LOC_RestockPlus_restock-antenna-stack-2_title //Communotron DTS-J1
|
title = #LOC_RestockPlus_restock-antenna-stack-2_title //Communotron DTS-J1
|
||||||
description = #LOC_RestockPlus_restock-antenna-stack-2_description
|
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.
|
// 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
|
dragModelType = default
|
||||||
maximum_drag = 0.3
|
maximum_drag = 0.3
|
||||||
minimum_drag = 0.3
|
minimum_drag = 0.3
|
||||||
|
@ -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
|
||||||
|
}
|
||||||
|
}
|