View Single Post
  #1  
Unread 05-29-2010, 02:51 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default Icy Keep: Retribution (in progress)

Locs done for the lower (basement) level, which is a large portion of the zone.

Haven't put textures on the map yet, but a rough (outline) view of it so far is attached. I used an intermediate size (800 tall 600 wide), at the default size it felt like there was just too much map for the space. I've also attached the DDS if anyone wants it, and tested code is below.

Comments are appreciated, this is my first attempt at real map-making. I'll be working on the second level (the base level) next.

Code for the basement (including the permafrost maps for the other regions of the zone:

Code:
<ImageStyle Name="permafrost_frostfell_raid_0" displayname="Icy Keep: Retribution Ground Floor" menugroup="Miscellaneous" zonerect="-334, -519, 313, 230" heightmin="-1" heightmax="20">
<ImageFrame Source="images/maps/map_permafrost_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="permafrost_frostfell_raid_3" displayname="Icy Keep: Retribution Level 2" menugroup="Miscellaneous" zonerect="-275, -787, 388, -27" heightmin="20" heightmax="41">
<ImageFrame Source="images/maps/map_permafrost_1.dds" SourceRect="0,0,436,506" />
</ImageStyle>
</ImageStyle>
<ImageStyle Name="permafrost_frostfell_raid_1" displayname="Icy Keep: Retribution Basement" menugroup="Miscellaneous" zonerect="-396, -904, 182, -132" heightmax="-1">
<ImageFrame Source="images/maps/map_permafrost_frostfell_epic_1.dds" SourceRect="0,0,600,800" />
Attached Thumbnails
Click image for larger version

Name:	permafrost_frostfell_epic_1.jpg
Views:	599
Size:	96.4 KB
ID:	7289  
Attached Files
File Type: dds map_permafrost_frostfell_epic_1.dds (234.5 KB, 414 views)
__________________

Last edited by lordebon : 05-29-2010 at 03:04 PM.
Reply With Quote