Jump to content

How do I MM?


Recommended Posts

The exact rules of those files are in here.

You need that plugin to make them work. Then put the .cfg patch files anywhere under GameData.

Making your own is as simple as making a new .cfg file and write things you want to modify following those rules. For example, my own lil patch is this one:

@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[FlightEngineer]]:FINAL {
MODULE {
name = FlightEngineer
}
}

@PART[*]:HAS[~TechRequired[]]:FINAL {
TechRequired = start
}

Which simply puts the Engineer Mod's module in every command pod/probe core if they don't have it already. And, puts any part (from mods, obviously) that are not included in the tech tree into the first tech node.

There are a lot of things you can do with this plugin. If you feel somewhat thankful for that, then thank sarbian and ialdabaoth.

Edited by Uzric
I forgot ialdabaoth :L
Link to comment
Share on other sites

The exact rules of those files are in here.

You need that plugin to make them work. Then put the .cfg patch files anywhere under GameData.

Making your own is as simple as making a new .cfg file and write things you want to modify following those rules. For example, my own lil patch is this one:

@PART
[*]:HAS[@MODULE[ModuleCommand],!MODULE[FlightEngineer]]:FINAL {
MODULE {
name = FlightEngineer
}
}

@PART
[*]:HAS[~TechRequired[]]:FINAL {
TechRequired = start
}

Which simply puts the Engineer Mod's module in every command pod/probe core if they don't have it already. And, puts any part (from mods, obviously) that are not included in the tech tree into the first tech node.

There are a lot of things you can do with this plugin. If you feel somewhat thankful for that, then thank sarbian and ialdabaoth.

All hail sarbian and ialdabaoth, and their great servant Uzric.

Link to comment
Share on other sites

I mean the right-click menu for kerbals - I want to add another experiment for EVA activities.

Oh, that goes into the actual coding inside the MM patches. I only wanted to know how to make existing MM patches work. No idea how to edit action menus.

You might ask in the Add-On development thread. Helpful bunch there.

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