mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add omni antennas
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user