-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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....
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels