Skip to content

Releases: harbingerofme/LighterPatcher

1.1.0

27 Dec 11:02
Compare
Choose a tag to compare

Add support for bepinex.multifolder.loader

1.0.5.1

28 Nov 19:40
Compare
Choose a tag to compare
  • 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 the IL namespace.

1.0.4

19 Sep 08:47
Compare
Choose a tag to compare

See readme

v1.0.3

13 Jun 13:09
Compare
Choose a tag to compare

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

28 Apr 13:12
Compare
Choose a tag to compare
  • 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

08 Apr 21:33
Compare
Choose a tag to compare

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.