Jump to content

Antenna Mod Request


Recommended Posts

There are two antenna mods out there is RT well forgot and some branches of it and there is AntennaRange.

EDIT- RT http://forum.kerbalspaceprogram.com/threads/83305-1-0-2-RemoteTech-v1-6-5-2015-05-18

And AntennaRange http://forum.kerbalspaceprogram.com/threads/83305-1-0-2-RemoteTech-v1-6-5-2015-05-18

EDIT- And if you want parts AIES and there are a couple more.

Edited by Mecripp2
Link to comment
Share on other sites

There are two antenna mods out there is RT well forgot and some branches of it and there is AntennaRange.

EDIT- RT http://forum.kerbalspaceprogram.com/threads/83305-1-0-2-RemoteTech-v1-6-5-2015-05-18

And AntennaRange http://forum.kerbalspaceprogram.com/threads/83305-1-0-2-RemoteTech-v1-6-5-2015-05-18

EDIT- And if you want parts AIES and there are a couple more.

Thanks for the AIES one! And I only made this thread because the RemoteTech glitched my antennas and they won't transmit data anymore.

Link to comment
Share on other sites

Thanks for the AIES one! And I only made this thread because the RemoteTech glitched my antennas and they won't transmit data anymore.

You want RT antennas to act like stock ?

EDIT- IF your using RT you have to have a connection to transmit if you un-installed RT and have a problem transmitting then you might have a CFG still somewhere thats your problem on added mods but if you deleted the plugin and only to keep the parts you need alittle patch to make them stock is all.

Edited by Mecripp2
Link to comment
Share on other sites

You want RT antennas to act like stock ?

EDIT- IF your using RT you have to have a connection to transmit if you un-installed RT and have a problem transmitting then you might have a CFG still somewhere thats your problem on added mods but if you deleted the plugin and only to keep the parts you need alittle patch to make them stock is all.

Where can I get that patch or how can I make it?

Link to comment
Share on other sites

Where can I get that patch or how can I make it?

You will need to delete all but the parts folder and whats in the rest of the RT folder delete this is a rough patch

//RT 2 Stock patch

@PART[RTShortAntenna1]
{
%TechRequired = flightControl
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}
}

@PART[RTLongAntenna2]
{
%TechRequired = largeElectrics
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}

}

@PART[RTLongAntenna3]
{
%TechRequired = specializedElectrics
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}

}

@PART[RTShortDish1]
{
%TechRequired = electrics
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}

}

@PART[RTShortDish2]
{
%TechRequired = electrics
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}

}

@PART[RTLongDish1]
{
%TechRequired = electrics
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}

}

@PART[RTLongDish2]
{
%TechRequired = largeElectrics
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}

}

@PART[RTGigaDish1]
{
%TechRequired = advScienceTech
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}

}

@PART[RTGigaDish2]
{
%TechRequired = specializedElectrics
%MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.10
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}

}

EDIT- If you need a cfg just put this anywhere in you KSP/GameData folder https://dl.dropboxusercontent.com/u/72893034/Untitled%20Folder/RT_2_Stock_Patch.cfg.zip

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