EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP > EQ2MAP New maps

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 01-18-2024, 12:03 PM
jeffjl jeffjl is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Dec 2005
Server: Oasis
Posts: 29
Default [Added] [Map] Vaashkaani: Every Which Way

The [Solo] and [Event Heroic I] zones use the same DDS file. So I'm only attaching one DDS and one JPG file. I chose "Overrealm" for the menu group.

Code:
<ImageStyle Name="exp20_dun_djinn_palace_03_solo" displayname="Vaashkaani: Every Which Way [Solo]" menugroup="Overrealm" zonerect="-486, 222, -341, 362" heightmin="-10.62" heightmax="-9.21">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03_solo_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_03_easy" displayname="Vaashkaani: Every Which Way [Event Heroic I]" menugroup="Overrealm" zonerect="-486, 222, -341, 362" heightmin="-10.62" heightmax="-9.21">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03_solo_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_exp20_dun_djinn_palace_03_solo_0.jpg
Views:	60
Size:	50.9 KB
ID:	9748  
Attached Files
File Type: dds map_exp20_dun_djinn_palace_03_solo_0.dds (108.3 KB, 72 views)
Reply With Quote
  #2  
Unread 01-18-2024, 02:30 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

Where in the Overrealm should it be plaiced?
__________________
Pimigo / Splitpaw
Reply With Quote
  #3  
Unread 01-18-2024, 04:04 PM
jeffjl jeffjl is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Dec 2005
Server: Oasis
Posts: 29
Default

Quote:
Originally Posted by jnils View Post
Where in the Overrealm should it be plaiced?
Well, I was following the map making tutorial and its list of menugroups. I've since noticed, by browsing the existing maps, that there are more available. The zone entry is in Zamara Breadth. So these should go into Zimara Breadth, which is under Stratos. And it looks like I should just not include a menugroup in my XML. Which makes them

Code:
<ImageStyle Name="exp20_dun_djinn_palace_03_solo" displayname="Vaashkaani: Every Which Way [Solo]" zonerect="-486, 222, -341, 362" heightmin="-10.62" heightmax="-9.21">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03_solo_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_03_easy" displayname="Vaashkaani: Every Which Way [Event Heroic I]" zonerect="-486, 222, -341, 362" heightmin="-10.62" heightmax="-9.21">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03_solo_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
Reply With Quote
  #4  
Unread 01-19-2024, 12:46 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

OK, thanks.
The heightmin="-10.62" heightmax="-9.21 is not necessary as it is only a single map.
__________________
Pimigo / Splitpaw
Reply With Quote
  #5  
Unread 01-19-2024, 11:04 AM
jeffjl jeffjl is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Dec 2005
Server: Oasis
Posts: 29
Default

Quote:
Originally Posted by jnils View Post
The heightmin="-10.62" heightmax="-9.21 is not necessary as it is only a single map.
OK, took those out.

Code:
<ImageStyle Name="exp20_dun_djinn_palace_03_solo" displayname="Vaashkaani: Every Which Way [Solo]" zonerect="-486, 222, -341, 362">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03_solo_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_03_easy" displayname="Vaashkaani: Every Which Way [Event Heroic I]" zonerect="-486, 222, -341, 362">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03_solo_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
Reply With Quote
  #6  
Unread 01-19-2024, 04:02 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

The map is added.
But i got a warning:
Squeezed Image: wdpp difference 16.8%

You should check the zonerect as there is a discrepancy between x and y coordinates.
There are more distance in one direction per pixel compared to the other.

You should check if the map and real locations in game are the same.
__________________
Pimigo / Splitpaw
Reply With Quote
  #7  
Unread 01-19-2024, 05:46 PM
jeffjl jeffjl is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Dec 2005
Server: Oasis
Posts: 29
Default

Quote:
Originally Posted by jnils View Post
You should check if the map and real locations in game are the same.
I had tested my files in-game. And I just updated EQ2Maps and tested the downloaded file. It works. I notice that my file names in my XML were non-standard and the download name was different, so I fixed my _User_MapStyles to the new name so I could test the downloaded file. So my new XML with the correct DDS file name is

Code:
<ImageStyle Name="exp20_dun_djinn_palace_03_solo" displayname="Vaashkaani: Every Which Way [Solo]" zonerect="-486, 222, -341, 362">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_03_easy" displayname="Vaashkaani: Every Which Way [Event Heroic I]" zonerect="-486, 222, -341, 362">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03.dds" SourceRect="0,0,436,506" />
</ImageStyle>
On your warning: I was using the tutorial and the Zone Rect program and they seemed pretty insistent that the map size be 436x506. That did not scale evenly from my /loc collection. I ended up just adjusting the lines after scaling so they worked in-game. I'm guessing there's a better way?
Reply With Quote
  #8  
Unread 01-19-2024, 06:37 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

if you take:

486-341 = 145 X distance
362-222 = 140 Y distance

You see you have more distance in X than Y but the image is 436 by 506 so the Y value should be higher than X.

The distance peer pixel is as follow:

436/145 = 3.0
506/140 = 3,6

The value 3.0 and 3.6 should have been the same.

Now the image is a bit distorted to compensate the wrong zonerect.

You should have changed the zonerect instead, is a bit tricky but not impossible.
Not sure why the zonerect calculation went wrong .
__________________
Pimigo / Splitpaw
Reply With Quote
  #9  
Unread 01-20-2024, 09:30 AM
jeffjl jeffjl is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Dec 2005
Server: Oasis
Posts: 29
Default

Quote:
Originally Posted by jnils View Post
You should have changed the zonerect instead, is a bit tricky but not impossible.
Not sure why the zonerect calculation went wrong .
I did try changing zonerect. I could not get that to work for both the outline and the interior walls. So I ended up with a zonerect that works for the outline and I manually moved the interior walls a bit in the SVG until they worked in-game.

I'm now thinking I should move the blue crosshairs in the SVG so X & Y distances are an integer multiple of the eventual map size. Would that work?

Do you need me to re-do it? The one I posted works, but if you're uncomfortable with it, I can try again. If moving the cross-hairs does not work though, I'm not sure what else to try.
Reply With Quote
  #10  
Unread 01-20-2024, 09:58 AM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

It will work.
But if you find a solution you could always post it here.
__________________
Pimigo / Splitpaw
Reply With Quote
  #11  
Unread 01-20-2024, 01:26 PM
jeffjl jeffjl is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Dec 2005
Server: Oasis
Posts: 29
Default

I figured out what I did wrong. I had unchecked the 'preserve aspect ratio' when I scaled the SVG.
Reply With Quote
  #12  
Unread 01-20-2024, 02:53 PM
jeffjl jeffjl is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Dec 2005
Server: Oasis
Posts: 29
Default

Here's an update that I think will pass your check. I've also checked it in-game.

Code:
<ImageStyle Name="exp20_dun_djinn_palace_03_solo" displayname="Vaashkaani: Every Which Way [Solo]" zonerect="-486, 208, -341, 376">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp20_dun_djinn_palace_03_easy" displayname="Vaashkaani: Every Which Way [Event Heroic I]" zonerect="-486, 208, -341, 376">
<ImageFrame Source="images/maps/map_exp20_dun_djinn_palace_03.dds" SourceRect="0,0,436,506" />
</ImageStyle>
Attached Thumbnails
Click image for larger version

Name:	map_exp20_dun_djinn_palace_03.jpg
Views:	66
Size:	90.7 KB
ID:	9750  
Attached Files
File Type: dds map_exp20_dun_djinn_palace_03.dds (108.3 KB, 57 views)
Reply With Quote
  #13  
Unread 01-20-2024, 04:05 PM
jnils's Avatar
jnils jnils is offline
EQ2MAP Developer
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Splitpaw
Posts: 1,653
Default

Nice work, the mage looks symmetrical and the wdpp within 99.9% of one another.

Ill update the image.
__________________
Pimigo / Splitpaw
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 07:14 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI