mlox primarily works on filename. File size is not checked for all mods, the main use of it is for warning about mods with evil GMSTs; although it is used for version checking as in some cases it has to identify a file by its file size (because a modder hasn't include version information in the file's name or the plugin header).
mlox primarily works on filename. File size is not checked for all mods, the main use of it is for warning about mods with evil GMSTs; although it is used for version checking as in some cases it has to identify a file by its file size (because a modder hasn't include version information in the file's name or the plugin header).
Oh...didn't know that I like to rename my mods for better organization (some plugins aren't named very well either). I had hoped it worked by the internal plugin information.
Oh...didn't know that I like to rename my mods for better organization (some plugins aren't named very well either). I had hoped it worked by the internal plugin information.
Bummer.
Sadly, the Author and Description fields are often not used. I'd guesstimate a third of mods don't have anything in there and quite a number of those that do don't have anything really usable for version checking. There was some discussion on checksums / hashing in an issue raised over on the http://code.google.com/p/mlox/issues/detail?id=6.
Oh...didn't know that I like to rename my mods for better organization (some plugins aren't named very well either). I had hoped it worked by the internal plugin information.
There really isn't any internal plugin information that would be reliable enough for recognizing plugins. And I think checksumming plugins would just bring up other problems, for instance cleaning would change checksums too.
There really isn't any internal plugin information that would be reliable enough for recognizing plugins. And I think checksumming plugins would just bring up other problems, for instance cleaning would change checksums too.
Well fortunately for me I just started rebuilding my mod collection. So I don't have to (un)rename many. Maybe I can find a tagging program to do what I need instead. First time I don't read the instructions and I get burned (haha).