NavigationUser login |
Circlemud BuddhaThe mud client package includes a Circlemud Buddha mud that has been modified to work with the mud client. It is the file: c:/program files/mudclient/muds/cwg-buddha-2006-07-31-3D.tar.gz To try it without downloading the whole mud client package download from here cwg-buddha-2006-07-31-3D.tar.gz By default, when this mud is running, a player will start the game in Sanom in Shattered world. The rooms and monsters have been generated with the mud mapper from the rooms in SWLPC. Steps to run Circlemud on Linux 1. Unpack cwg-buddha-2006-07-31-3D.tar.gz (tar -zxvf cwg*) Running Circlemud with the Mud Client c:\program files\mudclient\client\config.xsl Change <xsl:variable name="circle" select="0"/> to <xsl:variable name="circle" select="1"/> Also make sure smaug is zero ie: <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 5003. |
Compiling under Cygwin
When going into the 'src' directory, instead of just typing make, you will need to first type 'make clean', and then type make. After compiling, you can then go up a directory and type 'bin/circle' to start the mud running.