Jump to content

How to make antennas stay deployed?


Recommended Posts

Might not be right forum. Anyways, last time I did this (back in .25), tweaking the line below in the part .cfg's caused antennas to stay deployed even when they weren't transmitting:

DeployFxModules = 0

to

DeployFxModules = 1

Doesn't seem to work now, with it they don't deploy at all (but seem to work just fine otherwise) and the menu is all flickery. Anyone have any ideas how to get this to work?

Link to comment
Share on other sites

I can confirm that the Extend button keeps the antenna extended, but as soon as you actually use it to transmit anything, it returns to its default behavior and retracts when finished.

I too would like a way to keep it stuck out when desired. :\

Link to comment
Share on other sites

Dishes don't offer the "Extend" option, only "Transfert Data" (and close when done)

I think you can click extend before the first transmission, but I could be wrong and only remember this from the VAB.

I concur, it is a cosmetic bug and should be squashed like any other.

Link to comment
Share on other sites

  • 4 weeks later...

Asked on the RemoteTech thread and got this:

You can use this:
@PART
[*]:HAS[@MODULE[ModuleDataTransmitter]]:Final
{
@MODULE[ModuleDataTransmitter]
{
%DeployFxModules = 1
%ProgressFxModules = 1
}
}

It wont play animation when you transmit data,but you can manually set the state of antenna.

Seems to work OK but haven't tested it much yet.

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...