SWLPC

SWLPC is the more highly developed opensource mud that works with the mud client. The Smaugfuss and circlemud muds are more proof of concept.

SWLPC is a fully scripted mud that doesnt require recompilation. Thus you can easily create an elaborate script and run it without recompiling the mud. For example create a sword that is more powerful in the rain. The entire SWLPC mud of Shattered World has been included in the mud client package and is the file:

c:/program files/mudclient/muds/swlpc-2.0.6-3D.tar.gz

To try it without downloading the whole mud client package download from here swlpc-2.0.6-3D.tar.gz

Running SWLPC on Linux

On Linux :

1. Unpack swlpc-2.0.6-3D.tar.gz ('gunzip swlpc-2.0.6-3D.tar.gz' then 'tar -xvf swlpc-2.0.6-3D.tar').

2. Go to the directory 'swlpc-2.0.6'
3. type 'configure'
4. type 'make'
5. type 'runit2' to start the mud. Use 'runit' instead if you want the mud to restart itself automatically
6. telnet localhost 3302
7. Log in as user name: dredd password: dredd

For Ubuntu the following packages are needed if you dont have them:

sudo apt-get install zlib-bin
sudo apt-get install zlibc
sudo apt-get install zlib1g-dev
sudo apt-get install zlib1g

sudo apt-get install flex bison
sudo apt-get install libssl-dev

Running SWLPC with the Mud Client
To run SWLPC with Shattered World change the config file:

c:\program files\mudclient\client\config.xsl

Make sure cirlce and smaug are both zero:

<xsl:variable name="circle" select="0"/>
<xsl:variable name="smaug" select="0"/>

Also change the 'host' from skinhat.wolfpaw.net to the IP of your Linux machine eg 192.168.0.3 and the 'port' to 3302.