You will need to have BepInExPack and R2API installed before you can use other mods.
Preloading optimisation for mods.
Last updated | 2 months ago |
Total downloads | 35222 |
Total rating | 18 |
Dependency string | Harb-LighterPatcher-1.0.5 |
Dependants | 34 other mods depend on this mod |
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.3.1LighterPatcher is an adaptation of @xiaoxiao921's LighterHook.
It aims to reduce the weight of MonoMod RuntimeDetour's generated MMHook file as a BepInEx patcher.
MMHOOK_Assembly-CSharp.dll
sometimes makes games slow. This patcher makes MMHOOK_Assembly-CSharp the smallest it can be.
Patcher make make computer go faster.
Put the LighterPatcher.dll
into BepInEx\Patchers
folder.
MMHOOK_Assembly-Csharp
contains a lot of extranous types that take a lot of processing power to handle, this patcher strips all types that aren't required by any plugins.
The process to do so is as follows:
BepInEx\Plugins
folder, and when that finds a mod with a reference to MMHOOK_Assembly-CSharp.dll
, scan all methods of that dll for references to On.*
and IL.*
.MMHOOK_Assembly-CSharp.dll
to MMHOOK_Assembly-CSharp.dll.backup
.Windows10CE
.IL
namespace.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
1.0.1
1.0.0
Please note that the install buttons only work if you have compatible client software installed. Otherwise use the zip download links instead.
Upload date | Version number | Downloads | Download link | |
---|---|---|---|---|
2020-11-28 | 1.0.5 | 8517 | Harb-LighterPatcher-1.0.5.zip | Install |
2020-9-19 | 1.0.4 | 11516 | Harb-LighterPatcher-1.0.4.zip | Install |
2020-6-13 | 1.0.3 | 9835 | Harb-LighterPatcher-1.0.3.zip | Install |
2020-4-28 | 1.0.2 | 1802 | Harb-LighterPatcher-1.0.2.zip | Install |
2020-4-9 | 1.0.1 | 3272 | Harb-LighterPatcher-1.0.1.zip | Install |
2020-4-8 | 1.0.0 | 280 | Harb-LighterPatcher-1.0.0.zip | Install |