This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
The official PennMUSH repository has moved to https://github.com/pennmush/pennmush, and this is no longer maintained.
zetafunction/pennmush-mirror
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
============================================================================ User's Guide to PennMUSH 1.8.x ============================================================================ Some of this Guide was written by Amberyl, and is used with permission. Most of it is by Paul/Javelin. This most recent version has been updated by Alex/Talek, Javelin and Raevnos. Installation information can be found in the files INSTALL or UPGRADING, depending on whether it's a new install or an upgrade. The file I18N discusses internationalization. I. Introduction and history II. Getting Help, Reporting Bugs III. Getting a .pennmush.org hostname and mailing lists IV. Miscellaneous V. Comments You may also want to take a look at Javelin's Guide for PennMUSH Gods, at http://download.pennmush.org/Guide/ ============================================================================ I. Introduction and history PennMUSH uses a version-numbering system that includes version numbers (like 1.7.2) and patchlevels (like p32), usually written together (1.7.2p32). PennMUSH is a TinyMUD derivative, and one of the branches along the MUSH line. "Vanilla" TinyMUSH, which added the "v" registers and functions to the basic TinyMUD building commands, was written by Larry Foard. The code was later expanded by Jin, of MicroMUSH. In January of 1991, MicroMUSH changed its name to MicroMUSE, and the code there continued to develop under the MUSE name. At that same point in time, Moonchilde took the last public release of that code and began a series of improvements and extensions. That code was released as PernMUSH, named for the MUSH that Moonchilde was running. The last released version of that code was version 1.15, at the end of November 1991. PernMUSH itself had switched over to TinyMUSH 2.0, which Moonchilde had co-written with Glenn Crocker (Wizard of TinyCWRU); there was no longer a reason for Moonchilde to maintain this code. In January of 1992, Amberyl began working on the PernMUSH 1.15 code release, for TinyKrynn. She took over the code, which no one was supporting, and is continuing to work on extending this code, as well as improving its compatibility with TinyMUSH 2.0. She changed the name to PennMUSH (named for her school, the University of Pennsylvania), to avoid the confusion that resulted from PernMUSH actually running TinyMUSH 2.0. In January of 1995, Amberyl passed on her mantle to Javelin (aka Paul@Dune, Alan Schwartz), who continuted as the maintainer of the primary public distribution in development. He released two patchlevels numbered "dune-1" and "dune-2" before releasing PennMUSH 1.50 pl11 and later distributions. The numbering scheme changed again with PennMUSH 1.6.0 (see CHANGES.OLD). Gradually during the early part of 1995, Alan formed the PennMUSH development team with T. Alexander Popiel (Talek) and Ralph Melton. The development process became more formalized, with official patches, a dedicated bug reporting email address, and better tracking of outstanding issues and history. In August of 1997, Ralph Melton left the PennMUSH development team, and Thorvald Natvig joined as a new member. Many thanks go to Ralph who contributed much time, code, and good cheer to PennMUSH. Since that time, the development team has gained and lost members. The current membership is usually listed at the top of the latest CHANGES.<version> file. In November 2002, with the release of PennMUSH 1.7.6, PennMUSH began using the Artistic License (see the COPYRITE file), an open source/free software license. This license was simultaneously adopted by TinyMUSH (2.2.5, 3.x) and TinyMUX to facilitate code sharing and widen use. In July 2006, Javelin retired from the role of Maintainer, passing the mantle of lead developer to Raevnos and that of release management to Ervin Hearn (Noltar). Many thanks go to Javelin whose contributions and guidance of PennMUSH have shaped it into the codebase that it is today. A MUSH manual should be available at ftp.digex.net, ftp.math.okstate.edu, primerd.prime.com, or from wherever you got this code from. The manual should be numbered version 2.007 or higher. If you are planning on modifying the source code to PennMUSH, you'll probably want Javelin's Guide for PennMUSH Gods, which should be available where you got this code, or, in hypertext, as http://pennmush.org/~alansz/guide.html. More recent versions may be available at http://community.pennmush.org. Enjoy! ============================================================================ II. Getting Help, Reporting Bugs Here are some guidelines about where and how to report bugs or problems or generally look for help. There are three places one could get help with a problem: 1. The PennMUSH bug-tracking site is http://code.google.com/p/pennmush/issues/list To file a new report, click on the 'New issue' link. If you want to get emails about updates to the bug report, put your email address in the appropriate field. For 'type', please select the most appropriate category: Bug, suggested feature, documentation issue, build/compliation problems, etc. Be sure to include what version of PennMUSH you found the problem on. If the problem resulted in a crash and a core dump, a stack trace of the core dump (see the section above) should also be included. If we need additional stuff (like a log of the Configure or make), we'll ask for it, but if you know that it's relevant, you can send it along, too. You can also search to see if anyone else has already reported the issue,' see what issues have been fixed for upcoming releases, and much more at the site. 2. The PennMUSH community portal is at http://community.pennmush.org There is documentation there about many aspects of working with mushes, and after you create an account, you can make blog posts asking for help. 3. M*U*S*H, at mush.pennmush.org 4201 is where the devs and many other talented folk hang out. ============================================================================ III. Getting a .pennmush.org hostname and mailing lists Thanks to donations from the PennMUSH community, Javelin was able to register the pennmush.org domain name, and, if you're running a PennMUSH, you can have yourmush.pennmush.org assigned as a hostname for your MUSH, so players don't need to telnet to obscuresite.obscuredomain.com! NOTE: A hostname is not the same thing as a site. We don't have accounts for you to run your MUSH from. You must already have your MUSH running at someplace.edu or whatever -- we just provide a nice hostname that will resolve into your current site's IP address. How do you get a pennmush.org hostname? Go to http://services.pennmush.org/, and follow the instructions. It may take a day or two before the hostname will work. ============================================================================ IV. Miscellaneous IV.a Announcing when a mush is down If your mush is no longer running on a given port or server and you want to and are able to leave a programming running listening on that port, you can tell people about a new location or other news. Run: % make portmsg Then start the port announcer with: % ./src/portmsg message.txt port# Any connections to the given port will see the contents of the message file and then be disconnected after a few seconds. IV.b Running under gdb If you start the game through gdb (As opposed to attaching to a running process) pass the --no-session argument to netmush/netmud to avoid detaching from the controlling terminal (Done via fork() and setsid()). If you don't know what gdb is, don't worry about this. V. Comments V.a. Amberyl's Comments These are in the first person. :) I've been working with this code for a year and a quarter now. I can't claim that it's particularly elegant or inspired; all I can say is that it works (most of the time), and that I've had fun writing it. I'm also hoping that it's quite readable; the sections I've added or revised tend to be quite heavily commented. A number of people have been contributed a lot, directly and indirectly, to PennMUSH; many of them are credited in copyright.h. Read the file and embarrass them the next time you see them. ;) PennMUSH 1.50 patchlevel 3 contains the promised parser rewrite. A great deal of the code is derived or directly taken from the TinyMUSH 2.0 parser; credit goes to JT Traub (Moonchilde) and Glenn Crocker (Wizard) for writing the thing in the first place. In most cases, the 1.50 parser should now be functionally identical to the parser in TinyMUSH 2.0.9; see the news file for a brief summary of the changes. Major differences between the 1.50 and 2.0 parsers are almost certainly bugs, and should be reported to me. I do have a life, though, and academics/job/social stuff take priority. Thus, don't get too upset if it takes me a while to add your pet hack. :) I'm generally happy to discuss code and life in general, though, so if you see me on a MUSH, feel free to say hi. Enjoy your MUSH. -- Lydia Leong (lwl@digex.net) "Amberyl" just about everywhere V.b. Paul/Javelin's Comments And let me recognize T. Alexander Popiel, Shawn Wagner, Nick Gammon, Dan Williams, Ervin Hearn III, Ralph Melton, David Cheatham, and Thorvald Natvig, other past and present members of the PennMUSH development or porting team. Working with them is a real pleasure. I am trying to keep extending the functionality of the server, while optimizing and rewriting things wherever possible. I'm always interested in improvements or ideas for the code, as well as anything you might have done to get it to compile and run on unusual systems. -- Alan Schwartz (dunemush@pennmush.org) Javelin at most places V.c. Alex/Talek's Comments I would like to thank Ralph, Amberyl, Moonchilde, and all the others who went either with us or before us. PennMUSH is the embodiment of many years of hard work by many people. May it never stagnate. -- Alex (talek@pennmush.org)
About
The official PennMUSH repository has moved to https://github.com/pennmush/pennmush, and this is no longer maintained.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published