ModuleManager icon indicating copy to clipboard operation
ModuleManager copied to clipboard

Results 42 ModuleManager issues
Sort by recently updated
recently updated
newest added

We can currently compare numbers based on greater than or less than, but no way to compare equal to (or gteq/lteq). The `=` character is off limits since KSP uses...

C# boolean parsing is case-insensitive, so boolean values in configs can often end up with different cases. This is difficult to account for in patches. It would be convenient to...

Sometimes it's useful to conditionally modify nodes/values based not on their contents but based on other values/nodes at the same level. You can accomplish the same thing with multiple patches...

Example: PART[*]:HAS[#manufacturer[abc]|#manufacturer[def]]

Can the & and | operators be added to the syntax for `HAS` blocks as well as `NEEDS` blocks? It would make some filters much easier to write than in...

When launching KSP with modded installs, ModuleManager can frequently take a significant amount of time to patch all of the configurations that need patching. If ModuleManager could be modified to...

Affects: versions 1.5.6 and 2.0.3 A config like this: ``` !EXPERIMENT_DEFINITION[crewReport] EXPERIMENT_DEFINITION { id = crewReport title = Crew Report baseValue = 5 scienceCap = 5 dataScale = 1 requireAtmosphere...

When queried by other plugins, cloned parts appear as if they're all added to the file of the original part. Filter Extensions uses the cfg path for some of the...

I was thinking that it could be useful to have a way to target a key based on its value let's say we have a node that looks like this:...

KSP-1.3, MM 2.8.0 Hi. I'm trying to utilize the MM_REINITIALIZE feature as [described in the Wiki](https://github.com/sarbian/ModuleManager/wiki/Managing%20Dynamic%20Modules#reinitialized-modules). The setup is as follows: - A mod (_ConfigurableContainers_) is installed and a vessel...