This may be a design choice rather than a bug, but the "relinker" tool built into zMerge only replaces case sensitive matches of the merged plugins. For example, merging the plugin BGsomethingFishy.esp and running the relinker won't replace instances of GetModByName("BGSomethingFishy.esp"). While this is mostly fixable by manually changing the plugin names and re-merging, at least one script author uses inconsistent casing e.g. "BGSomethingFishy.esp" in one script and "BGsomethingFishy.esp" in a different script, so it would be nice if case-insensitive matching were supported, or a toggle-able option maybe?
This may be a design choice rather than a bug, but the "relinker" tool built into zMerge only replaces case sensitive matches of the merged plugins. For example, merging the plugin BGsomethingFishy.esp and running the relinker won't replace instances of
GetModByName("BGSomethingFishy.esp")
. While this is mostly fixable by manually changing the plugin names and re-merging, at least one script author uses inconsistent casing e.g. "BGSomethingFishy.esp" in one script and "BGsomethingFishy.esp" in a different script, so it would be nice if case-insensitive matching were supported, or a toggle-able option maybe?