z-edit / zedit-unified-patching-framework

A zEdit module which provides a framework for dynamic patch generation, similar to SkyProc/SUM.
MIT License
14 stars 3 forks source link

Multiple patch files not the same as a combined patch file. #20

Open mrudat opened 4 years ago

mrudat commented 4 years ago

At present, there is a distinction between:

and:

The difference being that if Patcher 1 adds a new record, in the first scenario, that record will not be visible to Patcher 2, while in the second scenario it will not.

This is arguably a bug, as the documentation suggests that there should be no distinction between the two scenarios, other than the second one consuming two entries in the user's load order.