mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Added RemoteTech compatibility
This commit is contained in:
parent
05b9478038
commit
05680bb3a6
@ -0,0 +1,37 @@
|
|||||||
|
// 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,6 +8,7 @@ v1.0.1
|
|||||||
- Fixed Skippper orange boattail texture assignments (#754)
|
- Fixed Skippper orange boattail texture assignments (#754)
|
||||||
- Fixed large truss piece collider scaling (#753)
|
- Fixed large truss piece collider scaling (#753)
|
||||||
- Un-blacklisted legacy squad spark model (we don't have an appropriate replacement anymore)
|
- Un-blacklisted legacy squad spark model (we don't have an appropriate replacement anymore)
|
||||||
|
- Added compatability patch for RemoteTech
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user