| Book of WolfMUD | ||
|---|---|---|
| <<< Previous | Next >>> | |
If you are the type of person who likes to get straight into something without a lot of reading then this chapter is for you. If you get stuck at any point then refer to the chapters that follow for more details on installing WolfMUD, advanced setups, WolfMUD configuration and running Java.
Create an empty directory to install WolfMUD into. Usually this is called wolfmud, it will be assumed this is the directory being used.
Download the latest WolfMUD JAR files from the WolfMUD web site and save them into the wolfmud directory you created. The server JAR file will be called WolfMUDServer_buildXXX.jar where XXX represents the build number.
Open a shell/command window and change your current directory to be wolfmud.
Run the JAR file from the command line using:
java -jar WolfMUDServer_build303.jar |
Start the WolfMUD server by running the wolfServer class.
java wolfServer |
Wait for the server to startup and you see the message saying it is accepting clients. Login to the server as a player using:
telnet 127.0.0.1 4001 |
| <<< Previous | Home | Next >>> |
| Introduction | Player's Guide (Early Draft) |