-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Justin Swanson edited this page Nov 10, 2022
·
10 revisions
It allows modders to develop mods via code rather than by hand. These are often referred to as "patchers".
As a user creating a modded load order, Synthesis lets you add as many of these patcher mods as you like, and bundle them together into one single mod file: Synthesis.esp
. You should rerun the Synthesis pipeline any time you add/remove mods so the patchers can change and adapt to the new content.
Easily add patchers and run patcher pipelines on your game.
Typically, you want to utilize development tools provided by Synthesis to help you create Mutagen patchers from scratch.
- Home
- Overview
- Installation
- Typical Usage
- Multiple Output Targets
- Load Order and Previous Patchers
- Overriding Data Folder Path
- Blacklisting Mods
- Versioning
- Synthesis vs Mutagen
- .synth Files
- Other Dynamic Mod Generators
- Language Settings
- Running With Existing Saves
- Starting Into a Specific Profile
- Updating UI
- FAQ and Troubleshooting
- Patcher Types
- Developers
- Other