View Single Post
04/22/24, 10:51 PM   #8
FlopsyPrince
Join Date: Aug 2021
Posts: 7
Originally Posted by Baertram View Post
The xml is created once as the Minion program was run afaik, and after that it's only updated with the saved games, path, addons installed, and the UI settings you choose (including the current position).
The position is saved as offset as it seems -> See below.

But it seems the software got poblems with multiple monitors and thus can save offsets/positions out of sight.

The xml can be found here (enter that into the address field of a windows explorer):
Code:
%USERPROFILE%\.minion\minion.xml
In the xml there should be an entry like this:
Code:
<client>
        
        
    <position height="727.0" width="1220.0" x="100.0" y="100.0"/>
The x and y offsets maybe something out of sight for you then, try to reset them to 10 each so it'Stop left again.
I will dig into it when I can then. Too bad the program can't catch that.

Mine says:

<position height="725.3333129882812" width="1218.6666259765625" x="2660.0" y="140.0"/>

Not sure what that should be. 140 for Y should be visible, I would think. But that is when the program is visible. Same when it is minimized. Hard to know what it should be. Selecting it from the taskbar and hitting Alt-Space brings up the context menu in the upper left of my main/middle screen. Maximize and then dragging that does show it again. I can sometimes Move it as well, but that is more wonky.
  Reply With Quote