Releases: harbingerofme/LighterPatcher
Releases · harbingerofme/LighterPatcher
1.1.0
1.0.5.1
- Fix an issue where if a method didn't have it's first instructions as call(virt)s, it would be skipped. Thanks
Windows10CE
. 1.0.5.1
Added better trace messages.1.0.5.1
Fixed needing types not available in theIL
namespace.
1.0.4
See readme
v1.0.3
This release adds:
- Skip trimming types that are not part of the On and IL namespace, as we have not done any scanning for dependencies on such types. Additionally, such types may be used as markers by other modifications. Like BepInEx.MonoMod.HookGenPatcher.
1.0.2
- Fix case where patcher would remove types needed by parameters of uncalled methods.
- Failing to successfully build will no longer leave the environment in an unstable state.
- More expansive logging when set to 'Debug'.
- Remove unused non-delegate nested types. (Thanks iDeath for pointing this out)
- No longer expand nested types of unused types.
Since 1.0.1 didn't have a github release:
- Fix case where patcher would fail to backup the mmhook because it already existed.
Initial Release
Should work for any Unity game that uses BepInEx as a modloader and has a monomodRuntimeDetour generated MMHOOK_Assembly-CSharp.dll
in it's plugins folder.