mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
57 lines
1.8 KiB
Text
57 lines
1.8 KiB
Text
This directory contains the necessary files to adapt certain mudlibs
|
|
to run under LDMud, or vice versa.
|
|
|
|
The general structure for a mud Foo is this:
|
|
|
|
foo/ holds all files related to Foo
|
|
foo/INFO.txt : information about Foo and its relation to LDMud
|
|
foo/src/ : source files and patches if changes to LDMud are necessary.
|
|
foo/lib/ : source files and patches if changes to Foo's mudlib are
|
|
necessary.
|
|
foo/... : additional files, e.g. installation hints taken from
|
|
the lib distribution.
|
|
|
|
If a special 'settings' file exists for the driver configuration, it is
|
|
stored in the main source tree as 'settings/foo'.
|
|
|
|
|
|
An exception is lp-245/ which contains the complete mudlib from old
|
|
LPMud 2.4.5. Think of it as a _very_ simple example mudlib, with the
|
|
added bonus value of demonstrating a) a traditional compat-mode master
|
|
with mudwho support, and b) how a mud can run in both compat and plain mode.
|
|
|
|
|
|
The following muds run natively on LDMud:
|
|
|
|
Deeper Trouble - The 2nd Generation (after Nov 2001, LDMud 3.2.9-dev.349)
|
|
<URL:telnet://sunsite.auc.dk:4242/>
|
|
|
|
Heaven7 v4 (LDMud 3.2.9)
|
|
<URL:http://www.heaven7mud.org/>
|
|
|
|
MorgenGrauen 3.3.x (LDMUD 3.3.717+)
|
|
<URL:telnet://mg.mud.de:4711>
|
|
<URL:http://mg.mud.de/>
|
|
<URL:ftp://mg.mud.de/>
|
|
|
|
OSB (LDMud 3.3)
|
|
<URL:telnet://osb.lpmud.com:4242>
|
|
<URL:ftp://osb.lpmud.com:4243/pub/lib/>
|
|
|
|
Ragnarok - currently converting to LDMud 3.2.9
|
|
<URL:telnet://rag.com:2222>
|
|
<URL:http://www.rag.com/>
|
|
|
|
UNItopia (LDMud 3.3)
|
|
<URL:telnet://unitopia.de:23>
|
|
<URL:http://www.unitopia.de/>
|
|
<URL:ftp://ftp.unitopia.de/>
|
|
|
|
TODO: Complete this list (Tubmud, PK-Mud, etc)
|
|
|
|
|
|
Support exists for these muds:
|
|
|
|
StickLib - 0.99c (LDMud 3.2.7-dev.155)
|
|
<URL:http://www.hut.fi/~doomdark/proj/sticklib/sticklib.html>
|
|
|