
Player Model Manager
Easily swap Link's models.Details
PlayerModelManager for Majora's Mask: Recompiled
This is an API mod for Majora's Mask: Recompiled that simplifies Link model replacement and adds a menu that lets the user swap between models for each form.
If you want to make a model mod that is compatible with this API, add this header file to your mod's includes and the mod to your dependencies in your toml:
dependencies = [
"yazmt_mm_playermodelmanager",
]
Note that this mod does not have any built-in models or allow models to be read in directly from the user's PC. If you have no mods that use this mod as a dependency, then no models will appear in the menu.