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
{{ message }}
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
PPML is stuck on Harmony 1.2 for the time being. Harmony 1.2 has been deprecates and 2.0 is the suggested route forward.
There is one main issue with this: Harmony patches for 1.2 are not inherently compatible with 2.0. Meaning this could break compat... again. I'm loathe to commit to doing that so another way will have to be made available.
Options:
Ship with Harmony 1.2 for those mods which use it anyway, but port PPML to 2.0.
Create a compat layer for 1.2 <-> 2.0.
The text was updated successfully, but these errors were encountered:
My conclusion is that both Harmony cannot co-exist in same AppDomain, and obviously Harmony won't work if it is loaded into a separate domain. If I am to try again I'd properly clone Harmony 2.0 and mix in my bridge code.
Good luck. If you can solve the problem, you will be the hero for many modders.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PPML is stuck on Harmony 1.2 for the time being. Harmony 1.2 has been deprecates and 2.0 is the suggested route forward.
There is one main issue with this: Harmony patches for 1.2 are not inherently compatible with 2.0. Meaning this could break compat... again. I'm loathe to commit to doing that so another way will have to be made available.
Options:
The text was updated successfully, but these errors were encountered: