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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

View File

@ -1,7 +1,8 @@
// Patches applying art changes to relay antennas
// Contents:
// - Communatron 16 (longAntenna)
// - Communatron 16-S (surfAntenna)
// - Communotron 16 (longAntenna)
// - Communotron 16-S (surfAntenna)
// - Communotron HG-55 (HighGainAntenna)
// - Communotron 88-88 (commDish)
// 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
@PART[commDish] {
@author = Andrew Cassidy