-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
64 lines (51 loc) · 3.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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 [email protected]. 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