View Single Post
  #4  
Unread 11-20-2006, 02:57 PM
anfrey's Avatar
anfrey anfrey is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Crushbone
Posts: 185
Default

Quote:
Originally Posted by Dolby
Its the least of my worries at the moment. If you want to submit the xml update for it go right ahead.
well... the image to use is %EQ2_FOLDER%\ui\default\images\maps\exp03_world_map.dds

for some reason eq2map is still using %EQ2_FOLDER%\ui\default\images\maps\world_map.dds for the worldmap...

even when DoF came out a year ago, eq2map never updated itself to use %EQ2_FOLDER%\ui\default\images\maps\exp01_world_map.dds instead of the original worldmap.

EDIT:
the fix for the image is as follows

in the file core_mapstyles.xml, line 751 reads as follows:
Code:
<ImageFrame Name="imageFrame" Source="images/maps/world_map.dds" SourceRect="0,0,436,506"/>
this should be updated to read:
Code:
<ImageFrame Name="imageFrame" Source="images/maps/exp03_world_map.dds" SourceRect="0,0,436,506"/>

this will require a new overlay, as well as the placement of continent names.
__________________

sir ansfrid takahityo of mithaniel marr — paladin, amorer, and guild advisor for the <knightshift>

Last edited by anfrey : 11-20-2006 at 03:20 PM.
Reply With Quote