ReStocked/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-antennas.cfg
drewcassidy eb1a95efc7
Update and normalize communications parts and assets
- rename all antenna parts to be consistant with naming convention
- rename models and texture files with consistant naming
- update asset files with naming convention and update all new antenna parts
2019-02-11 13:05:46 -08:00

46 lines
852 B
INI

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