Examples and projects
This chapter contains a table of existing projects utilizing ReiPatcher and example projects created to provide basic mod templates.
Examples
Most of the examples that are based on this guide can be found on UmaiUmeUnion’s own GitHub. All examples contain a README, and all the source code is heavily commented.
Existing open-sourced projects
Here is a list of some open-sourced projects using ReiPatcher.
Project | Game | Description and notes |
---|---|---|
ExternalSaveData | CM3D2 | A mod by neguse11 to allow using additional save data for other plugins. Uses PatcherHelper.cs to perform patching. |
MaidVoicePitch | CM3D2 | Another mod by neguse11. Uses PatcherHelper.cs to perform patching. |
MaidFiddler | CM3D2 | A mod by denikson to allow in-game value editin. Uses Cecil.Inject to perform patching. |