MUD client

From Infogalactic: the planetary knowledge core
(Redirected from TinTin++)
Jump to: navigation, search
A typical MUD client.

A MUD client is a computer application used to connect to a MUD, a type of multiplayer online game. Generally, a MUD client is a very basic telnet client that lacks VT100 terminal emulation and the capability to perform telnet negotiations. On the other hand, MUD clients are enhanced with various features designed to enhance the gameplay of MUDs.[1]

Standard features seen in most MUD clients include ANSI color support, aliases, triggers and scripting. The client can often be extended almost indefinitely with its built-in scripting language. Most MUDs restrict the usage of scripts because they give an unfair advantage, as well as the fear that the game will end up being played by fully automated clients instead of human beings.[2]

History

The first MUD client with a notable amount of features was Tinytalk by Anton Rang in January 1990, for Unix-like systems.[3] In May 1990 TinyWar 1.1.4 was released by Leo Plotkin which was based on TinyTalk 1.0 and added support for event-driven programming.[4] In September 1990 TinyFugue which was based on TinyWar 1.2.3 and TT 1.1 was released by Greg Hudson and featured more advanced trigger support.[5] Development of TinyFugue was taken over by Ken Keys in 1991. TinyFugue has continued to evolve and remains a popular client today for Unix-like systems.

Another early client was TINTIN by Peter Unold in April 1992.[6] In October 1992 Peter Unold made his final release, TINTIN III, which was a much more mature and feature rich program.[7] Development of TINTIN was continued by Bill Reiss who announced the release of TinTin++ 1.0 in July 1993.[8] The client gained popularity quickly because of its easy to use scripting language and the popularity of DikuMUD for which it was designed. Being open source with originally no license restrictions, many current clients like GGMud, MudMaster, and Pueblo are based on TinTin++.

Following on from TINTIN's success, Mike Potter was keen to produce a Windows port of the client resulting in the release of zMUD 1.0 in December 1995.[9] zMUD was initially licensed as freeware, but Mike Potter realized that he could make a living from sales of the client and started selling zMUD 4.0 as shareware in September 1996.[10]

Telnet extensions

Some MUD clients and servers have augmented basic TELNET / VT100 with a variety of new higher-level protocols and features.

A widespread feature is MCCP, which specifies a method for compressing the data streams. A proxy can be used for any client that does not support MCCP directly. Another less used extension is MXP, first developed by the Pueblo client but then taken and extended by zMUD. Several of the more advanced clients are capable of handling MXP, which adds an HTML-like structure to a server's output, providing additional formatting capabilities among other things. Some other occasionally used protocols are MSP (MUD Sound Protocol), a means of playing sounds in MUDs, and MCP (MUD Client Protocol), a framework for new client-server protocols.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.