View Single Post
  #1  
Unread 08-14-2012, 12:24 PM
Mysstie's Avatar
Mysstie Mysstie is offline
A Griffon
 
Join Date: Oct 2008
Server: Oasis
Posts: 168
Default EQ2MAPS new icon_eq2map2.dds file causes conflict

FYI,

I noticed my map icons looking messed up/missing and after some troubleshooting I noticed that EQ2MAPS had downloaded a new icon_eq2map2.dds file replacing the DrumsUI variant. To keep it from over-writing it, I added it to the eq2map_ignorelist.xml file:

Code:
<?xml version="1.0" encoding="utf-8"?>
<IgnoreList>
    <File Name="_Skinnable_POI_Icons.xml" />
    <File Name="eq2ui_popup_add_poi.xml" />
    <File Name="_Skinnable_WindowElementsMini.xml" />
    <File Name="icon_eq2map2.dds" /> 
</IgnoreList>
I am not sure if whatever EQ2MAPS did to their file to correct some alignment issue needs to be done to yours or not. Anyway, after putting your version back in, everything seems to be back to normal.
Reply With Quote