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
|
||||
// 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
|
||||
|