Jump to content

New Mod Detection for mods already downloaded


lavenderbeard

Recommended Posts

This is just an idea because I do not have a strong background in computer science, but I hope the devs will look at this and consider implementing.

 

There needs to be a way, perhaps through SHA-1, MD5 or another encryption mechanism that will allow the vortex to detect mods that have been downloaded from other sources, such as manually installed, or from steam workshop or another mod manager.

 

I hope it is a planned or on the to-do list

Link to comment
Share on other sites

Mods downloaded from Nexus Mods are identified by the MD5 hash of the zip archive that is downloaded. If you download from other sources you'll need to make a custom extension to support identifying them.

That might explain the problem I had recently with a mod from afkmods; everytime I installed it Vortex insisited on identifying it as a Nexus mod (in Italian no less!). I renamed the archive and Vortex stopped doing it, the problem was not actually the identification details, they can be manually edited, but the image that Vortex shows when you double click the mod, that doesn't seem to be deleteable:)

 

diziet

Link to comment
Share on other sites

renaming the file shouldn't have any effect, that's pretty much the point of using an md5 hash.

 

If you add a file to Vortex through the site (from a "Download with Manager") button then Vortex can already identify the file based on Nexus Mods specific ids. But when you add files in any other ways, either by downloading from Nexus Mods manually or a third party site, _then_ we generate an md5 hash and, together with the file size query if Nexus Mods knows that file.

So even if you got the file from a third party site, if the file was _also_ uploaded to our site it should be identified. Since we use hash + size it's practically impossible we would identify the file incorrectly but it is possible that users re-uploaded other peoples files, potentially with incorrect or localized descriptions.

Link to comment
Share on other sites

Indirectly, yes. If the md5+size lookup gives a result, Vortex knows which file this is on nexusmods.com and then it can use the API to fetch additional detail like the description and image and everything.

But if the file was downloaded from nexus directly (through the "Download with Manager" link) then we don't need the lookup so fetching that data is one step instead of two.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...