View Single Post
  #9  
Unread 01-29-2006, 04:33 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

SP, I thought subzones share the same mapfile of the main zone. Not 100% sure how to add this one since the subzone _1 has its own map image. _0 and _1 should share the same map file from what I understand how subzones work.

Quote:
Originally Posted by SaintPeter
Done.

Zones:
0,1 - Shimmering Citadel - Basement
2 - Shimmering Citadel - Palace

Zone 1 is a SUBZONE of 0 - Set Subzone_of and zone type of SUBZONE

Code:
<ImageStyle Name="exp01_dun_shimmering_citadel_0" zonerect="-188, -316, 303, 254" heightmin="80" heightmax="125">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_dun_shimmering_citadel_0.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_dun_shimmering_citadel_1" zonerect="-188, -316, 303, 254" heightmax="80">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_dun_shimmering_citadel_1.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
<ImageStyle Name="exp01_dun_shimmering_citadel_2" zonerect="-258, -381, 300, 266" heightmin="125">
<ImageFrame Name="imageFrame" Source="images/maps/map_exp01_dun_shimmering_citadel_2.dds" SourceRect="0,0,436,506"/>
</ImageStyle>
Notes:
I went back and got all the "roads" for this one as well. The basement was very hard to understand without them. Thanks again to my guildies for helping me slog through the bottom.

I decided not to put the 2nd and 3rd floors on the map. They were too small of areas to render properly

Caoimhin - Awesome work. I had to do almost no retouching on these maps. They were amazingly clean! You rock!
Reply With Quote