Jump to content

[MM] How to alter the NEEDS section of another patch


Recommended Posts

Hi everyone, looking for module manager experts here.

I'm trying to make a patch to support the life support from Kerbalism in some Contract Configurator contract packs and I need to change, via a MM patch, the NEEDS section of a node defined elsewhere. To be specific, I have for example this in the contracts :

CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport]
{ ... }

And I need a way to turn it into :

CONTRACT_TYPE:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport|Kerbalism]
{ ... }

Is there any way to do this ? I tried the edit syntax, don't seem to work... :

@CONTRACT_TYPE[example]:NEEDS[TACLifeSupport|USILifeSupport|IFILifeSupport|Kerbalism]
{ ... }

and copying the whole node, doesn't seem to work either :

+CONTRACT_TYPE[example]:NEEDS[Kerbalism]
{ ... }

Thanks !

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