A mod loader for RPG Maker MV games.
It solves one of the main issues that makes modding RPG Maker games so inconvenient: distribution of changes. The database for games is just a bunch of JSON files, which mod authors distribute in their entirety, telling users to drag and drop to install their mods, overriding the contents of the files they replace. This makes most mods incompatible with each other. With this plugin, you can make your game much more easily moddable. It's also a great way of distributing updates or DLC content for larger games, so your users don't have to again download the full thing.
The MV Mod Loader is capable of merging changes coming from different mods, not only for simple things like weapons and armor, but also for common events. It does this by relying on the xdiff algorithm, along with some simple heuristics. For example, if one mod adds a new trait to a weapon, while another removes two of the original traits, the plugin will make it so the weapon both has the new trait, and no longer the two removed ones. In the case of the weapon's parameters, the mod that is loaded last will take precedence.
Once the plugin is added to your game, it will create a
folder inside of the
folder when launched. This is where your users can install mods. In the title screen, they will find a new option called
mods. Here they can enable and disable their mods, as well as reorder them.
You can find the plugin, and some more details, on Github:
https://github.com/1d51/mv-mod-loader
As can be seen in the Github repo, this plugin is distributed under a MIT license.
I'll try to write some better documentation later on, if there's interest!
本贴来自国际rpgmaker官方论坛作者:1d51处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/mv-mod-loader.156004/