Skip to content
forked from tbamud/tbamud

Deva.cloud is based on tbaMUD that is the continued development of the codebase formerly known as CircleMUD that is baed on DikuMUD.

License

Notifications You must be signed in to change notification settings

indraai/deva.cloud

 
 

Repository files navigation

deva.cloud

deva.cloud is a highly modified tbaMUD, CircleMUD, DikuMUD server turned into an Aritficial Intelligence Multi-Agent System.

access

The deva.cloud can be accessed using any standard telnet client at:
arjika.deva.world port:9003

To access the realm from your deva.world interface add the configuration to your ./data/client.json file. The #mud deva comes intalled by default in the interface.

Change *your*username* to your chosen username, and chang *your*password* to your password. We recommend using the !uid command to generate a random number password to be stored here.

"mud": {
  "key": "*your*username*",
  "host": "arjika.deva.cloud",
  "port": 9003,
  "user": {
    "login": "*your*username*",
    "password": "*your*password*"
  }
},

source code

To clone the repository. Then do the install stuff that comes later.

> git clone https://github.com/indraai/deva.cloud.git

All requests for help or bugs should be reported to: arjika.deva.cloud:9003.

Information about deva.cloud can be found at the indra.ai.

The archives contain many great ideas in the /contrib/ section.

compiling

deva.cloud compiles under a large number of operating systems; instructions for compiling on each platform is can be found in the file doc/README.system

  • AMIGA - If you are using an Amiga running AmigaDOS. (If you're running NetBSD or Linux on an Amiga, use README.UNIX instead.)
  • ARC - If you are using an Acorn running RiscOS.
  • BORLAND - For those using Borland under Windows.
  • CYGWIN - If you are using Cygwin shell in Windows.
  • MSVC4 - If you are using MSVC 4.
  • MSVC5 - If you are using MSVC 5.
  • MSVC6 - If you are using MSVC 6.
  • MSVC8 - If you are using MSVC 8.
  • OS2 - If you are using OS/2 Warp Connect v3.0 or OS/2 v2.x.
  • UNIX - If you have any type UNIX system, including Linux, MkLinux, Ultrix, HP/UX, Solaris, SunOS, IRIX, FreeBSD, OpenBSD, NetBSD, BSDi, Macintosh OS X, etc.
  • VMS - If you happen to be on OpenVMS.
  • WATCOM - If using WATCOM under Windows.
  • WIN - If you are using Windows.

If you are interested in porting deva.cloud to a new platform, see the file porting for some tips.

documentation

Administrator Guide - Gives an overall description of how deva.cloud works, how to get it to compile and run for the first time, information about customizing and configuration options and command-line arguments, and tips on maintenance and day-to-day MUD administration.

Builder Manual - This documents the world-file format and describes how to create new rooms, objects, and monsters. Also, it describes how to add new areas to the MUD and gives some tips about game balance and world-file debugging.

Code Manual - For the coders in your group, a technical reference describing some of the more basic coding tasks such as how to add new commands, spells, skills, socials, and classes.

Files - Overview of the deva.cloud file structure.

Debugging - For information on debugging the application please read the debugging file.

Message Editor - The Message Editor is an OLC style editor for modifying the in-game combat messages.

Socials - A social is the easiest command to add to the game thanks to the social editor; aedit.

SYSERR - SYSERR messages and a description of what can cause each problem and how to solve it. An excellent guide for troubleshooting and area debugging.

Github Repo
Back to indra.ai
©2022 Quinn Michaels; All Rights Reserved.

About

Deva.cloud is based on tbaMUD that is the continued development of the codebase formerly known as CircleMUD that is baed on DikuMUD.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

  • C 96.6%
  • PLSQL 1.5%
  • DIGITAL Command Language 0.4%
  • Perl 0.3%
  • Arc 0.3%
  • Shell 0.3%
  • Other 0.6%