View Single Post
08/25/14, 09:31 PM   #2
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,279
Hi jcardiii,

When Minion first started it should have asked if you'd like to scan for each of these games. Although some people who ran an early version of Minion may have not been given this option and Minion just defaulted to try and detect WoW.

Can you post your minion.xml here?

You should see the following code in the minion.xml if you open it in notepad or your favorite editor...

Code:
<game-configs>
<game-config game-id="ESO" scannable="true"/>
<game-config game-id="WOW" scannable="true"/>
</game-configs>
change it to

Code:
<game-configs>
<game-config game-id="ESO" scannable="true"/>
<game-config game-id="WOW" scannable="false"/>
</game-configs>
Now Minion will always show its reading the WoW Config at startup but that should only take less than a second as its still needed by Minion to know how to ignore the game.

We are working on a global options panel that will have a place to enable disable game detection for specific games too. Right now it only pops up at startup for new games.
Attached Thumbnails
Click image for larger version

Name:	Screen Shot 2014-08-25 at 10.34.48 PM.png
Views:	396
Size:	94.0 KB
ID:	446  

Last edited by Dolby : 08/25/14 at 09:49 PM.
  Reply With Quote