Remove RT patch and compress shroud texture

This commit is contained in:
ChrisAdderley 2019-11-17 22:50:05 -08:00
parent efdf9066f3
commit b514c9a911
4 changed files with 0 additions and 38 deletions

View File

@ -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
}
}

View File

@ -8,7 +8,6 @@ v1.0.1
- Fixed Skippper orange boattail texture assignments (#754)
- Fixed large truss piece collider scaling (#753)
- Un-blacklisted legacy squad spark model (we don't have an appropriate replacement anymore)
- Added compatability patch for RemoteTech
v1.0.0
------