Jump to content

Do the KW fairings penalize Omni antennea range for Remote Tech?


lextacy

Recommended Posts

You could try and run a cfg to add it to the fairing base like

@PART[KW1mExpandedFairingBase]
{
MODULE
{
name = ModuleRTAntenna
IsRTActive = true
OmniRange = 500000
EnergyCost = 0.01

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}

MODULE
{
name = ModuleSPUPassive
}
}

@PART[KW2mExpandedFairingBase]
{
MODULE
{
name = ModuleRTAntenna
IsRTActive = true
OmniRange = 500000
EnergyCost = 0.01

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}

MODULE
{
name = ModuleSPUPassive
}
}

@PART[KW3mExpandedFairingBase]
{
MODULE
{
name = ModuleRTAntenna
IsRTActive = true
OmniRange = 500000
EnergyCost = 0.01

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}

MODULE
{
name = ModuleSPUPassive
}
}

@PART[KW1mFairingBase]
{
MODULE
{
name = ModuleRTAntenna
IsRTActive = true
OmniRange = 500000
EnergyCost = 0.01

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}

MODULE
{
name = ModuleSPUPassive
}
}

@PART[KW2mFairingBase]
{
MODULE
{
name = ModuleRTAntenna
IsRTActive = true
OmniRange = 500000
EnergyCost = 0.01

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}

MODULE
{
name = ModuleSPUPassive
}
}

@PART[KW3mFairingBase]
{
MODULE
{
name = ModuleRTAntenna
IsRTActive = true
OmniRange = 500000
EnergyCost = 0.01

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}

MODULE
{
name = ModuleSPUPassive
}
}

@PART[KW5mExpandedFairingBase]
{
MODULE
{
name = ModuleRTAntenna
IsRTActive = true
OmniRange = 500000
EnergyCost = 0.01

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}

MODULE
{
name = ModuleSPUPassive
}
}

@PART[KW5mFairingBase]
{
MODULE
{
name = ModuleRTAntenna
IsRTActive = true
OmniRange = 500000
EnergyCost = 0.01

TRANSMITTER
{
PacketInterval = 0.3
PacketSize = 2
PacketResourceCost = 15.0
}
}

MODULE
{
name = ModuleSPUPassive
}
}

EDIT - Whoops looks like, I missed the 5m fairings

EDIT- There fixed

Edited by Mecripp2
Link to comment
Share on other sites

The fairings themselves do not block signal, however planet curvature does. If you are more than 500km downrange of the launch site, or over the horizon (no LoS) you won't have a connection. What you can do is before losing connection set the flight computer (the calculator next to the time delay/connection box) to point you at your circularization heading and execute the node. This must be done before connection is lost.

Link to comment
Share on other sites

And most importantly remember your altitude also affects the range. So if you are 100km up and 400km away then you are further then 400km away from the target station. This is why I launch all my sats with a SSTO cargo craft to a Geosync orbit alt first then place the others in a different orbit using those as relays.

Link to comment
Share on other sites

What you can do is before losing connection set the flight computer (the calculator next to the time delay/connection box) to point you at your circularization heading and execute the node. This must be done before connection is lost.

I didn't know that's how the flight computer worked. I thought it was just similar to MechJeb. That could've saved me the hassle of performing an extremely eccentric LKO insertion.

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