View Single Post
  #1  
Unread 10-14-2006, 02:47 PM
Lenefir Lenefir is offline
A Forest Scavenger
 
Join Date: May 2005
Server: Crushbone
Posts: 19
Default [added] [map] Blackscale Sepulcher

Finally got around to post this. Not very fancy, but should serve its limited purpose, I hope

Some renaming is probably going to be needed though to match the image name and the reference to it...

(in core_mapstyles.xml)
Code:
<ImageStyle Name="exp02_dun_halls_of_fate_epic01_sepulcher" zonerect="-210, -45, 30, 232">
<ImageFrame Name="imageFrame" Source="images/maps/_testing_map_exp02_dun_halls_of_fate_epic01_sepulcher.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
Another thing, while I was looking in that file for the first time I noticed the reference to the world map. Should perhaps
Code:
<ImageStyle Name="world">
<ImageFrame Name="imageFrame" Source="images/maps/world_map.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
be changed to
Code:
<ImageStyle Name="world">
<ImageFrame Name="imageFrame" Source="images/maps/exp01_world_map.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
Or would that break or crash or make stuff look wrong for some people if they don't have the DoF expansion?

*ponders*
Attached Files
File Type: dds _testing_map_exp02_dun_halls_of_fate_epic01_sepulcher.dds (128.1 KB, 567 views)
Reply With Quote