0 of 0

File information

Last updated

Original upload

Created by

bluebuiy and wxMichael

Uploaded by

wxMichael

Virus scan

Safe to use

21 comments

  1. AtlasInferno
    AtlasInferno
    • premium
    • 0 kudos
    Exactly one module must be selected error? Any ideas what to do? 
  2. VikinVault
    VikinVault
    • premium
    • 0 kudos
    I use MO2 and a stock game folder to launch from, but was having an issue where the tool was cleaning the plugins in Steam's Skyrim Special Edition folder.  If you're having the same issue here are the steps I used to fix it:

    Click the wrench icon at the top of MO2
    Go to the plugins tab of the pop up
    Scroll down to find "Clean Plugins"
    Select "Clean Plugins"
    Change "explicit_data_path" to "true"
    I aslo changed "explicit_ini_path" to true (though I am not sure this is needed)

    I should also note that I have an argument pointing SSEEdit to the stock game's data folder (in its executable settings, e.g. -D:"game path").
  3. PogIsDog1
    PogIsDog1
    • supporter
    • 15 kudos
    I'm not sure it's if it's actually working. It keeps launching sseedit, loads some stuff and then just closes sseedit, then launches to repeat the cycle all over again

    Is this the intended behavior?
    1. LiptonDI
      LiptonDI
      • member
      • 3 kudos
      Yes this is the intended behaviour, it's cleaning your plugins one by one against vanilla files, and to do that it needs to start and close Xedit over and over again for each one of your plugins.
    2. PogIsDog1
      PogIsDog1
      • supporter
      • 15 kudos
      Sorry I figured this out a little after asking but forgot to update this. Thank you for answering!
  4. LiptonDI
    LiptonDI
    • member
    • 3 kudos
    Thank you so much for this tool, you are such a time saver !
  5. Darkshadowmark
    Darkshadowmark
    • premium
    • 1 kudos
    You beautiful, beautiful person.
  6. radbeetle
    radbeetle
    • premium
    • 540 kudos
    Can I change the name of the .py file without issue? (ie, to BatchPluginCleanerFO4.py, so i can have both the skyrim and fallout ones installed)
    1. wxMichael
      wxMichael
      • premium
      • 93 kudos
      I don't know why that didn't even cross my mind lol.
      I'm not sure that would work without some minor changes to the code.
      When I get home I'll play around with it and look into updating so it's completely separate from the original plugin, or if I can make it play nicer with managing multiple games
    2. radbeetle
      radbeetle
      • premium
      • 540 kudos
      That would be great! I'm glad I asked. Hopefully something works out 👍
    3. wxMichael
      wxMichael
      • premium
      • 93 kudos
      Currently working on it now. I've managed to get it to detect which game is being managed and look for xEdit based on the exe name for that game.
      Just need to implement that detection across the rest of the plugin and do some testing.
    4. wxMichael
      wxMichael
      • premium
      • 93 kudos
      I uploaded a new version. It'll now detect the managed game and try to run the correct executable for it.
      e.g. If you're playing Skyrim SE, it'll try to launch an executable named SSEEdit and for Fallout 4, FO4Edit.

      I'd have liked to make it check if the executable actually exists first, and if not try another name but the executable list isn't actually accessible to plugins and MO2 seems to have a bug making detecting a failed launch very difficult. The code to detect that from the original plugin doesn't seem to be functional either.
    5. radbeetle
      radbeetle
      • premium
      • 540 kudos
      that's awesome, thank you!!
  7. Higher1
    Higher1
    • member
    • 0 kudos
    its says my anti virus cannot let mo2 to start any software, but i never use anti virus and started mo2 as adm.
    1. wxMichael
      wxMichael
      • premium
      • 93 kudos
      Does that also happen when you start FO4Edit by clicking the Run button at the top-right of MO2?
    2. Higher1
      Higher1
      • member
      • 0 kudos
      No, that way i can open normally. 

      Edit: i found out, it was a folder permission, ty anyway.

      Damn, running flawless, great plugin, thanks! Endorsed.
  8. inoperable
    inoperable
    • member
    • 0 kudos
    The python code isnt resolving paths properly for whatever reason. Have you tested the script on Windows and would it run out of the box?
    I put an absolute path to the .exe (2nd line of runClean function), used "native" windows (f****ng windows with its dumb \ ) paths instead though
    1. wxMichael
      wxMichael
      • premium
      • 93 kudos
      I'm using Windows myself so it should run out of the box with Fallout 4 installed via Steam and FO4Edit added as an executable (with that name exactly).
      Do you get an error message?
  9. VeritasLoquitur
    VeritasLoquitur
    • premium
    • 0 kudos
    This plugin is a life saver/time saver, one of the best mods on the Nexus 10/10
  10. Transient3292
    Transient3292
    • premium
    • 102 kudos
    All I'm getting from both startup options are BSA Packer and INI Editor. I can find both files in my plugins folder, so I know I put it in the right place (I think).
    1. wxMichael
      wxMichael
      • premium
      • 93 kudos
      Make sure BatchPluginCleaner.py was extracted directly into the plugins folder, and that it didn't create any subfolder when extracting.