Jump to content

How to prevent the lab to clean a science experiment


Recommended Posts

MODULE{
name = ModuleScienceLab

containerModuleIndex = 0
dataTransmissionBoost = 1.15
crewsRequired = 2

[COLOR=#ff0000] canResetConnectedModules = True[/COLOR]
[COLOR=#ff0000] canResetNearbyModules = True[/COLOR]
interactionRange = 5

RESOURCE_PROCESS
{
name = ElectricCharge
amount = 10
}
}

Looks like a cfg edit would be the easiest way

Link to comment
Share on other sites

MODULE{
name = ModuleScienceLab

containerModuleIndex = 0
dataTransmissionBoost = 1.15
crewsRequired = 2

[COLOR=#ff0000] canResetConnectedModules = True[/COLOR]
[COLOR=#ff0000] canResetNearbyModules = True[/COLOR]
interactionRange = 5

RESOURCE_PROCESS
{
name = ElectricCharge
amount = 10
}
}

Looks like a cfg edit would be the easiest way

Sorry my questions was not clear enough. I'd like to prevent the reset of a specific part (experiment) not the lab in general.

Link to comment
Share on other sites

Ok, after plenty more playing around and testing, I was mistaken. The patch does successfully prevent the experiment from being reset (ie, discard results), through its right-click menu, but it does not prevent the Processing Lab from attempting to clean the experiment after the data was transmitted.

Relatedly, does anyone know if there is a way to prevent or disable the "Review Data" screen from offering some of the options (Reset, Keep, Process, Transmit)?

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