drskinner/covenant-mud
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Covenant MUD Readme ------------------- This repository houses the latest release of Covenant MUD, which uses SmaugFUSS 1.9 as a jumping-off point. Apparently there is no "readme" file for SmaugFUSS 1.9, but this project is cloned from the latest stable version, a pull request merged into master on 23 September, 2017. SmaugFUSS 1.7 Readme -------------------- A few quick notes about this version. Why the 1.7? ------------ Semi-arbitraty decision to reflect the major changes to the reset system to fix the problems with the nested put resets. All of the stock areas in this package have been updated to support the new format and as such will not be backward compatible with any Smaug mud that does not employ the reset fix. Since there has been some confusion of late about version numbers because of some 1.5 packages out there, I chose 1.6 to clearly differentiate this one. Areas written for Smaug 1.02a, 1.4, and 1.4a should load without a problem and remain compatible with these versions so long as they are not saved using 1.6. Also as a result of these changes, areas saved using the 1.6 code will not be compatible with various area editors out there, such as Orb or Nick Gammon's Area Editor program. I have no control over whether they will plan to update their programs or not, so please don't ask me to do this :) Bump was made again to 1.7 after some extra support features were added for dlsym and MCCP among other things. Installing and using the code ----------------------------- It should be fairly a straightforward process to install the mud. Using either Cygwin or a *nix flavor, unpack the tgz file (which you probably already have if you're reading this). 1. Compiling On a Linux based system: Change to the dist/src directory and type: make On Cygwin: Change to the dist/src directory. Open the Makefile. Uncomment the Cygwin definition and save the file. Type make On FreeBSD: Change to the dist/src directory and type: gmake BSD compiling is probably not compatible with pmake. 2. Starting up After the compile finishes, open the starup file and change the port number to the one you plan to use. Then type: nohup ./startup & This will launch the mud in the background, telling it to ignore when you disconnect from your session. 3. First immortal Log in to the mud, and use the following user/pass: admin/admin Once you're in, you can either use the pcrename command to change this character's name to yours ( and then change the password! ) or you can use it to advance another character who logs in afterward. If you choose to advance a different character, delete the admin player for security purposes. 4. Start having some fun! :)
About
Covenant MUD using SmaugFUSS 1.9 as a starting point
Resources
Stars
Watchers
Forks
Packages 0
No packages published