MUD


Contents

Multi User Domain

MUDs are supposed to be multi-user games over the Internet with a focus on text-based role playing and social interaction. MMORPGs have evolved out of MUD ideology and even technology.

The ldmud technology was developed to that purpose, so is the LPC language that came with it. The reasons why this technology turned to also be a good choice for implementing psyced are described in LPC.

psyced is based on experience gained in co-developing Nemesis.

It comes with a tentative glue interface to allow you to integrate the psyced codebase into an existing MUD game. This allows you to have a MUD that communicates with the rest of the world much more intensely than the currently common but flawed solution, being InterMUD.

MUDs implement the telnet protocol as an interaction interface with their users. You can typically start out using a telnet client, then find it more useful to use a MUD client which are usually still based on the telnet protocol, maybe with some custom extensions for file transfer and such. psyced does not support file editing and transfer over telnet.

PSYC as an InterMUD protocol

There has been this one attempt to adapt PSYC to make it work as an "InterMUD4." This did indeed work, but the person who did it got a real life (a child) and stopped geeking around. That's a valid reason. So the stuff is still there for anyone to pick up.

The advantages of using PSYC as an Intermud are quite enormous. Just like any gateway based on psyced you not only get InterMUD functionality, you also get the ability to communicate with any user in PSYCspace or Jabberland, and to use IRC clients for doing so.

Most of the following documents are held in german, sorry.

Other InterMUD in psyced?

It would also be an option for psyced to learn about the InterMUD 2 or 3 protocols, and to gateway or even route for them. Should be pretty feasible. Wanna do it? Can't be so hard to gateway InterMUD 3 into PSYC, since psyced already provides all the technical background for routing.

See also

Retrieved from "http://about.psyc.eu/MUD"