|
Macai Newbie
Joined: 12 Jul 2004 Posts: 6 Location: USA
|
Posted: Mon Nov 06, 2006 12:36 pm
My attempt at in/exporting to a format readable by a MUD |
I tried exporting it as text, and putting in a custom SQL Query, which was:
Code: |
SELECT ExitTbl.FromID, ExitTbl.ToID, ExitTbl.ExitKindID, ExitTbl.DirType, ObjectTbl.Name, ObjectTbl.Desc FROM ExitTbl, ObjectTbl WHERE ExitTbl.FromID = ObjectTbl.ObjId; |
It exported fine! I could easily get a MUD to read that output. But when i try to import it again, it just..doesn't...work.
Is there a way to get zMapper to import the data that this would output? If so, I just might buy this software. :) |
|
_________________ Thank you for your time,
Macai |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Nov 07, 2006 10:34 pm |
No, because that doesn't contain enough data to reconstruct the map. You can only import the raw export that is provided in zMapper. This dumps all of the data tables that are needed to construct the map.
|
|
|
|
Macai Newbie
Joined: 12 Jul 2004 Posts: 6 Location: USA
|
Posted: Thu Nov 09, 2006 4:23 am |
I hear that, easily. Do you plan to write a little script within the program to dump all of it in an easy-to-read format such as .are, or is that not even on the "To Do" list?
|
|
_________________ Thank you for your time,
Macai |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|