EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   EQ2MAP (https://www.eq2interface.com/forums/forumdisplay.php?f=34)
-   -   Unofficial maps in game (https://www.eq2interface.com/forums/showthread.php?t=777)

Eloa 01-04-2005 11:37 PM

oh ingame easiest way is to make a macro that goes /Show_window mainhud.maps

tonyis3l33t 01-04-2005 11:38 PM

Quote:

Originally Posted by AstroCat
How do I get the map window to show up? I'm using your files but what command will bring up your map window?

Thanks!

I dropped the map window in your Jornal. Why? Because. Heheh. Well mostly cuz its the biggest window as it is, so you wont have too much window size-changes from the larger maps.

Not to mention being able to have a noted map open at the same time as your real map in zones in Antonica.

EDIT: looks like Eloa's version was done as its own window. Just checked it out in the builder. Ill have to go in game real quick. Will obviously not be J for that one:)

tonyis3l33t 01-04-2005 11:45 PM

Quote:

Originally Posted by SOE_Bobble
This might be a good time to suggest that perhaps the existing map window should be examined a little more closely... I'll leave it as an exercise for the reader.

The necessary zone names are available someplace if you look in the game directories closely (at least after zoning there.)

Happy New Year.
MrBobble


look here guys

C:\Program Files\Sony\EverQuest II\cache\ioplans

I glanced inside the io files and of course it looks all crazy, there are lots of directories of vpk's listed in them tho...

not sure how this can help us with any of these things, though!

Skylah 01-05-2005 12:28 AM

The work you guys are doing on this mod is absolutelyawesome !!!

& the fact that SOE Bobble posted & threw out a clue has left me very impressed indeed. :)

I am following the progress of this mod daily.

May the Gurus prevail & bring ingame maps to the masses !




:)

Deathbane27 01-05-2005 12:45 AM

Quote:

Originally Posted by tonyis3l33t
look here guys

C:\Program Files\Sony\EverQuest II\cache\ioplans

I glanced inside the io files and of course it looks all crazy, there are lots of directories of vpk's listed in them tho...

not sure how this can help us with any of these things, though!


I believe I've figured out what he's referring to. I'll see if the "You are here" dot/arrow moves when you place custom maps here. If not, we might as well just keep it going in the journal window.

MainHUD.Map.MapStyles: Lists a bunch of image frames with the internal zone names, referencing the game maps we know about.

MainHUD.Map.MapPage.Icons: Lists of all the waypoints in a given zone. Names match up with MapStyles images and the zone names in cache\ioplans (although that appears to list zone lines?)

If this works, the biggest problem will be scaling it correctly so the You Are Here dot is placed at the correct point.

tonyis3l33t 01-05-2005 02:08 AM

to show Eloa's version this should work

/show_window MainHUD.Maps

and to hide
/hide_window MainHUD.Maps

Deathbane27 01-05-2005 02:09 AM

Okay gang, it works. I've got it so the map folder will show the Peat Bog, including mostly-accurate "You Are Here" arrow.

1- Get a map and convert it to DDS format. ***The actual map area needs to start at 0,0 and end at 436,506 or it will get cut off!*** The image itself should be 512x512.
2- Find the "internal name" of the zone. You'll need to find it under the "paks" folder. Example: The Peat Bog's internal name is qey_adv04_bog
3- Duplicate one of the Image Styles under MapStyles and rename it to the internal name of the zone.
4- Set the ImageStyle's zonerect to reflect the loc of the upper left and lower right corners of the map. Switch the negative/positive values for the X axis.

Example: Map of the Peat Bog here: http://www.***************/eq2/maps.asp?ID=7
You can see that the NW corner's loc is labelled 850,345, and the SE corner is 545,670. Therefore, the zonerect for qey_adv04_bog is "-850,345,-545,670"

5- Go to MapPage and it's subpage Icons. You'll see here that there's a Page with each internal zone name just like there was an ImageStyle in MapStyles. Duplicate one and rename it to the zone's internal zone name. Now you can create/move/rename the "points of interest" icons for that zone.

(When placing markers, go to the image "ZoneMap" and change it's style from "MapStyles.fprt_hood01" to "MapStyles.(currentzonetoedit)" to display the map in the editor window.)


The hardest part is going to be getting the ZoneRect 100% accurate. :D

Unfortunately there doesn't appear to be a way to do anything with the height axis, so Eloa's method will probably still work better for multi-level but single-zone dungeons like Blackburrow.

Edit: Ooh! He could use the method he's doing to show/hide images underneath the regular map area, then use blank maps. That way you can sort through multi-level dungeons AND have an accurate loc arrow!

Note: I'm saying "arrow" instead of "dot" because that's what's currently on test and it should be live within a week.

tonyis3l33t 01-05-2005 02:13 AM

wooohoo!

good job Deathbane27!

Let get on this...we need to get together and figure out which maps each of us will do...i'd be MORE than happy to see this go to what i originally planned!

Deathbane27 01-05-2005 02:23 AM

Quote:

Originally Posted by tonyis3l33t
Let get on this...we need to get together and figure out which maps each of us will do...

Unfortunately my participation in this endeavor has pretty much reached its limits. I'm horrible at making maps, figuring out where I am and where to place landmarks, etc. And to top it off, my highest level character is 20 and I don't even know where to GET all these access quests. :p I'll see what help I can contribute, though.

tonyis3l33t 01-05-2005 02:28 AM

ok myself and hopefully Eloa will get on it then:)

going to suck for Eloa tho, now we have to port all her waypoints into the map window ;)

Eloa 01-05-2005 02:33 AM

Hmm... i dont like the current map window. Especially the size limitations of it. I'll mess with some stuff later and see if I can figure out another way to mess with the loc. I myself can do without the Loc, but what do you guys thing, would it be better to port everything over to it? I think for one its gonna look pretty ugly, squished, etc. Like the antonica map being split in two, I hate it, but its gonna have to be done with a lot of them.

Haliken 01-05-2005 03:02 AM

2 Attachment(s)
Here's a blank map and the 4 freeport newbie zone maps modeled after the default in-game map styles for use by someone who can get them in the map window.

This zip has the 4 FP newbie zones, the .dds is a blank map template.

Quib

Eloa 01-05-2005 03:07 AM

Quote:

Originally Posted by Haliken
Here's a blank map and the 4 freeport newbie zone maps modeled after the default in-game map styles for use by someone who can get them in the map window.

This zip has the 4 FP newbie zones, the .dds is a blank map template.

Quib

Thanks :nana:
From what I know hardly anyone makes freeport information and I only play qeynos so this is great, will get them in as soon as we find out where we are going with this.



--------------------------------------------

We need to chat together and find out what we'll be doing about this whole project. I just downloaded mirc to join the chat, ill be there all night tonight, but will be ingame trying to go from 1-20 tonight, heh. send me a yahoo IM to get my attention, Fisher2w2

tonyis3l33t 01-05-2005 04:14 AM

Eloa, i have a strong feeling that we are going to end up doing a little of each.

For the original map i suspect only a few maps will be able to be implemented because:

commonlands and atonica are too big unless you halve it (might be worth it for these two tho)

a map has to be made that has exact or very close sizes/distances so that it matches up perfectly with the required map dimensions. This is the one that is going to hold us up the most with the zones that have no map whatsoever.

Until someone makes a perfect sized map, we will most likely have all teh maps in the window Eloa created. Once a good map is made, we insert it and test it out.

Eloa 01-05-2005 04:24 AM

I was thinking about resizing the map window for bigger maps and trying to get the loc marker to scale with it. but here is my chat ramble about why I dont think we'll ever be able to get that to work:

Quote:

I dont think it's possible. Everything that is in there is starting to make sense. The map is placed in the MapPage and if all zone coordinates started at 0,0 then the game could position the marker at /loc's coords in the mappage, but since zonerect is there, its telling it to subtract the zonerect from the /loc and place the dot at the appropriate spot.
The weird thing is that there is an ingame map for antonica but its not listed as a style in the uibuilder, therefore we have nothing to go off of as a base for cutting maps up like antonica does now. We can plead with bobble to help us out here...

tonyis3l33t 01-05-2005 04:34 AM

lets say antonica is 1000x500. could you not start the dot at 500x0?

Eloa 01-05-2005 04:35 AM

theres nothing to change the dot with, it has to be hardcoded....

Eloa 01-05-2005 04:41 AM

so that all arent left out:

Quote:

<EloaMasterHealer> its odd that theres no antonica listed in the ui file. We really need that for something to go off of for multi page maps.
<Deathbane-SemiAFK> maybe we can provoke Bobble into telling us how we can do it, or at least IF we can
<EloaMasterHealer> but I've been to antonica and have lots of diff names of files the 2 maps could be, but never been to commonlands and I'm seeing that it has 2 names,
<EloaMasterHealer> commandlands.vpk and commonlands_SG.vpk
<EloaMasterHealer> so that MUST be it
<EloaMasterHealer> SG would be the second map name
<Deathbane-SemiAFK> There's lots of files with SG.
<EloaMasterHealer> weird too...
<Deathbane-SemiAFK> Custom Antonica map would rock though
<Deathbane-SemiAFK> Whenever anyone asks newbie question, just send them to download the complete map pack
<EloaMasterHealer> he said something about if you've already been there you would see the what he was talking about, but ALL the files in my vpk folder are dated the install date
<EloaMasterHealer> heh, yep
<Deathbane-SemiAFK> Cache folder
<EloaMasterHealer> ioplans
<EloaMasterHealer> right, i was just playing refugee isle, and its the latest dated file
<EloaMasterHealer> wonder what all this junk is though.... tutorial_island02+tutorial_island02_epic01.iop
<Deathbane-SemiAFK> Game makes one of those files every time you zone.
<Deathbane-SemiAFK> That one is for zoning into the orc cave.
<EloaMasterHealer> aha
<EloaMasterHealer> so if you watch the cache folder you will find out when you cross zonename lines since the file will update
<EloaMasterHealer> and then you can have all the names

Eloa 01-05-2005 04:53 AM

Ok so on another note, in my maps, i managed to resize the maps to 512x512 and just stretch it to the same size as the 1024x1024 and after sharpening them you can hardly tell a difference, which also cuts the size from 512k to 129kb so that will save alot of ram from being eaten up.
New file is attached.

---EDIT---
Download removed (1)

Eloa 01-05-2005 05:05 AM

Brainstorm!

MrBobble
You know if we have this correct, you can just have the great guys over there take my map mod and implement it ingame and let us change the locdot.
If we have it wrong though, and we can resize the map and still get the loc to work can we get some further info please? :confused:
Or even some more information on how maps like antonica work with the split...
Thanks :D

Eloa 01-05-2005 06:49 AM

Added steppes map so my coworkers can add to it.

---EDIT---
Download removed (11)

tonyis3l33t 01-05-2005 08:12 AM

Eloa,
Instead of putting everything inside the eq2ui_mainhud.xml, i recommend you put in

<include>eq2ui_mainhud_custommap.xml</include>

and put all your stuff in eq2ui_mainhud_custommap.xml, obviously :)

just makes more sense that way. Plus if people have certain windows listed above others it would change their layer order all to what your eq2ui_mainhud's order is.

Eloa 01-05-2005 09:21 AM

good call, working on it

Eloa 01-05-2005 12:07 PM

Just submitted to downloads section as well.
Update
Put everything into a new .xml file

---EDIT---
Download removed (11)

Eloa 01-05-2005 01:01 PM

Another update. I just can't stay away.
This release intented for devs only, not game use. Download .05
Implemented the skeleton for the quests window.

---EDIT---
Download Removed (11)


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

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