ReStocked/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-antennas.cfg

46 lines
853 B
INI
Raw Normal View History

2018-12-22 03:34:05 +00:00
// Patches applying art changes to relay antennas
// Contents:
2018-12-30 04:02:12 +00:00
// - Communatron 16 (longAntenna)
// - Communatron 16-S (surfAntenna)
2018-12-22 03:34:05 +00:00
// - Communotron 88-88 (commDish)
2018-12-30 04:02:12 +00:00
// Communotron 16
@PART[longAntenna] {
@author = Andrew Cassidy
!mesh = DELETE
MODEL {
model = ReStock/Assets/Communication/restock-antenna-stack-1
2018-12-30 04:02:12 +00:00
}
@MODULE[ModuleDeployableAntenna] {
@animationName = Deploy
@pivotName = Segment_1
}
}
// Communotron 16-S
@PART[SurfAntenna] {
@author = Andrew Cassidy
!MODEL {}
MODEL {
2019-02-11 21:09:10 +00:00
model = ReStock/Assets/Communication/restock-antenna-radial-1
2018-12-30 04:02:12 +00:00
}
}
2018-12-22 03:34:05 +00:00
// Communotron 88-88
@PART[commDish] {
@author = Andrew Cassidy
!mesh = DELETE
MODEL {
model = ReStock/Assets/Communication/restock-antenna-stack-4
2018-12-22 03:34:05 +00:00
}
@MODULE[ModuleDeployableAntenna] {
@animationName = Deploy
@pivotName = Dish
}
2018-12-30 04:02:12 +00:00
}