Some Exporting Issues [Archive] - ForumsHQ
Posted: Tue Aug 19, 2003 5:04 pm
I'm working on a MMud oriented project, and I've been needed the data from the core mud databases.
NMR seems to be the best, and only thing out there that can export the data. Anyway, here's a couple issues I've noticed and wondering if you guys knew about it or whatnot. BTW, I have no affiliation to the 'Drakkhen' you see on other forums, I am not active in the Mud community.
Note: these issues all pertain to mud v1.11i and NMR v1.3.
Firstly, when exporting to the access format, the data tends to be extremely inconsistent. For example, I exported everything all at once, gave me a huge 60mb database. I hacked out everything I didn't need, and was left with the spells. Now, on the spell removals (the RemovesSpell ability) I was getting all kinds of weird crap, like RCOL was removing Eldritch Bolt. I made sure I was cross-referencing the ability with the proper spell. Ebol can't be removed... it's a combat spell, there's no lasting effect from it. Data inconsistency #1.
Anyway, seems this was some exporting error. I noticed I had two undefined fields (01 and 02). This was my first export. Next I went in and simply exported _JUST_ the spells. Again, more inconsistencies. Now, I have 5 undefined fields (as opposed to the previous 2), and some of the spell description fields are cut off. Okay, fine, deal with it. Turns out now, all of the LVLS Min/Max increase fields are... mysteriously... gone. Hmm, must be those new undefined fields. Okay, screw it I say, export to text.
New problem! To easily delete out the crap fields (like the message fields, which are completely useless for my intents), I need to IMPORT it into Access. Can't. Access gives me some crap error about there being more than 65,000 chars on one line. Open the text in notepad... uhh, okay, it's NOT one line. So now, I'm screwed. Code up a quick little app to parse the file myself, or try exporting to access again.
Finally, I give up on spells, a friend needed all the monster death messages for his script or some crap he was working on. Fine, I can easily gank that info. So I export the entire monsters data. Curiousity got the best of me and I was looking at attacks. ALL screwed up. The monster attacks, spells were totally whacked. Exporting problem again, because NMR shows the data correctly, but exports it... incorrect.
So, to make a long story short (too late) here are the issues. Exporting to Access MDB seems to generate random inconsistent information. Exporting to text works, data seems good, but I can't IMPORT it into access. I've tried with Access 97/2K/XP. Now, am I a total fewl, or are these in fact, issues with NMR?
Thoughts, suggestions, flames, whatever, anything! Let me know ;)
NMR seems to be the best, and only thing out there that can export the data. Anyway, here's a couple issues I've noticed and wondering if you guys knew about it or whatnot. BTW, I have no affiliation to the 'Drakkhen' you see on other forums, I am not active in the Mud community.
Note: these issues all pertain to mud v1.11i and NMR v1.3.
Firstly, when exporting to the access format, the data tends to be extremely inconsistent. For example, I exported everything all at once, gave me a huge 60mb database. I hacked out everything I didn't need, and was left with the spells. Now, on the spell removals (the RemovesSpell ability) I was getting all kinds of weird crap, like RCOL was removing Eldritch Bolt. I made sure I was cross-referencing the ability with the proper spell. Ebol can't be removed... it's a combat spell, there's no lasting effect from it. Data inconsistency #1.
Anyway, seems this was some exporting error. I noticed I had two undefined fields (01 and 02). This was my first export. Next I went in and simply exported _JUST_ the spells. Again, more inconsistencies. Now, I have 5 undefined fields (as opposed to the previous 2), and some of the spell description fields are cut off. Okay, fine, deal with it. Turns out now, all of the LVLS Min/Max increase fields are... mysteriously... gone. Hmm, must be those new undefined fields. Okay, screw it I say, export to text.
New problem! To easily delete out the crap fields (like the message fields, which are completely useless for my intents), I need to IMPORT it into Access. Can't. Access gives me some crap error about there being more than 65,000 chars on one line. Open the text in notepad... uhh, okay, it's NOT one line. So now, I'm screwed. Code up a quick little app to parse the file myself, or try exporting to access again.
Finally, I give up on spells, a friend needed all the monster death messages for his script or some crap he was working on. Fine, I can easily gank that info. So I export the entire monsters data. Curiousity got the best of me and I was looking at attacks. ALL screwed up. The monster attacks, spells were totally whacked. Exporting problem again, because NMR shows the data correctly, but exports it... incorrect.
So, to make a long story short (too late) here are the issues. Exporting to Access MDB seems to generate random inconsistent information. Exporting to text works, data seems good, but I can't IMPORT it into access. I've tried with Access 97/2K/XP. Now, am I a total fewl, or are these in fact, issues with NMR?
Thoughts, suggestions, flames, whatever, anything! Let me know ;)