mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Remove RT patch and compress shroud texture
This commit is contained in:
@ -1,37 +0,0 @@
|
||||
// RemoteTech support
|
||||
// RT changes the antenna modules to be ModuleAnimateGeneric based, so need to target those
|
||||
|
||||
// Communotron 16
|
||||
@PART[longAntenna]:AFTER[ReStock]:NEEDS[RemoteTech]
|
||||
{
|
||||
@MODULE[ModuleAnimateGeneric]
|
||||
{
|
||||
@animationName = Deploy
|
||||
}
|
||||
}
|
||||
|
||||
// Communotron DTS-M1
|
||||
@PART[mediumDishAntenna]:AFTER[ReStock]:NEEDS[RemoteTech]
|
||||
{
|
||||
@MODULE[ModuleAnimateGeneric]
|
||||
{
|
||||
@animationName = Deploy
|
||||
}
|
||||
}
|
||||
|
||||
// Communotron HG-55
|
||||
@PART[HighGainAntenna]:AFTER[ReStock]:NEEDS[RemoteTech]
|
||||
@MODULE[ModuleAnimateGeneric]
|
||||
{
|
||||
@animationName = Deploy_Radial
|
||||
}
|
||||
}
|
||||
|
||||
// Communotron 88-88
|
||||
@PART[commDish]:AFTER[ReStock]:NEEDS[RemoteTech]
|
||||
{
|
||||
@MODULE[ModuleAnimateGeneric]
|
||||
{
|
||||
@animationName = Deploy
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user