Using tes3cmd by john-moonsugar I go over the basics on how to report export common records.
This is useful for troubleshooting mods that may or may not work together.
0:00 common command
Use the common command to print the IDs of records that 2 plugins have in common.
tes3cmd common "plugin1.esp" "plugin2.esp"
tes3cmd documentation on the common command: https://github.com/john-moonsugar/tes...
0:52 diff command
To be used to report and export the differences between plugins. These differences are then saved in Morrowind/Data Files
I recommend adding --not-equal so it'll only print the records that differ.
tes3cmd diff --not-equal "plugin1.esp" "plugin2.esp"
tes3cmd documentation on the diff command: https://github.com/john-moonsugar/tes...
---------------------------------------------------------------------------------------------------------------------------
tes3cmd download link: https://github.com/john-moonsugar/tes...