Skip to content

Commit 1490d1b

Browse files
Added note to merging
1 parent ece780f commit 1490d1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/10-appending-and-merging-files/10-02-merging-files.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Merging files into a data file is required for more complicated operations, such as inserting data somewhere other than the start of the document, replacing certain data with new data, or even deleting certain data from the document.
44

5+
By using `_merge` files, rather than replacing the data files entirely, you make your mod fully compatible with both changes to the base game and to changes made by other mods. Merge files are applied in mod load order, meaning that multiple mods can make changes to the same file without any conflicts!
6+
57
### Merging into TXT Files
68
**TODO**
79

0 commit comments

Comments
 (0)