 |
megamog75 Enchanter

Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Tue Mar 25, 2003 4:41 am
mapper question |
Is there a way to make the map into a .txt document like the way you would see it in the mapper? Using Zmud?
6.40 ver.
megamog75
Keeper of the only printable help files for Zmud. |
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Tue Mar 25, 2003 7:17 am |
What do you mean exactly?
Outputting a conceptualization of what your map shows into a text file?
(You could make a script that would look at each rooms x y z and exits
and try and make something - would be quite some work)
Ton Diening |
|
|
 |
megamog75 Enchanter

Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Tue Mar 25, 2003 6:19 pm |
yes that is what I think I want to do.
I will start reserchin XYZ ,but if you know of anything that might help me speed this up I would sure be apeciative.
megamog75
Keeper of the only printable help files for Zmud. |
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue Mar 25, 2003 8:34 pm |
What you want to do is really complex. Basically, you want to emulate the whole display functionality that zMUD's mapper has, but instead of displaying squares, circles and lines, you want to display ASCII characters.
To start you should become familiar with the way the map's database is structured. It is also necessary to learn about ADO and SQL (you might get by without these by using zMapper's COM interface, but a good understanding of both would certainly help a lot). Then start to think about how you can represent graphically a map with only ASCII characters in a text file (this involves thinking about what to do for doors, one-way exits, non-standard exits, looping exits, etc.). You then need to think about different methods of translating the x, y, z coordinates and other information (such as exits) of a room into something displayed in the text file.
I did ASCII maps of my MUD for a long time. I can tell you that this is a hard task for even a person to do, so it isn't going to be any easier for a computer that can't think like a person can.
Kjata |
|
|
 |
megamog75 Enchanter

Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Tue Mar 25, 2003 11:19 pm |
I see what you mean this would definatly be a project, and I am not sure it would prduce the resaulte I want so this it what I have come up with:
Print map
Scan map
Run Draw program for anyting I want to add
Save as .jpg .bmp .txt
Does this sound eaisier?
Now if I could just print right to the competer!! ,instead of the printer.
megamog75
Keeper of the only printable help files for Zmud. |
|
|
 |
|
|