Jump to content

Searching for antenna mod


Thrall

Recommended Posts

I had a patch file to do that for stock as some mods do it anyway.

EDIT- Or if you know how to edit the cfg can tell you.

EDIT- If it's for stock you can edit the file like this

MODULE

{

name = ModuleAnimateGeneric

animationName = dish

isOneShot = false

startEventGUIName = Extend

endEventGUIName = Retract

actionGUIName = Toggle Antenna

}

MODULE

{

name = ModuleDataTransmitter

packetInterval = 0.18

packetSize = 2

packetResourceCost = 20.0

requiredResource = ElectricCharge

DeployFxModules = 0 <-------------- Find this and delete it this line then you can transmit deployed or retracted

}

EDIT- For antenna mods there http://forum.kerbalspaceprogram.com/threads/56440-0-25-AntennaRange-1-5-Enforce-and-Encourage-Antenna-Diversity and http://forum.kerbalspaceprogram.com/threads/83305-0-25-0-RemoteTech-v1-5-1

EDIT- Here is anther way

@PART[commDish]
{
@[ModuleAnimateGeneric]
{
@name = ModuleAnimateGeneric
!isOneShot = DELETE
}

@MODULE[ModuleDataTransmitter]
{
@name = ModuleDataTransmitter

!DeployFxModules = DELETE
}

}

@PART[mediumDishAntenna]
{
@[ModuleAnimateGeneric,0]
{
@name = ModuleAnimateGeneric
!isOneShot = DELETE
}

@MODULE[ModuleDataTransmitter]
{
@name = ModuleDataTransmitter

!DeployFxModules = DELETE
}

}

@PART[longAntenna]
{
@[ModuleAnimateGeneric]
{
@name = ModuleAnimateGeneric
!isOneShot = DELETE
}

@MODULE[ModuleDataTransmitter]
{
@name = ModuleDataTransmitter

!DeployFxModules = DELETE
}

}

This for a MM patch

EDIT- And if your looking for a mod that have more antenna and dishes http://forum.kerbalspaceprogram.com/threads/35383-0-21-1-AIES-Aerospace-v1-4-2

Edited by Mecripp2
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...