Welcome to the NakedMud Trac Site
Please feel free to help with documentation by editing the Wiki to help fill any holes.
You can check out the latest release (3.7) of NakedMud with this command:
$ svn co http://svn.nakedmud.org/tags/release-3.7 nakedmud-3.7
Note: If you plan to run the 3.7 release using SVN/CVS version control you will need to apply a small patch to zone.c (diff and visual diff) to fix the zlist command.
Useful Links
- NakedMud Yahoo Mailing List - The official mailing list for support and discussion of the NakedMud code base.
- Official NakedMud Website - Maintained and updated by the creator of NakedMud, Geoff Hollis. You can find the official release tarballs there.
- NakedMud Tutorials - A series of tutorials written by Geoff Hollis that explain the features of NakedMud. Very useful and updated often. Read these if you are having trouble understanding how to accomplish certain things.
- NakedMud IRC Channel - The #nakedmud channel, located on the Freenode network (chat.freenode.net), is where many developers and users tend to hang out. Feel free to drop by and chat or just idle as you please.
- The Trac project -- The Trac open source project homepage. This keeps us running here and the official documentation can be read here should you want to utilize this site better.
- Trac FAQ -- The Trac open source project frequently asked questions. Sometimes it's the place to get those quick questions answered.
Helpful Guides
- NakedMud Command List - The list of all (current) commands, syntax, and descriptions.
- Cygwin Installation Guide - A guide for Microsoft Windows(tm) users to install Cygwin, obtain NakedMud, configure, compile, and run a server without needing a Linux/OSX/*BSD server.
Latest News
Monday, December 29, 2008
nakedmud.org is back up and running. I had to move the subversion hosting to a different URL, so anyone that's currently updating from the trunk will have to switch the repository. For command-line subversion, this command should suffice:
$ svn sw --relocate http://svn.nakedmud.org/trunk
Run that command from the directory that you have the repository checked out into.
For people using TortoiseSVN, right click on the main repository folder (the one you checked out into), then go to TortoiseSVN > Relocate, and enter the same URL http://svn.nakedmud.org/trunk
Monday, December 8, 2008
The official 3.7 release has been added to the repository. As well, the new version has been tagged and is ready for download. The nakedmud-doug branch has been updated with all of the version 3.7 changes. While these new features have been merged into the branch (thanks Geoff!), only one feature dropped. The 'cleanall' target was removed since Geoff added it into the 'clean' target of the 3.7 release.
Thursday, November 27, 2008
Happy Thanksgiving! I've added several bug fixes and some experimental code to the 'nakedmud-doug' branch. There's a fix for keeping the world data under version control as well as playing around with some checks for the zedit command to improve the allowed zone names. If anyone happens to find any further problems give a shout on the NakedMud mailing list. I changed some of the build files around a bit as well to help with development. The new 'make cleanall' target will remove all of the *.d files in addition to the normal 'make clean' operations.
Older News
Recent Wiki Changes
01/05/09
- Tutorials/Building Basics (diff)
- SandBox (diff)
- Tutorials/Scripting/CreatingTriggers (diff)
- Tutorials/Scripting/ContentScripts (diff)
01/02/09