0 of 0

File information

Last updated

Original upload

Created by

Kezyma

Uploaded by

Kezyma

Virus scan

Safe to use

Tags for this mod

57 comments

  1. Kezyma
    Kezyma
    • premium
    • 272 kudos
    Locked
    Sticky
    Support/Help

    For support and/or help, please check the dedicated Discord server for my mods and/or the Documentation website.
  2. mohoyuan
    mohoyuan
    • member
    • 4 kudos
    When I start MO2 after Plugin Finder is disabled, it will get stuck and not show up
    and there has errors in logs that Plugin Finder failed download files from links like this:
    https://raw.githubusercontent.com/Kezyma/ModOrganizer-Plugins/main/directory/hosted/modorganizertoopenmw.json
  3. Xciow
    Xciow
    • member
    • 0 kudos
    Root builder plugin latest is v5.0.5 (both github and nexus)
    But its showing v5.0.4 is the latest
    here is the ss

    Edit: I also wanted to add this Crash Log Tools for MO2 - Updated I was using the json generator but I don't know how to add download URL from nexus. I didn't find any github release. But the source is here.
    Another plugin Load Order Library MO2 Plugin is wasn't sure about data path so couldn't add it. Github link
  4. Alalu
    Alalu
    • member
    • 5 kudos
    I haven't been succesfull in installing this one, how am I supposed to find other plugins? I mean, I unpack this and put it in the plugins folder, but nothing show up under tools in MO2 interface.... All MO2 executables are marked as exceptions in windows antivirus, and I'm running them as admin, so I'm really lost. Any tip on how to get this one (and the other plugins) working?
  5. Sweezly
    Sweezly
    • member
    • 8 kudos
    "Has failed to load the plugin 'plugin_pyhton' last time it was started" suffice to say, PF doesn't function at all for my MO2. I'm running MO2 through a bottle on Linux so I'm basically working in the dark here
    1. Kezyma
      Kezyma
      • premium
      • 272 kudos
      Generic MO2 error when python plugins fail, you'll want MO2 support for that.
      My plugins may not work on linux at all, even if python loads
    2. Sweezly
      Sweezly
      • member
      • 8 kudos
      Thank you. Your setup tool at least works here, plugins and all
      EDIT: Nvm, doesn't work through Bottles which I need for setting up nxm links. Oh well... 
  6. jimcamb
    jimcamb
    • premium
    • 12 kudos
    great work, just a heads up Lost Dragonlists Plugins have an update for MO 2.5.0  HERE
  7. hymlock
    hymlock
    • supporter
    • 7 kudos
    I'm using MO2 v2.50. This plugin is not showing at all. Installed correctly. Help?
    1. Frutie07
      Frutie07
      • supporter
      • 3 kudos
      I have v2.5.1rc2 and it works fine. Did you drag the pluginfinder folder into plugins folder correctly?
  8. WallRockTree
    WallRockTree
    • premium
    • 31 kudos
    Hi and thanks for this interesting tool!

    I notice that in \MO2\logs\mo_interface.log, I am getting this error message:

    [2024-04-29 13:42:09.531 I] [common_log.py:20] [PluginFinder] Checking for Mod Organizer plugin.
    [2024-04-29 13:42:09.783 I] [common_log.py:20] [PluginFinder] No Mod Organizer plugin found.

    I have deleted, rebooted MO2, and reinstalled by copying the contents of Plugin Finder 2.0.1-59869-2-0-1-1701701160.zip in to the plugin's folder.

    It has not helped. Does this indicated a problem?
    1. Kezyma
      Kezyma
      • premium
      • 272 kudos
      Don't think that's an error, just a regular message when checking for pre-existing plugins.
    2. WallRockTree
      WallRockTree
      • premium
      • 31 kudos
      Hi, thanks for the reply, Kezyma!

      The message suggested to me that either MO2 could not find the full installation of PluginFinder itself, or that it can't see ANY Mod Organizer plugins.

      I actually have a few plugins installed under Settings > Plugins:
       
      Bethesda Plugin Manager for Mod Organizer is one. It is working pretty well.
      Preview NIF
      BSA Extractor 2

      Plugin Finder sees your plugins I have installed like the awesome Curation Club and Plugin Finder itself, but shouldn't it see the others? Or are they unsupported? I am mostly just concerned about everything working right. If this is how its currently supposed to work, then I am OK.

      I do see that under the MO2 drop down menus at the top > Tools > Tool Plugins, there are 5 things, but not the plugins I list here.

      I have MO2 2.5.0 and Skyrim AE 1.6.640.
    3. Kezyma
      Kezyma
      • premium
      • 272 kudos
      It searches for plugins that it can manage and marks them as installed. If they are already marked as installed or none of them are in PF, then it'll say it can't find any.

      Errors always explicitly say that they are an error, that's not this. If you install a plugin supported by PF manually, you'll see you get a different message the first time you run MO2 afterwards and then it goes back to this again.
    4. WallRockTree
      WallRockTree
      • premium
      • 31 kudos
      Thanks for the explanation! Love your Kezyma's Curation Club for Mod Organizer, BTW!

      Endorsed! And Kudo-ed!
  9. cptuser
    cptuser
    • supporter
    • 2 kudos
    I tried to find a way to set it up, but I left a comment in another resource. Sorry.
  10. Shadowheart328
    Shadowheart328
    • premium
    • 7 kudos
    Your newest version is completely broken due to a syntax error in the plugins\pluginfinder\plugin\pluginfinder\modules\pluginfinder_install.py file. With this issue none of the installation buttons will work and you won't be able to install any plugins. The solution to this is to replace line 69: self._installFromFile(str(tempName), pluginId) with self.installFromFile(str(tempName), pluginId) (basically just remove that underscore). 

    If anyone is having issues with the latest version, you can fix it by doing that yourself until the author fixes it.
    1. Kezyma
      Kezyma
      • premium
      • 272 kudos
      Replaced it, seems like it was the result of some unfinished cleanup after testing!
      If you come across anything else, feel free to drop a message in discord and I'll usually see it pretty quickly!
    2. Shadowheart328
      Shadowheart328
      • premium
      • 7 kudos
      Happens to the best of us! Thanks for the quick fix! And noted about your discord!
    3. manelcc
      manelcc
      • premium
      • 7 kudos
      Damn! I was going crazy trying to figure out what was going on. 
      Thanks man.
    4. Octopodulus
      Octopodulus
      • premium
      • 4 kudos
      Thanks for posting this fix.

      Btw, I still had to edit it manually after installing latest upload of v2.0.0 of this plugin to Nexus at 02 Dec 2023, 7.24PM.

      Maybe the fixed version hasn't been posted to Nexus yet?
  11. VrTreble
    VrTreble
    • supporter
    • 0 kudos
    For wabbajack list developers, would this generate .meta files for the installed plugins it downloads?
    1. Kezyma
      Kezyma
      • premium
      • 272 kudos
      No, but you can get the download url from the directory to make a meta file; https://github.com/Kezyma/ModOrganizer-Plugins/blob/main/directory/plugin_directory.json

      Better to download from nexus and get the meta from there though, if you're doing WJ lists, makes it less likely for updates to break the list.