View Single Post
  #17  
Unread 10-23-2006, 07:10 PM
Dolby's Avatar
Dolby Dolby is offline
Bacon Eater
Premium Member
EQ2Interface Admin
This person is a EQ2Map developer.
 
Join Date: Feb 2004
Posts: 2,452
Default

Ok wrote some XML, if people want to test these maps out put the .dds files in your eq2maps customui/images/maps folder and add the following code to the customui/eq2map/core_mapstyles.xml

find this code

Code:
<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="MapStyles">
directly below it add this...

Code:
<ImageStyle Name="exp02_dun_shrines_of_sky_0" zonerect="-147, -182, 178, 194" heightmax="20">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp02_dun_shrines_of_sky_0.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp02_dun_shrines_of_sky_1" zonerect="-144, -179, 175, 191" heightmin="20" heightmax="46">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp02_dun_shrines_of_sky_1.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp02_dun_shrines_of_sky_2" zonerect="-230, -175, 74, 175" heightmin="46">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp02_dun_shrines_of_sky_2.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
Again this is only for the first 3 levels and if you use the map updater it will be wiped out. So this is only for testing. Once I have all the maps I'll add them to the updater.
Attached Files
File Type: dds map_exp02_dun_shrines_of_sky_0.dds (128.1 KB, 361 views)
File Type: dds map_exp02_dun_shrines_of_sky_1.dds (128.1 KB, 350 views)
File Type: dds map_exp02_dun_shrines_of_sky_2.dds (128.1 KB, 333 views)
Reply With Quote