View Single Post
  #627  
Unread 01-28-2005, 09:12 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Quote:
Originally Posted by tonyis3l33t
Maps are separate files. They do not have their own page. The game replaces the zonemap (you can find in UIBuilder) with the single DDS file that contains the map.
I think you misunderstood me. I realize the map images are external, but everything else that makes up a specific map (icon positions, pathfinder locs, etc.) are all currently embeded into a page object which is embeded into the eq2ui_mainhud_map.xml file.

If we make those page objects external files, Edits to the window format/behavior wont be as likely to conflict with someone else's edits to a specific map.

It should also allow folks to develop alternate versions of the same map without causeing versioning issues with everything else.

All the map data would essentially become includes. Updates would consist of downloading a map file and image, then adding a page include line to the map window file.