You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should potentially expose LinkCacheOnlyEnabled vs LinkCacheFull, potentially, to help clarify exposure of whether to include only enabled mods in the lookups or not?
Right now it might be that Mo2 and other mod managers are trimming disabled mods, so they're effectively the same. But I could imagine it causes issues if:
Run against a plugins.txt with disabled mods
A disabled mod has the winning override
That situation will behave unexpectedly with the typical WinningOverride patterns?
Alternatively, we could have a setting called "Only Include Enabled Mods" saved per patcher setting, and synthesis could do the filtering out itself to not rely on the mod manager.
The text was updated successfully, but these errors were encountered:
Should potentially expose
LinkCacheOnlyEnabled
vsLinkCacheFull
, potentially, to help clarify exposure of whether to include only enabled mods in the lookups or not?Right now it might be that Mo2 and other mod managers are trimming disabled mods, so they're effectively the same. But I could imagine it causes issues if:
That situation will behave unexpectedly with the typical
WinningOverride
patterns?Alternatively, we could have a setting called "Only Include Enabled Mods" saved per patcher setting, and synthesis could do the filtering out itself to not rely on the mod manager.
The text was updated successfully, but these errors were encountered: