NavigationUser login |
SWLPCSWLPC 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' For Ubuntu the following packages are needed if you dont have them: sudo apt-get install zlib-bin sudo apt-get install flex bison Running SWLPC with the Mud Client c:\program files\mudclient\client\config.xsl Make sure cirlce and smaug are both zero: <xsl:variable name="circle" 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. |