You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Master-Overflow-Settings.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,5 +59,25 @@ If you must use older patchers (< v0.36.0) alongside newer ones:
59
59
3.**Place heavy patchers last**: Patchers that add many masters should come after old patchers
60
60
4. This ensures old patchers run before split files are created
61
61
62
+
---
63
+
64
+
## Update Load Order After Run
65
+
When split files are created, your `Plugins.txt` needs to be updated to include the new split files so that the game and other tools recognize them. This setting automates that process.
66
+
67
+
**Default:** ON (enabled by default)
68
+
69
+
After a successful run, Synthesis will update `Plugins.txt` to reflect the current set of output files:
70
+
71
+
-**Adds** any new split files (e.g., `Patch_2.esp`, `Patch_3.esp`) that were created
72
+
-**Removes** old split file entries that are no longer produced
73
+
-**Preserves** the original position and enabled/disabled state of the base mod in the load order
74
+
- New entries are inserted adjacent to the base mod entry so that split files remain consecutive
75
+
76
+
### When to Disable
77
+
You may want to turn this off if you manage your `Plugins.txt` manually or through another tool and don't want Synthesis modifying it.
78
+
79
+
!!! note
80
+
This setting only takes effect when **Split Files if Max Masters Exceeded** is also enabled.
81
+
62
82
## Location in Settings
63
-
This setting is found in the Profile settings under **Master Overflow Settings**, located near the FormID Persistence settings.
83
+
These settings are found in the Profile settings under **Master Overflow Settings**, located near the FormID Persistence settings.
0 commit comments