Command Line Arguments - Michael-wigontherun/ESLifyEverything GitHub Wiki

Case does not matter for any of the following.

--------------------------=------------------------------------------------------------------------------------------
-h  or -help       Prints command line argument information
--------------------------=------------------------------------------------------------------------------------------
-c= or -check=         Followed by a plugin name will check the corresponding CompactedModData.

Example: -c="Magically mine.esp" will always check the CompactedModData associated with Magically mine.esp.
Or if it was a Merge it would check the merge.

You have 2 options you can do repeated -c="[plugin name]" or you can add them delimit them with ",".
Example: -c="Magically mine.esp" -c="GIST soul trap.esp" -c="Castle Volkihar Rebuilt.esp"
Example: -c="Magically mine.esp, GIST soul trap.esp, Castle Volkihar Rebuilt.esp"
   The second is preferred
   Spaces are not necessary after comma's.
--------------------------=------------------------------------------------------------------------------------------
-IMD or IgnoreModData     same additional syntax as the -check argument.

Example: -IMD=\"LOTDPatchMerge.esp\" will ignore my LOTDPatchMerge.esp merge.

It can be used for either a MergeCache or CompactedModData.
It is not recommend to use this for anything unless you know there will never be mod data for it.
--------------------------=------------------------------------------------------------------------------------------
-IgnoreScripts     will start up all normal processes except Script ESLify. As long as all other processes are valid.
--------------------------=------------------------------------------------------------------------------------------
-OnlyRunxEditReaderwill only run the xEdit Reader and nothing else.

Set another prosess of ESLify Everything with this argument to just quickly run the xEdit Log reader
Add -NP to have it close everything as well.
--------------------------=------------------------------------------------------------------------------------------
-NP                This will disable the pause at the end and it will close.
--------------------------=------------------------------------------------------------------------------------------