Skip to content
Mike Griffiths edited this page Aug 22, 2015 · 5 revisions

Downloading/Installing Talvo's MUSHcode Suite

Installing Talvo's MUSHcode Suite is very simple.

First, you need to make a new wizard character. This character will own everything in the Suite. ALWAYS use this character to make changes to the Suite. NEVER use this character for anything else.

  1. Login as God (#1), and run the following commands:

    @pcreate CoreWiz=coolpassword @set *CoreWiz=WIZARD @power *CoreWiz=NO_PAY

  2. Logout of God and connect to your newly-made CoreWiz. DO NOT INSTALL THE CODE AS GOD. 1. Download the Core and install by copying and pasting into your MUSH. This is the code which powers the Suite. 1. Download and install (by copy/pasting to your MUSH) any of the Modules you want to use. They're all optional - you can pick the ones you want and skip the rest.

    • Note that some modules may tell you to run an additional command as God to complete the installation.
  3. @shutdown/reboot

  4. That's it - the core is now installed and should be working. Check the helpfiles for the modules you've installed to see how to customize them for your game.


Modules

When you've installed the Core, you can download any of the modules you want, and skip the ones you don't. Modules currently available are:

The Core

The core, which runs the MUSHcode Suite. Install first.

Basic Globals

A set of standard softcoded global commands: customizable +who, +3who, +where, OOC speech cmd, +display (for viewing public attrs on players), +newbies and +oldbies, count (checks for mismatched brackets in code), +admins/+staff, +finger, +selfboot, +poll.

Com / Chat System

A softcoded chat system with similar features (but a slightly different look-and-feel) to the built-in @chat system.

+Inspect / Views

System for adding extra details onto a room or other object without cluttering the desc. Details can be hidden, for "quest" items and suchlike.

LWatch

Lets players see when their friends connect and disconnect.

Alts (Alternate Characters)

System for tracking and managing alternative characters (alts).

Wardrobe / DescChanger

Requires MySQL. Lets players keep several different descriptions for their characters, and switch between them easily.

+Top

Shows player activity for the current month, and since the system was installed.

Money / Resources / Economy

Coded Economy system which can handle multiple denominations and currencies of money, and an unlimited number of non-monetary resources.

Languages

Players can learn multiple IC languages, speak them at different fluencies, etc. Allows for partial recognition of sentences based on speaker and listener fluency. Also allows for writing (in descs, etc) in languages.

+Help/News/Etc

A system that allows you to easily set up softcoded help commands which can be searched (for +help, +ahelp, etc). Can also be used for 'news' or 'theme' type commands.


This code is fully supported - if you have any problems, please email me. If you find a bug, or would like to suggest a new feature, please open an Issue here on the Github site.