MZF FAQs:o Ok, how do I add the customizations I have done to my MUD to MZF?(This is describing MZF before 0.97. There are newer features...)
There are several new WIN.INI entries for MUD customization. In the future, I hope you will be able to make your customizations through MZF, and I hope to support more customizations, but for now we allow:
3 new room flags
Up to 3 new object types.
Unlimited new mobile spec-fun and spells
You enter them in WIN.INI like this:
[MAKE.ZONES.FAST]
; Three custom object types are allowed
ObjType27=Portal
ObjType28=Rune
ObjType29=
; Three custom room flags are allowed, and must be these values
RFlag65536=BFS Mark
RFlag131072=Anti-Magic
RFlag262144=Arena
; Add some new spec funs
specfun0=wand_user
specfun1=food_stealer
; Add some new spells
spell0=101/web
spell1=102/sticks to snakes
You must include the number before the spell. This is the 'slot number' usedby Merc, TFC, and ROM. Your IMP can give you this number. If you are usingEnvy, this number isn't necessary, but MZF makes you put in one anyway. Makeone up.(The WIN.INI will be located in your \WINDOWS, \WIN31, \WFWG, or\WINNT35 directory. You can edit it with NOTEPAD.)
o My fonts are the wrong size!The fonts are set up for the 'small font' option of most monitors. If they are too big, toosmall, etc. you can go into "File Format" and change the size of your font.
o It is just showing me rooms, and that is all I can make! Click on the "glasses" icon or select "Window|Add View"
o Why can I use Cut and Copy but not Paste?This is for people who like to make zones in a text editor. You make a mob, copy it to theclipboard and then into your editor.
o How do I make a lot of similar rooms really fast without Paste, then?Use the mouse to select the long description, then use Ctrl-Insert to copy the longdescription to the clipboard. When you make a new room, use Shift- Insert to paste thelong description. Everythin g else except the short description is 'sticky'. Alternates forCtrl-Insert and Shift-Insert are Ctrl-C (copy) and Ctrl-V (paste). You must have a mouse toselect the text.
o I'm getting "fread_number()" errors when I try to load a zone.Check the "File|File Formats" dialog to make sure that you are using the correct file type.
You must be in Envy mode to read Envy zones, and Merc mode Merc zones.or
You are reading a zone that has been made vnumv neutral, in which case you need to editthe zone to an actual vnum before you can begin.
o How do I create rooms easily?Create the first room by clicking on "+". Fill out the dialog. Select "Create" mode andthe direction you wish to go, then click on "Make". Having two modes is kind of strange,but in testing I found that it was too easy to accidently make rooms when trying to walkaround, so I put the "Walk" mode in.
o Can I get source?Source is available by email to esnible@acm.org. Source for 0.94 is available from
ftp://ftp.ipdinc.com/pub/games/mud/mzf/ [updated].Source for 0.95 will be available via FTP soon. You need Borland's OWL framework anda compiler that supports exceptions, which means you basically are forced tocompile with Borland C++ 4.x. OWL was supposed to be portable to the Macintoshand Unix but that project has been shelved I hear. Sorry. I'm going to makethe source as free of restrictions as I legally can, see the copyright below.If you have source, it is fairly easy to add bits specific to your MUD, butplease remember that I am working on adding this into MZF, and if you have acustomized version you may be out of luck. MZF takes over half an hour tocompile on a 486/33 with 8 megs of RAM.
o Why isn't there a 'walkthrough' mode like Dikued and AEWin have?I use Merc2.2 and Envy1.0 for walkthroughs. I am alpha-testing a patch for Merc andEnvy to run under Windows 3.1 and NT through the Winsock interface. This allows you torun a full server that you can telnet to locally, and if you have an Internet connection allowsyou to run a full MUD site off of your Windows box. See Zone Basics
o It's telling me that ctl3d isn't installed correctly.CTL3DV2.DLL is a DLL that gives dialogs a grey, "chiseled" appearance. This must be inthe \WINDOWS\SYSTEM directory. There cannot be a copy of it in the program directory. This is not needed for Windows '95.