Jump to content

Help with MM patch for antennas


Recommended Posts

 

Hi,

My goal with this patch is : - reduce antenna EC consumption on science transmission. Reduce the bandwith to make science transmission take longer.

I came with multiple solutions, but it's weird since it never fully works : some antennas have half the patch applied (the ec bit), others the bandwith bits, others none...

Here are examples of what I tested, none were better than the other.

If some MM wizzards are around, some little help will greatly appreciated ! :)

first attempt :

@PART[*]:HAS[@MODULE[ModuleDataTransmitter]]:FINAL
{
  @MODULE[ModuleDataTransmitter]
    { 
        @PacketInterval /= 2
        @packetSize /= 2
        @packetResourceCost /= 2
    }
}

second attempt :

@PART[*]:HAS[@MODULE[ModuleDataTransmitte*]:HAS[#antennaType[RELAY]]]:FINAL
{
    @MODULE[ModuleDataTransmitter]
    {
        @PacketInterval /= 2
        @packetSize /= 2
        @packetResourceCost /= 2
    }
}
@PART[*]:HAS[@MODULE[ModuleDataTransmitte*]:HAS[#antennaType[DIRECT]]]:FINAL
{
    @MODULE[ModuleDataTransmitter]
    {
        @PacketInterval /= 2
        @packetSize /= 2
        @packetResourceCost /= 2
    }
}
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...