Skip to content

cnsuhao/mudos-v22pre11

 
 

Repository files navigation

MudOS is an LPmud server (driver) which was originally distributed as an
enhanced version of the LPmud 3.x driver.  It does not support COMPAT mode,
but a number of newer mudlibs are available.
 
This is the source (src) directory from the MudOS v21.x distribution.
 
Minor releases of MudOS (those with a minor version number after the decimal,
e.g. v20.26) are typically released without installation 
instructions, usage instructions, documentation, or other supporting 
material (since the size of this other material is fairly large).  Releases 
of MudOS with version numbers having only one component (e.g. v22) will 
be released as a combined source/documentation package (e.g. 
MudOS_v22.tar.Z which is the most recent such release)
 
The minor releases are intended for those who are already familiar with 
installing and running MudOS.  These fix bugs in older drivers and introduce
new features.

Alpha and beta versions of future versions are available only in the form
of patches.

Typically, only those interested in testing for bugs or in being on the
bleeding edge need install the alpha/beta releases.

When deciding to upgrade, be sure to read the ChangeLog file in the same
directory as this README to find out about the latest changes to MudOS.
In the case of alpha and beta releases, also check out ChangeLog.alpha
and ChangeLog.beta.
In particular, note the changes marked "compat buster" since these describe 
changes to the driver which may cause pre-existing mudlibs (such as Lil)
to break in some minor fashion (the ChangeLog should give enough information
to allow affected mudlibs to be fixed).
 
Notes:
 
Send bug reports to beek@imaginary.com.  Be sure to include 
relevant information along with the problem description including: Type of 
machine (e.g. Sun3, NeXT, RS/6000, etc), operating system (e.g. SunOS 4.1, 
NeXTSTEP 3.0, AIX 3.2, etc), and version of MudOS (e.g. 0.9.14.17).  
Include any other information you feel may help.
 
The 'addr_server' file replaces the old hname program.  Unlike hname, 
addr_server must be started up manually (it takes a single argument which 
is the port # the addr_server should listen on -- this port # must also be 
specified in the runtime config file).  If addr_server doesn't work on your 
machine, its okay to run the driver without it (just set your config file 
up to point to someone else's addr_server).
 
If the driver errors out at runtime with a message saying that the 
operation is not supported on the socket, then try using cc instead of gcc 
(assuming you were using gcc).  Alternatively, try uncommenting 
NEED_OLD_CPP in the Makefile and then 'make clean' and 'make'.
 
For more information about LPmuds and MUDs in general try reading
the USENET groups rec.games.mud.{admin,announce,misc,lp,tiny,diku}.

On subdirectories:

amiga/          Contains amiga support files; a crypt package is also
                provided for systems missing DES crypt()
include/        Useful #defines for the mudlib to have access to (used by
                various efuns)
packages/       This is where efun packages and user efuns should reside
windows/	Windows 95 and Windows NT support

Releases

No releases published

Packages

No packages published

Languages

  • C 94.3%
  • Makefile 3.5%
  • Shell 0.7%
  • C++ 0.7%
  • Yacc 0.5%
  • eC 0.3%