Add omni antennas

This commit is contained in:
2018-12-29 20:02:12 -08:00
parent b8dd06113e
commit 2f33c71628
6 changed files with 29 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -1,18 +1,45 @@
// Patches applying art changes to relay antennas // Patches applying art changes to relay antennas
// Contents: // Contents:
// - Communatron 16 (longAntenna)
// - Communatron 16-S (surfAntenna)
// - Communotron 88-88 (commDish) // - Communotron 88-88 (commDish)
// Communotron 16
@PART[longAntenna] {
@author = Andrew Cassidy
!mesh = DELETE
MODEL {
model = ReStock/Assets/Communication/restock-antenna-1
}
@MODULE[ModuleDeployableAntenna] {
@animationName = Deploy
@pivotName = Segment_1
}
}
// Communotron 16-S
@PART[SurfAntenna] {
@author = Andrew Cassidy
!MODEL {}
MODEL {
model = ReStock/Assets/Communication/restock-antenna-2
}
}
// Communotron 88-88 // Communotron 88-88
@PART[commDish] { @PART[commDish] {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
MODEL { MODEL {
model = ReStock/Assets/Communication/restock-antenna-radial-5 model = ReStock/Assets/Communication/restock-antenna-5
} }
@MODULE[ModuleDeployableAntenna] { @MODULE[ModuleDeployableAntenna] {
@animationName = Deploy @animationName = Deploy
@pivotName = Dish @pivotName = Dish
} }
} }