NL_MCM - A Modular MCM Framework
skyrimspecialedition — Mods & Enhancements
NL_MCM is a modular framework for Skyrim mod authors, extending SkyUI's MCM scripts with an object-oriented, module-based approach. It lets authors split MCM pages into separate scripts for easier management. With 14,600 endorsements and 3.3 million downloads, it's a widely adopted resource.
📦 Full mod page on discovermods
Downloads, ratings, compatibility info, installation guides, and user reviews.
View on discovermods →Syntax
Modders Resources
Example
Downloads: 3,261,668
💡 Notes
By NeverLost
🎯 Tips & Tricks
If you're a mod author, install this as a master file and reference it in your mod's scripts—don't merge it into your own mod.
Make sure SkyUI is installed and up to date, as NL_MCM extends its MCM scripts.
Check the mod's forum or comments for community examples—the description doesn't include usage docs.
🔧 Troubleshooting
Mod conflicts
Check load order. Disable conflicting mods one by one.
⚠️ Common Mistakes
- Installing without checking requirements
👍 Pros
- Huge community trust: 14,600 endorsements and 3.3 million downloads—this is a staple for mod authors.
- Makes MCM development way cleaner by splitting pages into modules—a lifesaver for complex mods.
- Actively maintained (last updated June 2024), so it's current with Skyrim modding.
- Object-oriented design is a big step up from vanilla SkyUI scripting—easier to debug and extend.
👎 Cons
- Requires SkyUI as a dependency—if you're not using SkyUI, this is a no-go.
- Aimed squarely at mod authors; regular players won't see any direct benefit.
- No detailed documentation or examples provided in the description—you'll need to dig into the scripts yourself.