Project Description
PowerPatcher is a replacement launcher for the MMORPG Mabinogi. In addition to a more robust feature set and concise errors, it features a plugin system, allowing anyone to easily create an addin using any .NET supported language.
Note to editors
The code is very undocumented right now, I'm working on that. The add in interface (PowerPatcherInterop) is finished and up to date in the current commit. You may start developing addins right now. For help, refer to the sampleaddin source and the (unfinished) MabiPatch addin.
Also, the iPlugin source describes each method.
*Create a .Net app that produces a dll, and has a class that impliments PowerPatcherInterop.iPlugIn.
*You'll have to use the AssemblyResolve event for non-GAC references (See mabipatch)
*To test your addin, create a folder in the add ins directory and place the dll there.
Better instructions to come.
Want to be a developer? Just create a codeplex account and ask!