View Single Post
  #1  
Unread 07-01-2005, 02:41 PM
Trip Trip is offline
A Grizzled Badger
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 45
Default Finished a basic map, how do .......

Ok, with the help of Dolby and taco-man, I was able to finish making a simple map of a room, just to get the hang of it. Now I need to know how to put it in the game.

I assume that I cut and paste the finished .dds file into \UI\Custom\images directory. Then I need to edit the core_mapstyles.xml in the \UI\Custom\eq2map directory.(?) With that in mind, do I just grab a piece of the working code and just edit it for my new map? For instance:

<ImageStyle Name="qey_ph_1r01" zonerect="-1,-13,11,13">
<ImageFrame Name="imageFrame" Source="images/maps/map_qey_ph_1r01.dds" SourceRect="0,0,436,506"/>
</ImageStyle>

So, do i rename my map to map_qey_ph_1r01.dds and then insert my zone erect into the code?

The SourceRect= stays the same, or appears to, according to the format for the rest of the entries.

My zone erect is: -6.32, -6.42, 6.34, 6.21

So that would make the xml look like this:

<ImageStyle Name="qey_ph_1r01" zonerect="-6.32, -6.42, 6.34, 6.21">
<ImageFrame Name="imageFrame" Source="images/maps/map_qey_ph_1r01.dds" SourceRect="0,0,436,506"/>
</ImageStyle>

Am I on the right track? I would appreciate any help I can get, on the next step.

I just did a simple map to get the hang of it, and once I have all the steps down pat, I am planning on maping any new zones, that I can get into as they come out. Then submit them to eq2interface, ofcourse.

Trip

P.S. Thanks again to Dolby and taco-man for their invaluable help

Last edited by Trip : 07-01-2005 at 02:52 PM.
Reply With Quote