wipe2238 / ScanMsg

Fallout .msg files scanner
MIT License
5 stars 0 forks source link

Command line options #2

Open wipe2238 opened 3 years ago

wipe2238 commented 3 years ago
egornovivan commented 6 months ago

Please add command line arguments to disable "text after brackets" and "duplicated id" checks log

wipe2238 commented 6 months ago

Please add command line arguments to disable "text after brackets" (...)

There's --relaxed option which ignores text after brackets if it starts with ; or //. That will clean up lot of false-positives in Interplay/modded-but-barely-touched files.

(...) and "duplicated id" checks

Ugh, i don't know about this one... That's where most of 'wrong text' reports are born; it's a little pain to sort out when starting using tool but it pays off later, when new entries are added. I'd rather not silence this, even as option, as .msg files are mostly edited by hand -- human mistake can happen any time.