Skip to content

KMUD Starters Guide

kristianoye edited this page Dec 18, 2017 · 6 revisions

Thank you for your interest in KMUD.

Setup

For general setup on most systems:

  1. Run: git clone https://github.com/kristianoye/kmud
  2. Run: npm install
  3. Run: startmud --setup
  4. Run: startmud

Advanced Options

The setup wizard will guide you through configuring the basic MUD options (like MUD name, available ports, etc) but the configuration file allows you to alter the behavior of the MUD and driver in very substantial ways. WARNING: Changing these settings can have unintended results and should be only modified if you know what you are doing!

For a detailed explanation of the mudconfig.json file, see the Config Explained page.

Clone this wiki locally