EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   Chit Chat (http://www.eqinterface.com/forums/forumdisplay.php?f=15)
-   -   Idle curiousity bout maps (http://www.eqinterface.com/forums/showthread.php?t=7426)

Kuakkgom 03-09-2003 04:44 AM

Idle curiousity bout maps
 
I've decided to peek at the text files in my maps folder and decided that I could fairly easily write a qbasic program to convert 'em into a raw graphics file. (after drawing of course)

Who would be interested in seeing me try? :D

Dolby 03-09-2003 04:58 AM

Their is already a web app out some where that uses GD or ImageMagik. Trying to rememeber the link.

Kuakkgom 03-09-2003 05:23 AM

I know I've seen one that puts an overlaid map on EQ...oh well. =)

Kuakkgom 03-09-2003 07:55 PM

1 Attachment(s)
I went ahead anyways. Still have minor displacement issues, but otherwise it's good. Just need to impliment Colored lines. Personal successes...wheee. =P

------

Kudos to those who can identify what zone is mapped. =P

Dolby 03-09-2003 08:01 PM

Quote:
Originally posted by Kuakkgom
I know I've seen one that puts an overlaid map on EQ...oh well. =)


no this is a cgi that converts the map into a jpg. I'm thinking it might be a sourceforge project.

Firedrake 03-09-2003 08:11 PM

If you're program can edit the maps (add/remove, drag lines and points around to new locations) I would love to get a copy of ur prog. :)

Any thoughts on adding locations marks along the top and sides as well? (like eqatlas maps, the line every 1000 steps)

Also, what is this program that turns the maps into jpgs?

Kuakkgom 03-09-2003 09:27 PM

Haven't seen it yet, though I'd love to peek at the cgi for that.

As for map editing. In theory it's easy as all hades. An example line from a map text file is:

L 7076.3838, -2039.4155, -63.2177, 7076.7866, -2000.4374, -63.2177, 150, 0, 200

Which I've concluded as being:

[L],[A X coord],[A Y coord],[A Z coord],[B X coord],[B Y coord],[B Z coord],[Line Red component],[Line Blue component],[Line Green component].

...labels are like this

[P],[X coord],[Y coord],[Z coord],[Red],[Blue],[Green],[Font size],[Text]

The two types I've found so far are L (for lines) and P (for text markers)

In practice, it would be extremely easy to make a map editor. But there are alot of lines. =) Plus it'd be more of a project for someone working in a less limited programming language. The qbasic version I'm using is limited to 160k of usable RAM. =P But I'll see what I can do. =)

I can add tick marks to the maps too now. Who knows, I might move this thing up to C/C++ code. (plus...colored lines would be easier to do in C with larger array space)

Kuakkgom 03-10-2003 03:04 AM

1 Attachment(s)
Here is a somewhat prettied up vector map (as I now call 'em) of Halas.

Outline of town and hashmark lines (every 500 /loc thingies). They're accurate to pretty much 1 /loc.


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

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.