Morrowind
0 of 0

File information

Last updated

Original upload

Created by

John Moonsugar - with hacks by eddie5

Uploaded by

eddie5

Virus scan

Safe to use

Tags for this mod

About this mod

You can specify things NOT to clean.

Permissions and credits
Sometimes tes3cmd clean will clean duplicates that are there for a reason or aren't really duplicates at all. For example if something is defined one way by tribunal's esm and another way by Bloodmoon's and you'd like to use the tribunal version, tes3cmd will see that your item is a duplicate of the old, no longer used tribunal definition and clean it away when reverting the def is the whole point.
To work around this this version adds two flags to the clean command: --ignore-id and --ignore-type.
Examples:
> tes3cmd clean --ignore-id steel_cuirass mymod.esp
to leave the steel cuirass alone.
> tes3cmd clean --ignore-type info mymod.esp
to not remove any dialogue.

All the parts of the code that actually DO stuff are John Moonsugar's - all I added was some optional laziness. :)