EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 04-02-2005, 10:44 AM
GenesisRage GenesisRage is offline
A Darkpaw Brute
 
Join Date: Dec 2004
Server: Everfrost
Posts: 43
Default question about mappie

ive seen this program around, and know some people here use it. ive also downloaded the newest version.

wierd thing though, im trying to select lines, but cant select a line or a set of lines. why i need to be able to do this, is so i can paste them into photoshop as layers (cutting a full map into layers within photoshop can be impossible).
Reply With Quote
  #2  
Unread 04-02-2005, 11:36 AM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

you mean in inkscape?
__________________
Nagafen (Evil) - Climax, Goshawk
Reply With Quote
  #3  
Unread 04-02-2005, 11:58 AM
GenesisRage GenesisRage is offline
A Darkpaw Brute
 
Join Date: Dec 2004
Server: Everfrost
Posts: 43
Default

mappie is a program specifically for mapping... it parses the file and displays it, unlike inkscape where you have to parse it into a file, then import it, then export it...

seems like mappie can just cut out a couple more steps in the long run. havent really used inkscape much, but it seems a bit hard for me because im not used to it.
Reply With Quote
  #4  
Unread 04-02-2005, 12:01 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

mappie is teh suck compared to mapper.xml....use my guide at the map website and you will be good.
__________________
Nagafen (Evil) - Climax, Goshawk
Reply With Quote
  #5  
Unread 04-02-2005, 12:14 PM
GenesisRage GenesisRage is offline
A Darkpaw Brute
 
Join Date: Dec 2004
Server: Everfrost
Posts: 43
Default

is there something out there that will make a .svg file like mapper.xml that doesnt require installing activeperl?

i dont like installing/running 5 million programs to get from point A to point B. ill check it out though, if it works better than i can go that route...

with inkscape is there a way to break the lines up into seperate layers, then import into photoshop (i actually know how to use PS, but they dont have an svg importer, strange because Adobe started it! )
Reply With Quote
  #6  
Unread 04-02-2005, 12:26 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

yea you can grab a line and export it by itself into a png file.
__________________
Nagafen (Evil) - Climax, Goshawk
Reply With Quote
  #7  
Unread 04-02-2005, 12:47 PM
Ertoocs's Avatar
Ertoocs Ertoocs is offline
A Rumbleroot Sapling
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 66
Default

/agree with Tony....mappie blows. While I'll admit, and all-in-one program for doing this would rock (at least something to convert the log file into a finished graphics file ready for editing), it's not that bad just the way it is. If you're running Windoze, just install the Win32 version of perl. It's just like any other program (you don't even have to reboot your machine after you install it).
__________________
Ertoocs Mysterywind - 70 Fury / 70 Carpenter / Tinkerer (in training)
Marriam Mysterywind - 56 Illusionist / 70 Sage / Transmuter (in training)
Reply With Quote
  #8  
Unread 04-02-2005, 12:56 PM
GenesisRage GenesisRage is offline
A Darkpaw Brute
 
Join Date: Dec 2004
Server: Everfrost
Posts: 43
Default

well looking at it more, its okay... however there are some things im trying to figure out...

1) changing the parse command for a new line, instead of using an /em command, have it based of of a chat channel (i use an empty chat channel for these kind of commands, so i dont end up bothering someone)

2) make a .bat file that i can just drag the log onto and have it run through the mapper.xml (i know in dos its usually %1, it works for the output file, but the input file doesnt recognize it)

if anyone know more info on these subject, it would be more than appreciated!
Reply With Quote
  #9  
Unread 04-02-2005, 12:58 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

edit the mapper.xml to change the parse command. its plain text like 1 page
__________________
Nagafen (Evil) - Climax, Goshawk
Reply With Quote
  #10  
Unread 04-02-2005, 02:17 PM
GenesisRage GenesisRage is offline
A Darkpaw Brute
 
Join Date: Dec 2004
Server: Everfrost
Posts: 43
Default

i dont know if there is something hard-coded into something... but changing a command messes it all up!

original command: (works)
if (m/You start new map line/) {

test1: (works)
if (m/You start/) {

test2: (doesnt work)
if (m/You tell/) {

and this is the exact code in the log:
You tell mapmaking (1),"Line"

anyone know why that wouldnt work that way?
Reply With Quote
  #11  
Unread 04-02-2005, 02:20 PM
Ertoocs's Avatar
Ertoocs Ertoocs is offline
A Rumbleroot Sapling
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 66
Default

You can make a shortcut with the command for processing the log file...

perl "mapper.xml eq2log.txt > mymap.svg"

That should work (not at home, so can't test it out to be positive). Just make sure to include the quotation marks and it should work fine.



__________________
Ertoocs Mysterywind - 70 Fury / 70 Carpenter / Tinkerer (in training)
Marriam Mysterywind - 56 Illusionist / 70 Sage / Transmuter (in training)
Reply With Quote
  #12  
Unread 04-02-2005, 03:50 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

ive got the mapper.xml and a batch file made for quick use already in the utilities section
__________________
Nagafen (Evil) - Climax, Goshawk
Reply With Quote
  #13  
Unread 04-05-2005, 02:07 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Anyone have a link for mapper.xml since there seems to be no link to it in the tutorial?
__________________
"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
  #14  
Unread 04-05-2005, 02:17 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

its in the utilities section.
__________________
Nagafen (Evil) - Climax, Goshawk
Reply With Quote
  #15  
Unread 04-05-2005, 02:43 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

d'oh, thanx
__________________
"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
  #16  
Unread 04-05-2005, 06:56 PM
Ertoocs's Avatar
Ertoocs Ertoocs is offline
A Rumbleroot Sapling
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 66
Default

I looked at that batch file....doesn't really seem any easier than typing the command in manually. Unless everyone is gonna be mapping the OoLS zone.

I have little to no programming experience, but it doesn't seem like it should be that difficult to come up with a simple script to run that would prompt for the logfile name, then run perl from the command line with the required arguments and spit out the svg file.

Sounds easy at least.
__________________
Ertoocs Mysterywind - 70 Fury / 70 Carpenter / Tinkerer (in training)
Marriam Mysterywind - 56 Illusionist / 70 Sage / Transmuter (in training)
Reply With Quote
  #17  
Unread 04-05-2005, 10:55 PM
tonyis3l33t's Avatar
tonyis3l33t tonyis3l33t is offline
a hedgehog
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 854
Default

Quote:
Originally Posted by Ertoocs
I looked at that batch file....doesn't really seem any easier than typing the command in manually. Unless everyone is gonna be mapping the OoLS zone.

I have little to no programming experience, but it doesn't seem like it should be that difficult to come up with a simple script to run that would prompt for the logfile name, then run perl from the command line with the required arguments and spit out the svg file.

Sounds easy at least.

yep very simple. just never got around to doing it. could make it just like the xyz extract i made that prompts for input and output files. Just gotta look up how to run a command prompt in VBS, which is also easy as hell to find. Im lazy tho, plus im working on a webpage for my work heh. takin up all my time.

but what would REALLY be cool is to have a batch file you drop a log on (actually drag and drop the icons) and it outputs the log. This is possible with some % usage.
__________________
Nagafen (Evil) - Climax, Goshawk
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 12:16 PM.


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