// Management · RimWorld Mod

PurePatcher

PurePatcher mod preview for RimWorld

PurePatcher PurePatcher is a support library that provides low-level, high-performance patching support for other RimWorld mods.

PurePatcher

PurePatcher is a support library that provides low-level, high-performance patching support for other RimWorld mods. It does not add any gameplay content on its own. You only need to subscribe to it if another mod lists PurePatcher as a requirement.

How It Differs

Harmony Harmony is the standard patching library used by many RimWorld mods, and it is the better choice in most cases. PurePatcher is for rare, performance-sensitive cases where runtime wrappers from Prefixes, Postfixes, or some Transpiler setups are not acceptable. Prepatcher PurePatcher is a fork of Prepatcher. It does not include Prestarter, and it provides ready-to-use method body replacement support. Prepatcher and PurePatcher can be used together.

Source Code

PurePatcher is open source under the MIT license.

Credits

PurePatcher is built with deep respect for the work of Harmony, MonoMod, Mono.Cecil, and the original Prepatcher project. Sincere thanks to their authors and maintainers.