Jump to content

Command Module transfer/assign part.


Recommended Posts

Is there any possibility of having a part make the part it's attached to have Command Capsule abilities? I would see using this to make crewable parts able to control the vessel, but only if there are crew manning the part.

Link to comment
Share on other sites

Just add ModuleCommand to the part using module manager... I'm not a module manager expert but this is what you would need to add to the part. The minimumCrew value is the minimum number of crew it needs to be able to control the vessel...

MODULE

{

name = ModuleCommand

minimumCrew = 1

}

Link to comment
Share on other sites

Not exactly what I wanted. Using MM would change all of those parts. For an example, suppose you had 2 hitchhiker crew capsules end to end on a vessel and you wanted one of them to be the control pod. My idea is to have a radially attached part that you attach to one of the Hitchhikers and gives it ModuleCommand. Would this require custom plugin? Could you even do this with a plugin?

Link to comment
Share on other sites

My idea is to have a radially attached part that you attach to one of the Hitchhikers and gives it ModuleCommand. Would this require custom plugin? Could you even do this with a plugin?

Yes, it would require a plugin. Yes it can be done. I do something that's sort of along these lines in ScienceAlert: adding and removing a PartModule at runtime from particular parts

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