ShotgunNinja / Kerbalism

Hundreds of Kerbals were killed in the making of this mod.
The Unlicense
43 stars 19 forks source link

JX2 antenna has new parts #152

Open gabevenberg opened 6 years ago

gabevenberg commented 6 years ago

parts are not defined in support.

ghost commented 6 years ago

Edit the file : GameData\Kerbalism\Support\JX2Antenna.cfg Add the content:

@PART[jw1MDA]:NEEDS[FeatureSignal]:FOR[Kerbalism]:AFTER[JX2Antenna] { MODULE { name = Antenna type = high_gain cost = 1.38 dist = 300000000000 rate = 0.128 }

MODULE:NEEDS[FeatureReliability] { name = Reliability type = Antenna title = Antenna redundancy = Communication repair = Engineer mtbf = 108864000 // 12y extra_cost = 3.0 extra_mass = 0.5 }

MODULE { name = ModuleAnimationGroup deployAnimationName = deployHexes moduleType = Antenna }

!MODULE[ModuleAnimateGeneric]:HAS[#animationName[deployHexes]] {}

@description = An enormous High-Gain antenna, powerful enough to maintain contact with DSN even from the farthest outskirts of the system. It has been built from the highest quality components available, thus ensuring a long and reliable service. }

@PART[ju1MDA]:NEEDS[FeatureSignal]:FOR[Kerbalism]:AFTER[JX2Antenna] { MODULE { name = Antenna type = high_gain cost = 1.38 dist = 300000000000 rate = 0.128 }

MODULE:NEEDS[FeatureReliability] { name = Reliability type = Antenna title = Antenna redundancy = Communication repair = Engineer mtbf = 108864000 // 12y extra_cost = 3.0 extra_mass = 0.5 }

MODULE { name = ModuleAnimationGroup deployAnimationName = deployHexes moduleType = Antenna }

!MODULE[ModuleAnimateGeneric]:HAS[#animationName[deployHexes]] {}

@description = An enormous High-Gain antenna, powerful enough to maintain contact with DSN even from the farthest outskirts of the system. It has been built from the highest quality components available, thus ensuring a long and reliable service. }