0 of 0

File information

Last updated

Original upload

Created by

Nexus Mods

Uploaded by

Tannin42

Virus scan

Safe to use

Tags for this mod

14 comments

  1. citizen181
    citizen181
    • member
    • 0 kudos
    So a quick question, I ran the script and it tells me that there are 3 broken bindings but it can't find the archives, probably why they're broken, how do I locate/identify which archives are broken to reacquire the archives ? I have my suspicions but I also have over 200 mods so an easy way to track down the missing would be nice.
    1. HellPhantom
      HellPhantom
      • premium
      • 3 kudos
      great mode, works like a charm. but i also have the above problem for 2 remaining mods out of over 800. How do i identify the 2 mentioned because if i ever uninstall them i would loose them since I probably don't have their archives any longer. I would like to create archives for them before this happens.

      Answer:
      If you replace the code in the mods javascript "AppData\Roaming\Vortex\plugins\Archive Binding Fix-25-0-1-0.7z\index.js" with my piece then you can get a List of mods with broken bindings.
      Code Replaced:
      text: t('There were {{count}} mods with broken bindings but no matching archive '
      + 'was found for any of them.', { replace: { count: unBoundMods.length } }),
      New Code:
      text: t('There were {{count}} mods with broken bindings but no matching archive '
      + 'was found for any of them.\n\n'
      + 'ModList:\n'
      + '{{list1}}', { replace: { count: unBoundMods.length , list1: unBoundMods }}).replace(/(,)+/g,"\n"),
      Version With Counters:
      let i = 1;
      context.api.showDialog('info', t('Fix Bindings'), {
      text: t('There were {{count}} mods with broken bindings but no matching archive '
      + 'was found for any of them.\n\n'
      + 'ModList:'
      + ',{{list1}}', { replace: { count: unBoundMods.length , list1: unBoundMods }}).replace(/(,)+/g, () => `\n ${i++}. `),

      Its not perfect if your mod names contain a "," it will show as a new mod Line but it is better than nothing.
    2. ErockSmiles
      ErockSmiles
      • premium
      • 6 kudos
      Same request here, It would be great if this feature would display which mods are broken. I have close to 1,500 mods I cycle through different gaming profiles and have collected from a number of sites. I'd hate to loose any of them. Currently I have 9 broken mods and I have no Idea which ones they are. Great mod so far, just needs the ability to identify the broken ones to be really useful. Thank you!
    3. Jakemessi
      Jakemessi
      • member
      • 7 kudos
      Same question here, but I think it will no longer update this extension
    4. HellPhantom
      HellPhantom
      • premium
      • 3 kudos
      Please also add the functionality that I can manually select the correct archive and the installed mod missing the archive and then select fix binding.
      I often modify the archives and rename them and would like to be able to bind them again without having to uninstall and re-install.

      Brilliant but it can be so much better - Pretty please.
    5. merchantdm
      merchantdm
      • supporter
      • 3 kudos
      Thanks for the code change. Worked like a charm!
  2. Resipiscentia
    Resipiscentia
    • supporter
    • 7 kudos
    THANK YOU. I was 50% of the way through installing over a hundred mods when my next start-up of Vortex duplicated most of them and I couldn't figure out wtf to do about it. I was about to lose my mind. You're a lifesaver! <3
  3. NewThalos
    NewThalos
    • premium
    • 43 kudos
    Holy cow, this saved me from some gray hairs; thank you for this!
    Works like a charm!
  4. shrad1994
    shrad1994
    • supporter
    • 1 kudos
    This fixed my mess of a downloads section thank you so much!
  5. EvilMango16
    EvilMango16
    • supporter
    • 2 kudos
    Just amazing. Thank you.
  6. Smilyguy
    Smilyguy
    • member
    • 1 kudos
    This worked perfectly for me - I had changed my mod staging folder and migrated all the files over, resulting in Vortex duplicating at least half of my mods with the "never installed" classification. Running this extension fixed all the connections and removed all of the duplicated "never installed" mods. Thanks very much!
  7. Tuuumas
    Tuuumas
    • member
    • 2 kudos
    For me it says that there are no broken mods, even though vortex clearly seems to have lost the archive
    1. badwolflabs
      badwolflabs
      • member
      • 0 kudos
      have the same issue with a fresh install of Vortex
  8. GreatDevourer
    GreatDevourer
    • premium
    • 6 kudos
    Thanks!Worked great for me after I accidentally moved some files out ad back into my download folder.