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:
parent
efdf9066f3
commit
b514c9a911
Binary file not shown.
Binary file not shown.
@ -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
|
||||
}
|
||||
}
|
@ -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
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user