HarmonyX extensions - BepInEx/HarmonyX GitHub Wiki
HarmonyX contains various additions to Harmony 2 base code.
The main differences can be outlined as follows:
- Patching API changes (additions to existing
Harmony
instance API to make patching faster and in some cases more fine-grained) - Changes to patching behaviour (e.g. prefixes are flowthrough)
- New/restored API (e.g.
CodeMatcher
that was removed at one point)
This section only outlines the changes, for rationale, please check out exact outline of all important changes .