|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Jul 03, 2002 6:47 pm
Send me maps that don't convert |
If you have trouble converting a zMUD map using zsConvert, please email me your *.zzz and *.map files so that I can try it.
The tricky part is getting the files to me. My email spam filter tends to delete a lot of messages with attachments. So, be sure your email client is set to send a message in PLAIN TEXT (*not* HTML) and make sure your map files are in a ZIP archive file.
So far, I have not received any map files, so I have been unable to uncover the bug in zsConvert that is causing trouble for some people. So, please send me your maps, and then send a followup email without an attachment asking if I got the file. This way, I can determine if my email gateway is stripping your attachments or not.
Thanks for the help.
|
|
|
|
Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Wed Jul 03, 2002 11:09 pm |
Zugg, I have tried a number of times to send you emails with attachments. the attachments are Ziped and my email is set to plain text. If your software looking for anything else that may be blocking this?
Talahaski
Processor PIII 1000
Memory 265MB
Video NVIDIA 64MB
Windows XP
Zmud Version 6.30 |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Jul 03, 2002 11:42 pm |
Tell you what: send it to sales@zuggsoft.com instead. That email address doesn't use the spam blocking.
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Thu Jul 04, 2002 12:50 am |
Sending a little 4 room example of the conversion bugs and the screenshots of the other bugs as requested....3rd time sending em I hope they get through.
|
|
|
|
Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Thu Jul 04, 2002 3:59 am |
ok, sent you a bunch of bug reports with screen prints.
Hope you get them.
Talahaski
Talahaski
Processor PIII 1000
Memory 265MB
Video NVIDIA 64MB
Windows XP
Zmud Version 6.30 |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jul 04, 2002 4:29 am |
Got em! Thanks.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Sun Jul 07, 2002 9:21 pm |
I tracked down the "field too small" problem. The room Name field is limited to 80 characters and the converter doesn't have any error checking for that. If you change your room names to be smaller, then it will work.
Btw, I've also fixed the normal support@zuggsoft.com email so that it accepts most attachments again. There was a typo in one of my spam filters.
|
|
|
|
Thandril Adept
Joined: 03 Dec 2000 Posts: 260
|
Posted: Mon Jul 08, 2002 12:52 am |
Script for finding room names > 80 characters. Run once on each zone.
#ALIAS Find80
#VAR room 0
#WHILE (@room<%numrooms( )) {
#IF (%len( %roomname(%mapvnum( @room)))>80) {#ECHO Room @room has too long room name!}
#ADD room 1
}
#ECHO Done with @room rooms.
Edit: Hopefully fixed problem with it missing rooms |
|
|
|
Thandril Adept
Joined: 03 Dec 2000 Posts: 260
|
Posted: Mon Jul 08, 2002 1:09 am |
Well, that script doesn't quite work properly. It doesn't check all the rooms in a zone. I will post a new version of it shortly.
|
|
|
|
|
|