Jump to content

EVA Antenna Mod


Kiro

Recommended Posts

Is there a mod that gives Kerbals on EVA an antenna to transmit science back to their vessel? If not, I think it would be great to make something like this with a very short antenna range.

Thoughts? Ideas?

Link to comment
Share on other sites

yeah

Spoiler

@PART[kerbalEVA*]
{
vesselType = Probe
    MODULE
        {
        name = ModuleCommand
        minimumCrew = 0
        RESOURCE
        {
            name = ElectricCharge
            rate = 0.08
        }
        }
    MODULE
    {
        name = ModuleDataTransmitter
        antennaType = DIRECT
        packetInterval = 1.0
        packetSize = 4
        packetResourceCost = 1.125
        requiredResource = ElectricCharge
        antennaPower = 2500
        optimumRange = 2500
        packetFloor = 0.1
        packetCeiling = 5
    }

    RESOURCE
    {
        name = ElectricCharge
        amount = 1500
        maxAmount = 1500
    }
}
@PART[kerbalEVA*]:HAS[@MODULE[ModuleScienceExperiment]]:Final
{    
@MODULE[ModuleScienceExperiment]
 {
  @xmitDataScalar = 1.0
 }
}

oops forgot this is a MM config file create a folder i use zzzMyModParts ,to make sure everything in there is processed last., i call mine kerbalEVAxmitter.cfg 

eva

right clik on kerbal

change vessel type to rover or something then accept

you should see the symbology change in the upper corner from a guy to the commnet connection

only has a range of 2500 m so you need a relay antenna on your rover or ship

also makes it where you get full credit for the science. 

ill admit not a very elegant solution but the only one i could think of at the time hopefully somebody will come along and do a more elegant one. 

Edited by COL.R.Neville
Link to comment
Share on other sites

This mod could perhaps play well with the above config. It should allow you to store science the Kerbal transmits in an applicable container on the target vessel, as opposed to just using it as a relay back to Kerbin. This may be desired if you have a mobile lab on that vessel, or no proper connection back home.

http://spacedock.info/mod/988/Science Relay

Edited by Streetwind
Link to comment
Share on other sites

i couldnt remember if it recharged when you got back in and if you are doing surface experiments etc and unable to recharge you need a lil ec. you can make it anything you want.

so long story short SWAG

technically the guy is a ship so you could add a singularity reactor and warp drive if you wanted to hehe

Edited by COL.R.Neville
Link to comment
Share on other sites

2 hours ago, COL.R.Neville said:

i couldnt remember if it recharged when you got back in and if you are doing surface experiments etc and unable to recharge you need a lil ec. you can make it anything you want.

so long story short SWAG

technically the guy is a ship so you could add a singularity reactor and warp drive if you wanted to hehe

Thanks man, I'm definitely going to try this patch tonight.
 

And for excrementss and giggles I will put a warp drive on a Kerbal and see them eva across the system :D

6 hours ago, Streetwind said:

This mod could perhaps play well with the above config. It should allow you to store science the Kerbal transmits in an applicable container on the target vessel, as opposed to just using it as a relay back to Kerbin. This may be desired if you have a mobile lab on that vessel, or no proper connection back home.

http://spacedock.info/mod/988/Science Relay

Yup, that was my plan all along :D

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