EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP

Reply
Thread Tools Search this Thread Display Modes
  #26  
Unread 04-13-2005, 02:20 AM
Killarny Killarny is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Neriak
Posts: 273
Default

Hey everyone.. I'm finally back after a month of being deployed.. blech.. nice to be back home now

After sifting through all the SOE updates while I was gone, and marvelling over the new clustering in eq2map, I went ingame.

The new map stuff is incredible.. and people have done so many POI submissions that it's amazing. Great job everyone!!

One thing makes me wonder though.. why do the POIs list their UID ingame? I assume it's for ease of reporting bad POIs, but it looks sorta unprofessional and 'beta'-ish.. Was this something not meant to be included for public consumption?
__________________
Reply With Quote
  #27  
Unread 04-13-2005, 03:09 AM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

Quote:
Originally Posted by Killarny
One thing makes me wonder though.. why do the POIs list their UID ingame? I assume it's for ease of reporting bad POIs...
They were included for exactly that reason. Not much more to say on the matter; I agree with you that it looks sorta tacky, but I think the pros outweigh the cons.

Also, nice to have you back. ^_^

Quite a bit is in the works at the moment, so cross your fingers that I can figure a few things out over the next few days.

Quib
Reply With Quote
  #28  
Unread 04-13-2005, 07:25 AM
diztorded's Avatar
diztorded diztorded is offline
Crushbone - Cronique
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Crushbone
Posts: 163
Default

The UID's are a must! I use them constantly to tweek, remove, etc. POI's. Not once have I thought it was tacky. In fact, when I saw that it was included, I said, "Sweet! Man, that Quib is un-stoppable."

One thing that does bug me though.. If the EQ2Updater cannot update for some reason, it will not allow me to launch EQ2 anyway. Why the heck should I be stopped from playing my game because my POI's are not up to date?
Reply With Quote
  #29  
Unread 04-13-2005, 09:14 AM
taco-man's Avatar
taco-man taco-man is offline
EQ2MAP Updater Author
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 1,349
Send a message via AIM to taco-man Send a message via MSN to taco-man Send a message via Yahoo to taco-man
Default

i will change that in the next version of the updater then
__________________
EQ2MAP Updater Download
EQ2MAP Website
How to Install a custom interface
Reply With Quote
  #30  
Unread 04-13-2005, 12:25 PM
Killarny Killarny is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Neriak
Posts: 273
Default

As a compromise, would it be possible to make the UID display a plugin? I suspect not, but it would be helpful.

My girlfriend uses the map mod, and she doesn't care about UIDs, it just looks like useless clutter to her. Me, I care
__________________
Reply With Quote
  #31  
Unread 04-13-2005, 12:30 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Send a message via AIM to Drumstix42 Send a message via MSN to Drumstix42 Send a message via Yahoo to Drumstix42
Default

You'd think there would be a way you could have a file which you can set 0's or 1's for off and on for things, and have the base code use IF/ELSE checks for things
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #32  
Unread 04-13-2005, 12:35 PM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

Quote:
Originally Posted by Drumstix42
You'd think there would be a way you could have a file which you can set 0's or 1's for off and on for things, and have the base code use IF/ELSE checks for things
The biggest problem is, we can't concatenate strings, so we'd need two tooltips per POI and then the IF switch to flip between them which would significantly increase the memory overhead.

I won't rule it out an an option, but it's definately not even going to be on my list of stuff to look into until I get a few serious things taken care of. I STILL haven't solved the "glowy trail disappears" bug.

Default map window, you click a POI then click anywhere on the map/click the close button, trail stays; EQ2MAP window, if you click a POI then click ANYWHERE on the window the trail goes away.

I think my new OnLogin event is about ready to push live. It won't affect defaule EQ2MAP users but should be helpful to Zonx's reskinning and will provide benefit to future EQ2MAP mods.

Quib
Reply With Quote
  #33  
Unread 04-13-2005, 12:40 PM
Killarny Killarny is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Neriak
Posts: 273
Default

Not to beat a dead horse here, but another approach to this is through the updater itself..

The website doesn't appear to generate the UID in the XML that it displays for each POI, so if this is somehow being added after the fact, then perhaps the updater could have checkbox to download icon files with UIDs included.

The server could generate two versions of each icon file - it wouldn't cause that much more space usage on the server (I don't think) - the only issue I can see would be processor time on the server.

Maybe someone else who knows exactly how the XML is generated/collected could have a more elegant idea.
__________________
Reply With Quote
  #34  
Unread 04-13-2005, 12:45 PM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

A generation/auto-updater end to this would definately be the easiest solution. The website is putting the UID in the generated XML.

The way the clustering code is written, it'd be pretty annoying to recode clusters to not show UIDs on a toggle though.

Quib
Reply With Quote
  #35  
Unread 04-13-2005, 12:52 PM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

Quote:
Originally Posted by diztorded
Sweet! Man, that Quib is un-stoppable.
Hehe, although I love the quote, UIDs are Eloa's brainchild as far as I know. The only other person who I imagine had a hand in them was taco-man. Heck, the compact POI system in-game itself was Eloa's design.

Quib
Reply With Quote
  #36  
Unread 04-14-2005, 02:31 AM
lucindrea lucindrea is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 8
Default

well this may not be an inprovement for the site .. more like an error on a map ..

i'm trying to add a npc thats at the docs in east commonlands .. it keeps telling me it's an invalid loc and the loc it's giving me is not what i'm putting in the form .. i'm assuming it's giving me the limit that the form can take and my numbers are higher than it's limit .. anyway .. here is an excerpt from my log .. you may want to look and see if it's so,mthing i'm doing wrong or if their is a problem with the form.


(1113463185)[Thu Apr 14 03:19:36 2005] Logging to 'logs/Splitpaw/eq2log_Lucindrea.txt' is now *ON*
(1113463186)[Thu Apr 14 03:19:42 2005] Your location is -1,040.92, -146.04, -646.48. Your orientation is 112.16, 0.00, 0.00
(1113463187)[Thu Apr 14 03:19:46 2005] You say,"Hail, Brandus Levine"
(1113463188)[Thu Apr 14 03:19:48 2005] Logging to 'logs/Splitpaw/eq2log_Lucindrea.txt' is now *OFF*
Reply With Quote
  #37  
Unread 04-14-2005, 06:25 AM
Eloa Eloa is offline
EQ2MAP Webmaster
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 496
Send a message via Skype™ to Eloa
Default

take out the thousands comma. The site looks for 2 commas, which separate three values. You have 3 commas making for values. We have yet to figure out 4d so just take that one out and you'll be golden.
Reply With Quote
  #38  
Unread 04-14-2005, 06:28 AM
Eloa Eloa is offline
EQ2MAP Webmaster
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 496
Send a message via Skype™ to Eloa
Default

Here is why I stand. I personally will not take out UIDs, if someone else wants to, go for it but I will not have any hand in it. The reason why: If we make a UID plugin, who the hell is gonna download it? Nobody. Because nobody cares about the UIDs and maintaining the site. The way it is now we shove it in everyones face and it couldnt get any simpler with what we have. IMO, Leave em or the site will prolly goto hell.
Reply With Quote
  #39  
Unread 04-14-2005, 10:17 AM
Killarny Killarny is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Neriak
Posts: 273
Default

I understand, and I agree on some level, but I would prefer end-result quality to look as close to professional as possible.

Before we had the UIDs showing ingame, I never thought it was difficult to find a bad POI and look on the site to find it and mark it bad.

Ahh well, I'll get used to it.. looks like I'm outnumbered here :P

On another note, the clustering is awesome - what a great idea
__________________
Reply With Quote
  #40  
Unread 04-14-2005, 04:41 PM
lucindrea lucindrea is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 8
Default

Quote:
Originally Posted by Eloa
take out the thousands comma. The site looks for 2 commas, which separate three values. You have 3 commas making for values. We have yet to figure out 4d so just take that one out and you'll be golden.

duh , didnt even notice that comma .. fixed it
Reply With Quote
  #41  
Unread 04-19-2005, 01:27 PM
Killarny Killarny is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Neriak
Posts: 273
Default On the issue of POI comments..

Due to the fact that people are still marking POIs as bad with no reason attached, I propose that the site requires someone to enter text into the comment box in order to click the "mark as bad" checkbox.
__________________
Reply With Quote
  #42  
Unread 05-03-2005, 12:38 PM
phin18 phin18 is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 4
Talking Small suggestion

Don't know if its already mentioned but I can't exit the map screen by pressing escape like I could with the originial map interface. Maybe its possible to make this small fix?

By the way, what a great program!!!!! Way to go!
Reply With Quote
  #43  
Unread 05-03-2005, 03:06 PM
sstair sstair is offline
Scuba Steve
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 150
Default

Quote:
Originally Posted by phin18
Don't know if its already mentioned but I can't exit the map screen by pressing escape like I could with the originial map interface. Maybe its possible to make this small fix?
The map window not closing on escape isn't a bug. It is a change that was made intentionally. If you prefer the window to close when you press escape, you can get this mod : http://www.eq2interface.com/download...fo.php?id=3496.
Reply With Quote
  #44  
Unread 05-11-2005, 10:21 AM
Joebwan Joebwan is offline
A Coastal Crab
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 1
Default

I too would like the UID to not display in-game. They greatly increase the size of the tooltip and in the case of clusters, it gets really obtrusive. Since I have to go to the web site to make comments on a POI, finding the UID is a trivial problem since, I presume, the map on the web site would still show the UID with each POI.

The POI database appears to be following the Wikipedia model where anyone can add a POI and it gets pushed live immediately and without review. Yet we can't edit or delete POIs. There are many POIs with incorrect information, misspelling, duplicate of another POI just 2 feet away, etc.

The web dialog that is used to enter a new POI asks to enter a "detailed description". This gets added to the tooltip and there are some pretty large descriptions (paragraphs) showing up on some tooltips. I would suggest rewording that dialog so it says "Enter a very brief description ONLY if absolutely necessary for this point of interest."
Reply With Quote
  #45  
Unread 05-11-2005, 10:26 AM
taco-man's Avatar
taco-man taco-man is offline
EQ2MAP Updater Author
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 1,349
Send a message via AIM to taco-man Send a message via MSN to taco-man Send a message via Yahoo to taco-man
Default

i suppose that is reasonable, what does anyone else think?
if it does need changed it will take a while unless someone else can do it because i am leaving on thursday for a while to a comptetion and will be gone for quite a few days.
__________________
EQ2MAP Updater Download
EQ2MAP Website
How to Install a custom interface
Reply With Quote
  #46  
Unread 05-11-2005, 02:42 PM
Magus Magus is offline
A Griffon
 
Join Date: Apr 2005
Server: Mistmoore
Posts: 541
Default

I agree with everything Joebwan said. Some of the PoIs are just insanely large, and a lot of them are just plain wrong.

As well, seeing the UID is completely useless
Reply With Quote
  #47  
Unread 05-11-2005, 06:40 PM
taco-man's Avatar
taco-man taco-man is offline
EQ2MAP Updater Author
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 1,349
Send a message via AIM to taco-man Send a message via MSN to taco-man Send a message via Yahoo to taco-man
Default

Quote:
Originally Posted by Magus
I agree with everything Joebwan said. Some of the PoIs are just insanely large, and a lot of them are just plain wrong.

As well, seeing the UID is completely useless
the uid is so that you can report incorrect information.
__________________
EQ2MAP Updater Download
EQ2MAP Website
How to Install a custom interface
Reply With Quote
  #48  
Unread 05-12-2005, 09:05 AM
jimi jimi is offline
A Coastal Crab
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 1
Default

Hey guys.. Great mod! i just love it..

only thing that is a little annoying is the Rivervale map not updating when going from east to west part of it on northern road (which everyone uses).

Thanks a lot
Reply With Quote
  #49  
Unread 05-12-2005, 04:32 PM
Magus Magus is offline
A Griffon
 
Join Date: Apr 2005
Server: Mistmoore
Posts: 541
Default

Quote:
Originally Posted by taco-man
the uid is so that you can report incorrect information.
Maybe just a rearranging of data?

Instead of making everything take up two lines, like

UID: 12345
POI text blah blah balh

Maybe something like

POI text blah blah blah (12345)

That way the POIs don't take up so much room?
Reply With Quote
  #50  
Unread 05-21-2005, 11:37 AM
dsiroky dsiroky is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 2
Default

Change the updater window so that it has scroll bars on it or is resizable.

On displays that are not 96dpi, or displays that have large fonts, the text winds up being bigger, and a lot is cut off because the eq2map updater window is not resizable
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 03:33 AM.


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