Jump to content

Is there a mod that makes simple experiments transmittable for 100%?


aluc24

Recommended Posts

Hi,

I am looking for a mod that makes simple experiments with numeric data (temperature, pressure, etc.) transmittable for 100%, not requiring being returned for full science value, while the experiments that produce samples (science lab, mystery goo, surface samples, etc.) must still be returned. I used Kerbalism up till now, and it tweaks this like I described, but I had to ditch it because of it's incompatibility with other mods.

Is there a a stand-alone mod that does this? I am having a hard time finding one. SETI Rebalance used to do this as well, but it hasn't been updated since KSP 1.3...

Link to comment
Share on other sites

I don't know if a mod exists but a quick glance at the part config suggests this can be achieved with a fairly simple module manager patch, which makes me think you could probably just pull those patches out of the mods you mentioned.

Inside "ModuleScienceExperiment" there's an entry for "xmitDataScalar" which I'm guessing is the multiplier for transmit value. So a patch for that would look something like this...

@PART[sensorAtmosphere]
{
  @MODULE[ModuleScienceExperiment]
    {
      @xmitDataScalar = 1.0
    }
}

I could be completely wrong mind you and that value means something else entirely :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...