Skip to content

Module Manager config file incomplete syntax #8

@JPLRepo

Description

@JPLRepo

Hi there.
I am the mod author of DeepFreeze Continued...
I have an issue with Snacks compatibility that is caused by incomplete Module Manager syntax in your patch.cfg file that you distribute with Snacks.
The issue is you are not using the :FOR[Snacks] syntax in your MM file and therefore your MM config file is not running in the correct sequence, resulting in other MM config files being overwritten and/or unable to override each other. If you could make this change then our mods would work well together.

If you change the syntax in your patch.cfg to have :FOR[Snacks] at the end of every @part line in your file then everything works well together.
Example:

@PART[*]:HAS[@MODULE[ModuleCommand],#CrewCapacity[1]]:FOR[Snacks]
.........
@PART[*]:HAS[@MODULE[ModuleCommand],#CrewCapacity[2]]:FOR[Snacks]
.........
etc....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions