Jump to content

Automatic probe hibernation?


medicdude

Recommended Posts

Hello, and welcome to the forums! :)

6 minutes ago, medicdude said:

Is there a mod that automatically turns on probe hibernation if you are piloting a vessel and activate timewarp and then turns off hibernation when the timewarp ends?

I think that's available in stock-- I believe there's a game setting somewhere that does precisely this.

Link to comment
Share on other sites

Thanks for the welcome!

I have looked into it; there is indeed a probe Part right-click menu option to hibernate in warp, it is simply off by default. I really don't know how I missed that because I've been clicking the hibernation button manually a bunch of times XD

Link to comment
Share on other sites

There's also a Module Manager patch to auto-enable that setting for all compatible probe cores. Taken from this thread:

//Default Hibernate in Warp to Auto
//Author: Alshain
@PART[*]:HAS[@MODULE[ModuleCommand]:HAS[#hasHibernation[True]]]:FINAL
{
	@MODULE[ModuleCommand] 
	{
		%hibernateOnWarp = true
	}
}

 

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