EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   EQ2MAP New maps (https://www.eq2interface.com/forums/forumdisplay.php?f=40)
-   -   [Added] [Map] Vex Thal: Beyond the Veil [Raid] (https://www.eq2interface.com/forums/showthread.php?t=19607)

benjcallaghan 10-25-2021 12:28 AM

[Added] [Map] Vex Thal: Beyond the Veil [Raid]
 
1 Attachment(s)
This is an early sketch of what the map will look like. I will be adding textures and cleaning up the lines. For now, I have a question about how large this map should be.

I originally wanted to make two maps, one containing the indoor parts (the regular shaped rooms) and one containing the outdoor parts (the oddly shaped islands and the sunflower in the middle). Doing so makes both maps very large, and individual features very small when shrunk to the recommended 436x506 limitation. The attached sketch follows this guideline. Should I expand the bounds of the map so more detail is visible? Artistically, the outdoor sections will look better as a single map (it's a wide open expanse in-game). I would be willing to split the indoor segments into 5 separate maps if needed.

jnils 10-25-2021 03:10 AM

Don't feel limited by the map size.

The 436x506 is only a recommended size.

If you need to make it larger, the maximum supported is 1600x1200

I have found the following sizes:
1600x1200
1200x900
1000x512
800x600
there are probably more odd sizes.

Look in core_mapstyles.xml if you need more examples.

The bigger the larger file.

You can make any size you like if necessary.

Is it all in the same zone?
Using multi maps?

I think the indoor or the island should be their own map for detail.
Depends if there is POI's only inside or only a few outside.

benjcallaghan 10-25-2021 07:28 PM

Thanks for the tip. I'll experiment with different sizes.

Within this raid zone, there are 10 distinct regions. 5 of these regions are interior while 5 are exterior. The exterior regions consist of 4 islands (NE, NW, SE, SW) and a central tower. From any of these 5 regions, you can see the others by looking out at the horizon. The central tower holds the final boss fight, while the four islands each hold only trash and the portals needed to reach the other bosses.

The five interior regions each contain a boss, and the scripts to most bosses require running from room to room. Visually, they are isolated chambers. I would not have been able to place them on a grid in relation to each other without the /loc coordinates.

There are almost no points of interest in the zone besides bosses and portals. Except for the central tower, no region has more than 2 PoIs.

jnils 10-25-2021 11:44 PM

I think one big overview map and 5 smaller for indoor as you first suggested sounds like a good plan.

You might find a better solution if you like.

benjcallaghan 01-25-2022 11:55 PM

8 Attachment(s)
Better late than never I suppose. I've finished my map for the second Vex Thal raid zone. This map is also good for the challenge raid (included), the quest-specific Throne of Oscuris (included), and the challenge heroic Edge of Oscuris (not included). Unfortunately, I don't have the zone name for the challenge heroic.

Code:

<ImageStyle Name="exp17_dun_plane_of_shadows_0" displayname="Vex Thal: Beyond the Veil [Raid] (Gatehouse)" zonerect="-51, -59, 51, 59" heightmin="200" heightmax="210" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_1" displayname="Vex Thal: Beyond the Veil [Raid] (Outdoors)" zonerect="-924, -936, 914, 1025" heightmax="350" availablepriority="2">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_1.dds" SourceRect="0,0,1200,1280" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_2" displayname="Vex Thal: Beyond the Veil [Raid] (Southeast)" zonerect="812, 641, 1002, 804" heightmin="950" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_2.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_3" displayname="Vex Thal: Beyond the Veil [Raid] (Northeast)" zonerect="556, -850, 779, -657" heightmin="760" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_3.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_4" displayname="Vex Thal: Beyond the Veil [Raid] (Southwest)" zonerect="-860, 686, -732, 794" heightmin="930" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_4.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_5" displayname="Vex Thal: Beyond the Veil [Raid] (Northwest)" zonerect="-695, -829, -497, -658" heightmin="750" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_5.dds" SourceRect="0,0,506,436" />
</ImageStyle>

<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_0" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Gatehouse)" zonerect="-51, -59, 51, 59" heightmin="200" heightmax="210" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_1" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Outdoors)" zonerect="-924, -936, 914, 1025" heightmax="350" availablepriority="2">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_1.dds" SourceRect="0,0,1200,1280" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_2" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Southeast)" zonerect="812, 641, 1002, 804" heightmin="950" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_2.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_3" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Northeast)" zonerect="556, -850, 779, -657" heightmin="760" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_3.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_4" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Southwest)" zonerect="-860, 686, -732, 794" heightmin="930" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_4.dds" SourceRect="0,0,506,436" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_challenge_5" displayname="Vex Thal: Beyond the Veil [Challenge Raid] (Northwest)" zonerect="-695, -829, -497, -658" heightmin="750" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_5.dds" SourceRect="0,0,506,436" />
</ImageStyle>

<ImageStyle Name="exp17_dun_plane_of_shadows_sig_qst_0" displayname="Vex Thal: Throne of Oscuris (Gatehouse)" zonerect="-51, -59, 51, 59" heightmin="200" heightmax="210" availablepriority="1">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_0.dds" SourceRect="0,0,436,506" />
</ImageStyle>
<ImageStyle Name="exp17_dun_plane_of_shadows_sig_qst_1" displayname="Vex Thal: Throne of Oscuris (Outdoors)" zonerect="-924, -936, 914, 1025" heightmax="350" availablepriority="2">
<ImageFrame Source="images/maps/map_exp17_dun_plane_of_shadows_1.dds" SourceRect="0,0,1200,1280" />
</ImageStyle>


benjcallaghan 01-25-2022 11:56 PM

4 Attachment(s)
And here's the last two images, since I can't upload more than 8 attachments at a time.

jnils 01-26-2022 03:18 AM

Nice work.
I will add it as soon as possible, need to fix a problem in the Map adder first i noticed :(

stevia81 01-27-2022 04:22 AM

it's a large size

jnils 01-27-2022 08:52 AM

Only one of the maps, but still smaller then Daybreak 1600*1200

jnils 01-27-2022 09:11 AM

Problem fixed and maps added :)


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

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI