Jump to content

Change science transmission value for Kerbals?


Recommended Posts

I would really like to reduce how much science you get for transmitting surface samples. For parts you can do something like this with module manager:

@PART[*]:HAS[@MODULE[ModuleScienceExperiment]]:Final

{

@MODULE[ModuleScienceExperiment]:HAS[#experimentID[surfaceSample]]

{

@xmitDataScalar = 0.1

}

}

But @PART doesn't make this change in your Kerbals themselves. They still transmit at the stock 25%.

Is there any way to make this change with MM? Or would it be possible to create a simple mod which does this?

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