Jump to content

Llac

Recommended Posts

Hello, I'm playing KSP with the realism overhaul mods installed, and the thing is that I was wondering if there is any mod that allows you to control a probe witch has no more antenna conection than a crewed vessel witch has no conection with the earth. For example control a rover on the martian surface from a martian base witch has no connection to the earth.  Thanks in advance!

Link to comment
Share on other sites

1 hour ago, Llac said:

Hello, I'm playing KSP with the realism overhaul mods installed, and the thing is that I was wondering if there is any mod that allows you to control a probe witch has no more antenna conection than a crewed vessel witch has no conection with the earth. For example control a rover on the martian surface from a martian base witch has no connection to the earth.  Thanks in advance!

Yes you can.In specific module you need to add these lines:

MODULE
{
 name = ModuleCommand

 requiresTelemetry = false
 SignalRequired = false
}

With these,you can control your probe without a signal and you need additional module:

MODULE
{
 name = ModuleProbeControlPoint
 minimumCrew = 0 //number of crew required for control
 multiHop = true
}

which will control your probe.

You can do this with MM for specific probe or for all.

Edited by sebi.zzr
Link to comment
Share on other sites

4 hours ago, sebi.zzr said:

Yes you can.In specific module you need to add these lines:


MODULE
{
 name = ModuleCommand

 requiresTelemetry = false
 SignalRequired = false
}

With these,you can control your probe without a signal and you need additional module:


MODULE
{
 name = ModuleProbeControlPoint
 minimumCrew = 0 //number of crew required for control
 multiHop = true
}

which will control your probe.

You can do this with MM for specific probe or for all.

Thanks sebi.zzr, I'll try that! 

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