Nexus Integration - Mutagen-Modding/Synthesis GitHub Wiki

Create a .Synth File

To create a .synth file, simply create a text file with the repository url and project location as demonstrated below. Then make sure to save your file as [patcher_name].synth. This will create a shortcut that will add your patcher to Synthesis. You can then optionally host the file on Nexus.

{ "AddGitPatcher": { "Url": "https://github.com/[Project-Path]", "SelectedProject": "[Directory]\\[Project].csproj" } }