Circlemud Buddha

The 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
On Linux

1. Unpack cwg-buddha-2006-07-31-3D.tar.gz (tar -zxvf cwg*)
2. Goto the buddha/src directory
3. Type make
4. Go up a directory to 'buddha' and type 'autorun' to start the mud
5. Connect to the mud with 'telnet localhost 5003'
6. When you log in the first character becomes the implementor

Running Circlemud with the Mud Client
To run circle mud with Shattered World change the config file:

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.