Mordor Frequently Asked Questions

See also the Troubleshooting Guide.

    What is Mordor?

    Mordor is a MUD (Multi-User Dungeon), programmed by Brooke Paul and John Freeman. It is based upon Quest for Mordor by Brett Vickers, which was first written in 1988. Mordor is derived from Quest v2.0 ca. 1992.

    Where can I get Mordor?

    Mordor can be gotten from it's home site here Also archived there are a number of utilites for use with Mordor as well as the Mordor client, Muddle. It is also available from ftp.cdrom.com and sunsite.unc.edu in the games area.

    Setting up Mordor

    How do I start the game?

    You can start the Mordor server by typing 'mordord' in the directory where it resides. This is usually in the src/ or bin/ directory. If you're very new, check our Newbie Tips page.
     
     

    Where can I find maps?

    Check the Oceancrest maps page.
     
     

    How can I bring up the game on another port?

    You can do this three ways. The easiest is to give the port number on the command line (i.e. mordor portnum). The second is to edit the mordor.cf file and set the port to the desired vaule. You can also recompile the server with PORTNUM in io.c set to the port you want to use.
     
     

    What is a port?

    The port is where Mordor listens for incoming connections. This is 4040 by default. As a comparison, port 23 is reserved for telnet connections and port 25 for mail connections.
     
     

    Should I run mordor as root?

    This is not recommended. It is not necessary and may pose some security risks.
     
     

    Where can I get more info on Mordor?

    It's home site is at Mordor. Most updates and information are posted there. You can also post questions to the Isenhelp web site or to the newsgroup rec.games.mud.admin.

    How many simultaneous players can I have on Mordor?

    This depends upon your particular system. On an Intel system you should be able to have up to 256. DEC Alpha will support up to 1024.
     
     

    How do I make caretakers?

    You must create the character and then set their class to Caretaker (12). You can do this using the *set c command or through the offline editor.
     
     

    How do I make DMs?

    DMs can be compiled into the server, or added to the mordor.cf file. To compile in the names, set them in the mordor/mtype.h file and then compile the server. The resulting version of mordor will have the new DM names. Alterntively (with version 4.0+) you can set them in the mordor.cf file found in the bin/ direcitory.

    What is compiling and how do I do it?

    Compiling is the process of taking the text C code that makes up Mordor and turning it into a binary file that your computer can run. This is done by using a C compiler. It is invoked by typing 'make' in the mordor/ directory under UNIX.
     
     

    How do I make the user mordor?

    Set up your own system and create the user 'mordor', or contact your local sysadmin and ask that you be given this account.
     
     

    System Considerations

    See also the system requirements page.

    How much HD space do I need to run Mordor?

    This depends upon a number of factors, including the number of players you will have and the size of the world you wish to create. To start you will need around 10-12 megabytes.
     
     

    How much RAM do I need to run Mordor?

    The more you have, the better. You can get by with about 8 megabytes, and this will vary with the operating system you are using.
     
     

    What operating system (OS) do I need to run Mordor?

    Mordor will run on any OS that supports ANSI C and BSD style stream sockets. These operating systems are usually of the UNIX variety. It is known to run on SunOS, IRIX, Linux (Intel, Alpha, PPC), FreeBSD, and NeXT. Mordor will also run on your Microsoft WinNT4 PC as well. See our Win32 FAQ for information specific to the Microsoft platform.

Click here to submit your question to be added to the FAQ.

 All contents ©1999. All rights reserved.