
Player Model Manager
Link model replacement API.
Last updated | a week ago |
Total downloads | 484 |
Total rating | 3 |
Categories | Libraries |
Dependency string | YAZMT-Player_Model_Manager-0.4.0 |
Dependants | 2 other packages depend on this package |
This mod requires the following mods to function


YAZMT-YAZMT_Core
Common functions and data API for Zelda64: Recompiled mods by YAZMT.
Preferred version: 0.1.1
README
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:0.4.0",
]
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.
THIS MOD DOES NOT PROVIDE ANY MODELS ON ITS OWN. YOU MUST SOURCE YOUR MODELS FROM OTHER MODS.
If you are looking to load ".zobj" models, then see this mod's filesystem addon.