Mutagen Modding is a small, developer-oriented publisher that emerged from the Bethesda-modding scene to solve version-control headaches plaguing large Skyrim, Fallout 4 and Starfield modifications. Its only public product, Spriggit, acts as a bidirectional translator: it serializes the binary .esp/.esm/.esl plugin files used by Creation-Engine games into clean YAML or JSON text, letting entire mod projects live in ordinary Git repositories where diffs, branches, pull requests and continuous-integration pipelines work exactly like normal software. Typical use cases include collaborative quest mods whose dialogue, scripts and item records must be reviewed before merge; automated build servers that repackage landscape overhauls whenever artists commit new meshes; and personal backups that can be rolled back with a single git revert instead of hunting for the last working .esp. Because the generated text preserves every byte of game data—form IDs, condition functions, packed refrs—developers can freely toggle between the human-readable “source” and the binary plugin the engine expects, eliminating the merge conflicts and corruption that once made team-based modding perilous. Mutagen Modding’s Spriggit is offered free of charge on get.nero.com, where the latest release is delivered through trusted Windows package managers such as winget, ensuring fresh builds and permitting batch installation alongside other development utilities.
A tool to facilitate converting Bethesda plugin files to a text based format that can be stored in Git.
Details