-
Notifications
You must be signed in to change notification settings - Fork 0
KMUD Starters Guide
kristianoye edited this page Dec 18, 2017
·
6 revisions
Thank you for your interest in KMUD.
For general setup on most systems:
- Run: git clone https://github.com/kristianoye/kmud
- Run: npm install
- Run: startmud --setup
- Run: startmud
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.