Skip to content

Critical Bug Fix and XML Picker

Compare
Choose a tag to compare
@ndepaola ndepaola released this 22 May 15:39
· 1497 commits to master since this release

This release addresses a critical bug experienced by some users where an image would be inserted into another image's slots, leaving slots empty and cards out of place. In addition to this, the release implements an XML selector when you have multiple XML files in your autofill directory, and if only one is present, the program is no longer particular about the file being called cards.xml.

I strongly recommend that all users upgrade to this release as soon as possible rather than using older versions.

Make sure the executable is in the same folder as the XML file for the order you want to autofill.

Note for macOS users: The program might not be recognised as an executable after you download it, which means it won't let you double-click to run it. However, fixing this is super easy. Follow these steps to run MPC Autofill on your Mac:

  1. Download the macOS version in the release (the one without the .exe extension),
  2. Move it to your Desktop, and move your XML order file there too,
  3. Open the Terminal (located under Applications/Utilities),
  4. Run these commands, in order:
    • cd Desktop
    • chmod 755 autofill (or try chmod +X autofill if this doesn't work)
  5. You can now run the tool by double clicking on it. This guide by Apple also has some extra info on the topic.

You might also have issues with running the executable on macOS versions earlier than 10.14.6 Mojave, due to a limitation of Pyinstaller - I recommend downloading and running the python source code in this instance.

Commits since previous release: v3.2...v3.3