Slashdot Mirror


LambdaMOO, MUDs, and 'When the Internet Was Young' (undark.org)

Slashdot reader travers_r shares "a peek into the early days of internet culture and multiplayer gaming." (Apparently this MOO has been running continuously for 28 years.) "From the looks of it, squatters run it now..." LambdaMOO was different from the earliest MUDs, which were Tolkienesque fantasies -- hack-and-slash games for Dungeons & Dragons types with computer access, mostly college students. LambdaMOO was one of the first social MUDs, where people convened largely to play-act society, and what might have been "one of the first MUDs to be run by an adult," [co-creator Pavel] Curtis believes... Everybody comes through the Coat Closet the first time they visit LambdaMOO, entering the Living Room through a curtain of clothes, like children into Narnia. In between the textual rooms and objects they explore, there's a faster-moving flow of words, the coursing real-time chatter of LambdaMOO's other users. This is a Multi-User Domain: a chatroom and a world at once, a place where telling takes the place of being...

[I]t's nearly impossible to describe to a modern computer user what that means, because although MUDs once made up 10 percent of internet traffic, their dominance was obliterated by the arrival of the visual, hyperlinked, page-based Web. To anyone weaned on images and clicked connections, every explanation sounds batty: A MUD is a text-based virtual reality. A MUD is a chatroom built by talking. A MUD is Dungeons & Dragons all around the world. A MUD is a map made of words. The science fiction writer Philip K. Dick once defined reality as "that which, when you stop believing in it, doesn't go away," and in that sense a MUD is a real place. But a MUD is also nothing more than a window of text, scrolling along as users describe and inhabit a place from words.

Undark titled their piece "a mansion filled with hidden worlds: when the internet was young," describing the mansion's halls as "really just a string of code, where people once lived, and still do, in some way or another, as someone must, until the server winks out." I logged in a few times in 1997, so I'm probably in there too...

The article describes reading a Usenet newsgroup about MUDs back in 1990. "Approximately half of the contributors thought it was a game; the other half vehemently and heatedly disagreed."

Does all this bring back memories for any Slashdot readers?

114 comments

  1. Hnnngh by Known+Nutter · · Score: 2

    My neckbeard just grew out from reading the summary.

    --
    Beware of the Leopard.
    1. Re:Hnnngh by _Sharp'r_ · · Score: 2

      The *MUSH code base was better. If anyone remembers the original Shadowrun MUSH (my brother and I have an interesting history there), or AtlantisMUSH (the underwater post-apocalyptic one with Caps and Totes and submarine combat we started), let me know.

      --
      The party of stupid and the party of evil get together and do something both stupid and evil, then call it bipartisan.
    2. Re:Hnnngh by Anonymous Coward · · Score: 0

      I loved *MUSH when it came to the users expanding the world, however during my time, most were DIKU variants (ie: CircleMUD). I ran a MUD for many years, though not as popular; hell, without doing that I wouldn't know half what I do about coding in C today.

    3. Re:Hnnngh by Anonymous Coward · · Score: 0

      LambdaMOO is a MOO - it's a mud, but object oriented. If I remember correctly DIKU did not have inheritance, but something similar. My memories are fading....

    4. Re: Hnnngh by Anonymous Coward · · Score: 0

      Isn't LamdaMoo the name of joint team of Lambda Lambda Lambda and Omega Moo? I heard they are running the Greek Council next year.

  2. Cheeseplant's House and MIST by mccalli · · Score: 1

    Cheeseplant's House was the first talker I was aware of, in 1990. Might be the first ever too. Used to hang out in Cheeseplant's House waiting for MIST to open - fantastic, and rather player v player bloodthirsty game before all the Diku and Tickle muds started taking over.

    Great days. I was playing MIST one day in the spanking new University X Term labs, very expensive, when a bunch of six formers came in to look the wonders of higher education. I did a 'shout' on the game - "oh god, hordes of potential first years staring at me and I'm playing a game". Got back loads of shouts "Greetings from the Netherlands", "Hello from Germany"....etc. Bet you I did more for recruitment that day than the entire rest of the tour.

    1. Re:Cheeseplant's House and MIST by malkavian · · Score: 1

      I remember Cheeseplant's House well! :) That brought back many a happy memory!

    2. Re: Cheeseplant's House and MIST by Anonymous Coward · · Score: 0

      Cat Chat predated it by about a year (also a warwick thing, based on the same code as warwick lpmud).

    3. Re: Cheeseplant's House and MIST by Cederic · · Score: 1

      That era was a great one for Warwick. I don't recall Cat Chat but the lpmud, Cheeseplant's House and then Sean and Geoff destroying peoples lives with Angband.

    4. Re:Cheeseplant's House and MIST by SlayerOfKings · · Score: 1

      Was never on Cheeseplant's House, but spent a fairly decent chunk of the 90's up all night talking to people on Foothills.. I miss the talker days.

  3. Rosy Retrospection by war4peace · · Score: 2

    I am one of the few (and I am not proud of it, quite the contrary) who aren't affected by rosy retrospection.
    When the Internet was young, it was difficult to access, difficult to use and didn't have much value outside of niche use(r)s.

    MUDs were "multiplayer notepad" of sorts, and they were awesome because they were "the new thing". After a while, they stopped being that. It is debatable whether their replacement was an "improvement" or not. The best of them were very difficult to improve, even through adding multimedia files (images, audio, video,later 3D etc) - but this is valid for anything: it's difficult to improve something that is very good.

    --
    ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    1. Re:Rosy Retrospection by Rei · · Score: 3, Interesting

      I loved coding for LP muds. They weren't so much a "multiplayer notepad" as you could have true C-ish code running behind the scenes. LPC was a great language, in that you could physically interact with your objects. You could carry around a class in your inventory. Randomly call functions on it. Have other peoples' actions trigger functions. It opened up so many possibilities.

      The best were "Wizard (admin) Duels", which was basically warfare between programmers. It was common for wizards to write "dests", which destructed a person's player object to (briefly) kick them out of the game. These often involved elaborate broadcast leadups describing what they were doing and what was happening to the victim. One wizard kept desting me, so I wrote an instant counterdest that I could call that would dest him first. So he sped up his dest so that I wouldn't have time. So I had mine detect that his dest was going off automatically and autodest him. So he made his instant. So I made an object that would hop into his inventory and intercept his dest command, and dest himself instead. But then I had to be paranoid about him making objects to hop into my inventory, so I made an inventory-protector that monitored my person and the room I'm in for "suspicious" objects to destruct. On and on it went.

      The screwups could be glorious, too. At one point during the coding of my inventory protector, I messed up and it accidentally dested me. It then fell to the floor in the login room and dested everyone else in there. And anyone who logged in would then get insta-dested by it. I had accidentally created a killbot run amock ;) We had no access to the server to reboot it, and almost everyone had gotten kicked off by it... except for one wizard operating in a different room. But since we couldn't log in, we had no way to contact him. Until I came up with an idea. We uploaded files to the MUD via FTP, so I uploaded a file to his home directory with the title, "(HISNAME)_PLEASE_READ_ME_NOW.txt", which explained the situation and how to fix it. Sure enough, 15 minutes later, he notices the file, reads it, and destroys my inadverent-killbot so we can all log back in. ;)

      You just don't get those sorts of experiences anymore.

      --
      "Lock and load, Brides of Christ!"
    2. Re:Rosy Retrospection by Anonymous Coward · · Score: 0

      I remember the big furor over the resources consumed by these early "social platforms". They went as far as blocking ports but that of course was quickly doomed to failure.

    3. Re:Rosy Retrospection by Rei · · Score: 2

      My biggest fault was going overboard on very specific things. For example, I always thought that the whole notion of "hitpoints" was too simplistic and not realistic. I mean, that's not how people get injured in real life! But the more I started trying to "improve" it, the more complicated it got. By the end, you had blood levels, and a bleed rate based on wounds you had received, with the bleed rate slowly declining over time and blood slowly recovering. You had limbs, depending on what type of creature you had, with different probabilities of being hit, and with the ability to be damaged (interfering with various player functions) or severed outright (slowly regenerating, unless a fatal hit). Players could just go with a random attack, or choose to target specific body parts (with a lower probability of hit). It was even taking gender into account in determining body parts... although to keep it "clean", body parts were renamed (if I recall correctly, men had a "fozzle").

      Basically, it just got way too complicated, way too quickly.

      --
      "Lock and load, Brides of Christ!"
    4. Re:Rosy Retrospection by KiloByte · · Score: 1

      Uhm, so your MUD did not even have basic security? In this particular case, you need a simul_efun override for efuns that should be privileged, do permission checks and only then call the actual efun.

      The driver (LP's name for the VM) also had some egregious bugs, but that's nothing a rudimentary audit can't fix. Once you have a few security-minded people among coders, LP was quite nice. Alas, with no equivalent of git, fixes hardly ever got exported to the multitude of forks.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    5. Re: Rosy Retrospection by Anonymous Coward · · Score: 0

      Yes, the coding parts of MOOs were the best parts.

    6. Re:Rosy Retrospection by Rei · · Score: 2

      Lol... now I'm reading through old code... apparently every male character's fozzle had a hard-coded length (0-9), which was randomized based on their name. Except for user "timster", whose fozzle length was hardcoded to "700" ;) I think I added that in to stop him from complaining about my new body part / combat system, lol.

      Man, I went way further with this than I remember... there's code in here where if you take too many blows to the head, it messes with your sanity, so that you can end up wandering aimlessly and the like. Injuries can mess with your ability to digest food, metabolize alcohol, vision, hearing, balance, sex drive, everything.

      Now I'm looking at the code behind rooms... most people's rooms were a couple hundred bytes, up to a couple K. My average room size was ~30K due to all of the code in them ;) To the point where if the description used a metaphor, and you tried to treat it as literal, it might threaten to sick the "Gods of Literality" on you, and if you persisted, would actually do so. Nethack-levels of detail. :)

      It was an apocalyptic themed MUD, and I had the town slowly become more twisted and evil the closer it got to the reset. All NPCs had a function to be updated as to the progression of the apocalypse over time, and increasingly go insane.

      There was a bakery, and you could pass the baker random objects to bake into a bread. Randomized based on the given object's name, it might give the bread an effect when eaten... usually minor and insignificant, sometimes poisonous, but rarely really weird. It could make you incapable of using complicated words or handling complicated sentences and speak with a lisp. It could turn you evil - swapping out random innocent action commands with things like love->kill, hug->bite, agree->disagree, etc. It could scramble the words in your sentences, or weld your lips together so you can only mumble, or make you stutter. It could make you randomly wander aimlessly. All sorts of things.

      Man, this stuff was fun to write...

      --
      "Lock and load, Brides of Christ!"
    7. Re:Rosy Retrospection by lgw · · Score: 2

      apparently every male character's fozzle had a hard-coded length (0-9), which was randomized based on their name

      I'm starting to believe you were involved in the writing of FATAL. Next you'll be telling me you resolved a 50-50 chance by rolling d100, then using that as a target to beat when rolling d100.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    8. Re: Rosy Retrospection by edris90 · · Score: 1

      I found it was much easier to use and access, the amount of jumping around you had to do to find information compared to how deep in the dark net you have to go to today was much easier. Valdez everything worth learning is behind a paywall or a login, back then all you had to do was keep crawling the web and you need to find it these days you're like shit I'm going to have to hack someone servers just to answer my question.

    9. Re: Rosy Retrospection by war4peace · · Score: 1

      Wikipedia...

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    10. Re:Rosy Retrospection by Anonymous Coward · · Score: 0

      Ah, the good old days. Reading this warms this old nerd's heart.

    11. Re: Rosy Retrospection by edris90 · · Score: 1

      You're not going to find nda restricted information on Wikipedia. Or if you do you better save an offline Archive of it cuz It won't be up for long. repairing the purposeful sabotage created by a company policies and legislation requires access to the information of how things operate so as to interfere intelligently and correct those processes. Or access to the tools and encryption keys necessary to reprogram and remove software-based crippling, or to access all the physical capabilities of the objects we possess. When John Q public can oversee and monitor the internet easily, all the useful and key pieces of information get discovered and destroyed. or the servers holding them you get sued out of existence. information control is bad for people but good for an individual looking to exploit others.

    12. Re:Rosy Retrospection by Darinbob · · Score: 1

      I ran an LPMUD for awhile, added some code improvements to it as well. The problem with discussing MUDs is that there were two very different types - those that were games and those that were social spaces. Like the difference between and MMORPG and Second Life.

      I had a lot of fun with it, learned a lot, made friends, etc. We even had a meet up in real life, because so many of our players came from the same city and connected via a free dialup to the University.

    13. Re:Rosy Retrospection by SigmundFloyd · · Score: 1

      When the Internet was young, it was difficult to access, difficult to use

      And that kept dumb people out.

      --
      Knowledge is power; knowledge shared is power lost.
    14. Re:Rosy Retrospection by Anonymous Coward · · Score: 0

      An ass of an admin did that to me. Created an object which converted all commands to null. Only allowed stupid emotes. Moved every player to a dungeon. You get the idea.

      Eventually that MUD died due to this type of infighting.

    15. Re:Rosy Retrospection by Cederic · · Score: 1

      LPC was a great language, in that you could physically interact with your objects

      I learned OO programming without even realising it because of LPC. Got into my first job post-university and my boss with his 30 years of programming experience couldn't understand how I could adapt so easily to the new OO languages we were using.

      The best were "Wizard (admin) Duels", which was basically warfare between programmers.

      I was winning one of those with ease, right up until my opponent used his unix mud account access to log into the OS and delete me.

      Even then I'd created a copy of my admin .o file so waited five minutes, logged on and sent him some hugs.

    16. Re:Rosy Retrospection by Whibla · · Score: 1

      Next you'll be telling me you resolved a 50-50 chance by rolling d100, then using that as a target to beat when rolling d100.

      You mean that's not how you're supposed to do it?

    17. Re:Rosy Retrospection by Anonymous Coward · · Score: 0

      Err... this would be 'back in the day' and there are lots of loopholes to find in the MUD base

    18. Re:Rosy Retrospection by war4peace · · Score: 1

      Which really helped nobody.

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  4. Back when libraries were the only game in town by Anonymous Coward · · Score: 0

    I'd hike down to the town's library to fire up that good old fashioned stock telnet client included with Windows and connect to my favorite MUD. (PokeMUD, which doesn't exist anymore.) Easiest way to beat the heat during the summer I ever found.

  5. Charnel House Holiday by Anonymous Coward · · Score: 0

    I went out to *BSD's grave on Decoration Day. The old forgotten cemetery is to be found adjacent to the dark woods beyond the edge of town. There within olfactory distance of the municipal treatment plant you will find *BSD's final resting place.

    *BSD's tombstone was shrouded by thick mosses and knots of noxious ivy. A mournful, bedraggled crow stood watch as I gently pulled aside the tangled twists of thorns, and cleaned the decaying marker the best I could. A suffocating melancholia filled my heart, while I pondered that this indeed was *BSD's figurative charnel house of which so many have plaintively spoken.

    Nothing is so pitiful as an untended grave, a loved one now forgotten. The short sad life of this doomed and fated OS makes us realize that there but for the grace of God go all of us.

    I planted some wilting marigolds, found discarded in the waste heap behind the caretaker's shack, hoping that by some miracle these fleurs de mort take root and bring a modicum of cheer to *BSD's God forsaken plot. My fervent hope is that the torpid colored boy who so carelessly mows the cemetery doesn't slice them down, inadvertently mirroring *BSD's own doomed encounter with death's irresistible scythe.

    Funny how things work out. Linux, that brilliant novam stellam, now runs the Internet and the world's fastest computers, while *BSD lies moldering within its forgotten crypt. Let the barren silence of *BSD's tomb be a mute reminder that hubris and braggadocio were no defense on that woeful day when the Angel of Death's bleak umbra was cast upon *BSD.

  6. Judy/Fred Mud Represent! by Anonymous Coward · · Score: 0

    Still think fondly of the days of 100+ people on 139.102.12.14 2150 :) Mel treated us well. For those wondering it is still running although sometimes on an alternate IP... one or two people still haunt it most days.

    1. Re: Judy/Fred Mud Represent! by Anonymous Coward · · Score: 0

      Don't forget there was JoeMUD too.

  7. Codin by Anonymous Coward · · Score: 0

    I used to code for a MUD back around 2002. It was called Age of Legacy and I had a lot of fun working on it, setting up quests, fixing code, creating new spells. To me, having a text world accessible over telnet was more appealing than the stuff like World of Warcraft which soon came along and replace it. I was sorry to see it (and many other MUDs) taken off-line.

  8. Oh yeah by dead_user · · Score: 1

    I pretty much lost my first year of college to Muddog, run out of the University of Florida. In fact, I still use my original avatar name as one of my logins all over the net. Then I moved on to Three Kingdoms once Muddog died out. Man, I loved it when they got the Portal client for windows with 3k. It was soooo much better than tinyfugue that we had been using.

    1. Re:Oh yeah by oneiros27 · · Score: 1

      Too bad Tensor was a real prick. But it got me working with Cletus before he started Fark. (Nooster, Cheyenne and I were the other early admins on there)

      --
      Build it, and they will come^Hplain.
    2. Re:Oh yeah by Rei · · Score: 1

      Ah, good ol' 3k. Wonder how many months of playtime I had on that one....

      --
      "Lock and load, Brides of Christ!"
    3. Re: Oh yeah by jasonmcmunn · · Score: 1

      Tensor was a prick, but the guy who ran mages and cyborgs made him look like a kitten... rastasomething... busted me for botting while I was at the keyboard.. accused me of scripting responses. Iâ(TM)d love to meet those guys in real life and buy them a beer though. They put their hearts and souls into that for years... and Batmud... loved batmud

  9. Still there by Calydor · · Score: 1

    They are still there if you know where to look. Connected on one know.

    I think the MUSH variant really is the best explanation: Multi-User Shared Hallucination.

    It is like cowriting a book, a massive tangled story that doesn't have to make sense and which only exists in the moments you are there. It is like Second Life, except you don't need to be a coding genius or rich kid to have pose balls and great graphics - the poses are anything you can think up, the graphics are in your mind's eye.

    It is a freedom to move past not just reality, but the imagination of everyone else. For all the freedoms offered in Second Life, or in WoW, or in VR Chat, or anywhere else, there are constraints, things that can't be done either because no one else ever thought to do it or because the code isn't advanced enough.

    On a MU* all you need is to think it and type it and then it happens because you will it into existence.

    --
    -=This sig has nothing to do with my comment. Move along now=-
    1. Re:Still there by Calydor · · Score: 1

      Connected on one know ... Man, I need to start proofreading this crap.

      --
      -=This sig has nothing to do with my comment. Move along now=-
    2. Re:Still there by Opportunist · · Score: 1

      I've spent a couple hundred if not thousands of hours RPing in a MUSH some 20 years ago. Even went on a trip to the US to visit some of the other players. Looking back it was kinda crazy to fly across an ocean to meet people you pretty much don't know anything about... it was a different time, I'd say.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    3. Re:Still there by Opportunist · · Score: 1

      Yeah, MUSHes used to be really uptight about grammar back in the days... today you could even get away with something like this. :)

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  10. The world of Norath by Archfeld · · Score: 1

    I grew up playing Zork and online text games. I was a longtime player of the World of Norrath(mud), which was the precursor to EverQuest. I was in grade school when the original D&D red box came out and I can remember the first time a group of 5 of us got together to battle the forces of darkness in the school library. I was an elf when that was a class unto itself. I still play pen and paper RPG's with a group twice a month, it is GURPS these days but little else has changed.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
    1. Re:The world of Norath by ZorinLynx · · Score: 1

      Yeah, to someone who grew up and loved games like Zork, MU* systems were like MULTI PLAYER ZORK. It blew my mind at the time and I used a whole bunch of them for years.

      I'm still on FurryMUCK but not too active there anymore. Just don't want to let go of that last thread I guess.

    2. Re:The world of Norath by Darinbob · · Score: 1

      I thought it was funny that more than one person would run through my MUD area and then ask me if I ever worked at Infocom, and at the time I didn't know who they were (I knew what Zork was, but not the company because I played the mainframe version and didn't have a PC). But I definitely was trying for the adventure game vibe rather than just the typical dungeon crawl. I really wish I had the source code of all I built in that game.

    3. Re:The world of Norath by Archfeld · · Score: 1

      That is high praise. Infocom games were great at foreseeing huge numbers of scenarios and coming up creative and amusing responses.

      You are likely to be eaten by a Grueâ¦

      http://mentalfloss.com/article...

      --
      errr....umm...*whooosh* *whoosh* Is this thing on ?
    4. Re:The world of Norath by TheDarkener · · Score: 1

      My sig =D

      --
      It is pitch black. You are likely to be eaten by a grue.
  11. No it didn't. by Anonymous Coward · · Score: 0

    ....games for Dungeons & Dragons ...

    We'd say "D and D" or "D&D"

    Summary writer is a poser - isn't that what you kids say, "Poser"?

    1. Re:No it didn't. by Anonymous Coward · · Score: 1

      D&D sux. AD&D FTW

  12. Multi-User Dungeon by gavron · · Score: 2

    The article says "Multi User Domain." MUD actually was multi-user dungeon, as in online dungeons and dragons.

    E

    1. Re:Multi-User Dungeon by Presence+Eternal · · Score: 1

      I've heard everything from Dungeon to Domain to Database. As I'm fairly sure they evolved from database software, I'd tend to give more credence to the latter.

    2. Re:Multi-User Dungeon by Anonymous Coward · · Score: 0

      they didn't evolve from database software.

      https://www.google.com/search?...

    3. Re:Multi-User Dungeon by Anonymous Coward · · Score: 0

      All mud's (Multi User Dungeons) I've worked with have been text file based. No database engine.
      This was around 1994-1996. Valhalla was king where I lived (Norway) and Diku was the engine.
      Link to the "db" documentation: https://github.com/sneezymud/dikumud/blob/master/doc/database.doc

    4. Re:Multi-User Dungeon by Darinbob · · Score: 1

      The first MUD was explicitly called Multi User Dungeon, later there was a followup MUD2 intended for a commercial dialup service. They were actual games. https://en.wikipedia.org/wiki/...

      The meaning morphed over time as some programs called MUDs arrived that were less structured like games and more like social RP spaces.

    5. Re:Multi-User Dungeon by Anonymous Coward · · Score: 0

      I ruined my degree at Essex University in the very early 1980s by playing the original MUD for pretty much my whole final year, instead of studying. Great days. (And nights: we used to hide under the tables in the Computing lab when they locked up, so we could play all night.)

      And yes, it was indeed Multi-User Dungeon.

  13. Ah, the memories by Anonymous Coward · · Score: 0

    I remember thinking back in 1996 that everyone should get an Internet connection. It would be so awesome, everyone able to connect at the same time! Imagine the possibilities!

    I was horribly, painfully wrong. The modern Internet is painful. Sure, it's much more useful, but damn... always on, all the time, never ending trite and drivel. I never thought I'd say this but I actually miss AOL dial-up. There were fewer idiots online then, including New Members Lobby... and that's a grand statement to make.

    1. Re:Ah, the memories by Anonymous Coward · · Score: 0

      Just the other day I was thinking back to the CompuServe dial-up days. Wondering what happened to the people that I used to spend so much time talking to on there. No way to know, now. I had all that info on a nice little Iomega backup tape, which of course didn't work when I actually had to recover from a drive failure. All down the bit bucket.

    2. Re:Ah, the memories by Anonymous Coward · · Score: 0

      I feel you! I can't even recover my ICQ because the email address I used is long since dead. Five digit ID. I remember I had a bunch of emails and chats backed up but the CD has started to rot. My own fault for using cheap CD-R's.

  14. Plenty still around by Presence+Eternal · · Score: 3, Informative

    I know Batmud got into Steam greenlight before Valve discontinued submissions. As far as I know they're fairly close to completing the process.

    As for graphical games and Wow, I don't recall them hurting the userbase much. The userbase on Bat was growing even after Wow had been out for a while. What precipitated a decline was a) there being tens of thousands of games that work on any hardware now, and b) logging in and being killed three rooms from the entrance by an event monster is a proud legacy of Muds, but also not a great way to attract new players.

    1. Re:Plenty still around by Opportunist · · Score: 3, Insightful

      That's less of a concern for the more social oriented ones, but even they suffer. Old players leave but few new players join. Text games just don't have the same pull anymore for a new generation of players, I guess. I have no idea where they're moving to, though.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:Plenty still around by Anonymous Coward · · Score: 0

      MUDs were great in the early dawn of internet. It was one of my core reasons for wanting internet, though i had no idea what MUDs were, just heard it were text adventure of internet (OMG must have!). In those days, you spent every hour you could learning programming, going to college, learning html, etc. Some of us spent lots of time playing games like Quake and MUDs at school, just because that's where the internet was accessible. So you got to know the other students that did the same. Many nights playing or programming 24 hours. Sometimes 30+ hour sessions..

      Obviously, as you get to work and have more responsibilities, and as internet became accessible from home, MMORPGs entered the scene (EQ, WoW), MUDs were relegated to history, though you can still play.

      The only problem is that to get anywhere you really need to spent most of your day playing and learning, time and focus people just don't own anymore.

    3. Re:Plenty still around by Raenex · · Score: 1

      Text games just don't have the same pull anymore for a new generation of players, I guess. I have no idea where they're moving to, though.

      Second Life, of course. It's all the rage.

  15. Re:Shut the fuck up, you incel cuck. by Anonymous Coward · · Score: 0

    Easy now. Isn't "incel" a little harsh? I mean the dude whacks off like a madman to tentacle porn. That has to at least count for something.

  16. Barren Realms by Anonymous Coward · · Score: 0

    I remember playing a MUD called Barren Realms in college. Had no idea what I was doing. Spellcasters needed to pick up and use gear with the "flaming" modifier to boost their damage, a bit of knowledge I somehow missed, so I went around for months tickling mobs to death with acid blast, unable to do any better.

    BR is also where I first inadvertently got introduced to the shadier aspects of online life. There was a "girl" I used to talk with, who one day asked me to help with some inventory management. It sounded odd to me but sure, why not? It wasn't until I read the whole interaction afterwards that I realized what had been done to me. The last two lines were something like "Evitalle drops the girdle. Ziyat gives Evitalle the spiked helmet."

    1. Re:Barren Realms by Anonymous Coward · · Score: 0

      She used you for net sex and you didn't realise?

    2. Re: Barren Realms by Anonymous Coward · · Score: 0

      Young and dumb. It was a different era.

  17. Medievia and DyrtDev by Uryene · · Score: 1

    I remember playing Medievia a lot. Color graphics (er, text)!
    And being on DyrtDev; learning how to create your OWN worlds that others could play in.
    Good times.

    1. Re:Medievia and DyrtDev by RandomFactor · · Score: 1

      Wait...Medievia got colored text???

      Maybe I shoulda kept playing :)

      --
      --- Mercutio was right.
    2. Re:Medievia and DyrtDev by Anonymous Coward · · Score: 0

      Late 90s early 00s.. I logged a *lot* of hours on Medievia. :)

    3. Re:Medievia and DyrtDev by Morgon · · Score: 1

      I've been trying to remember the name of Medievia for ages! They had a pretty cool weather system.

      I actually donated once to get some perks. Their site claims they don't delete players, but it thinks my username is new... it's been 15+ years since I last logged in, so I suppose I can't be too mad.

      --
      [DISCLAIMER: This post is a work of satire and should not be misconstrued as a holy text upon which to base a religion.]
  18. The Best MUD by Bender0x7D1 · · Score: 1

    RealmsMUD was the best MUD. EVER!

    Tsunami and Highlands were also really good. I remember back in '99 I logged into Tsunami after 5+ years of being gone (I had joined the Marine Corps) and my character was still there!

    Good times.

    --
    Reading code is like reading the dictionary - you have to read half of it before you can go back and understand it.
  19. no database behind MERC by Anonymous Coward · · Score: 0

    I'm not sure any of them were tied to a database, but I'm sure MERC wasn't. Flat files for the win.

    1. Re:no database behind MERC by Presence+Eternal · · Score: 1

      Yes, I was going by what the person who introduced me to muds told me. Wikipedia clearly says they were actually based on...teaching software. Kind of odd, but ok.

  20. Pepperidge Farm remembers by Anonymous Coward · · Score: 0

    I know there's a meme in here somewhere...

    Oh here it is!!!
    https://encrypted-tbn0.gstatic...

  21. Goddamn kids by Anonymous Coward · · Score: 0

    Goddamn kids today and their nvida video cards and custom gamer chairs. When I was young we had MUDs.. Text on the screen and we had to use our imaginations to soo our tenno brothers and sisters in their spectacular nuclear war mud attire.

    AND WE LIKED IT!

  22. DragonRealms by Anonymous Coward · · Score: 0

    Played for about 5 years when it came out in 96. I just looked, and I think it is still going!

    Wonder how many folks actually still play?

  23. Oh man, such memories by Seth+Morabito · · Score: 2

    It sure does bring back memories. I was on LambdaMOO for a while, also worked with Pavel Curtis much later at a different job. Did my years on MUCKs and MUSHes, too. It's amazing how much this stuff is both ancient history and recent history all at the same time.

  24. Spent half of my university time in MU*s by Opportunist · · Score: 2

    Back when I was young (and there was still snow THIS high, i.e. before global warming, and before the invention of boots) internet access in my country was pretty much something that you either had when you were rich or when you went to a technically inclined university. Now, transporting graphics on an internet link was pretty much unheard of or at the very least frowned upon (the university had a lightning fast 2mbit connection... still pretty impressive when you were used to 9.6kbit), so text it was.

    This was also the time when I started playing a new kind of RPG, unfortunately one nobody else wanted to play, so when I found a MU* that did, my life was complete.

    And my university progress took a sharp decline...

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  25. AlphaMUD and AlexMUD by Anonymous Coward · · Score: 0

    Played a lot on the Alfa Diku-MUD back in 1991 and also on Alex the next 2-3 years when Alfa shut down. Was loads of fun, though for a while it did affect university studies a bit... I guess this wave of muds in the early nineties were the precursors to modern day MMO/MMORPG. AlexMUD is still up to this day, with all characters intact (telnet alex.stacken.kth.se 4000). Quite desolate, but once a year or so I pop in a minute or two and check the immortals bulletin board and remember the good old times *smile*. /Mech

  26. Lots of MUDs still going.. by malkavian · · Score: 2

    After the sad demise of Cheeseplant's house, I went looking for a new home.. And came across Igormud.. It's still going (igormud.org 1701).
    I met a load of people on there that I became friendly with, and that got me to start travelling the world. Been round Europe and the States visiting people I'd met there. A good many of them have stayed friends with me, nigh on 30 years later!

    1. Re:Lots of MUDs still going.. by Anonymous Coward · · Score: 0

      Ah, the wonders of connecting to CPH over JANET. And Cat Chat before that... *sniffs*

  27. Re: what a great time... by Anonymous Coward · · Score: 0

    Wow, what a time travel! I played Medina (telnet nescafab 4000) in 1997, which was actually an spanish adaptation of D&D. We used to connect from unix terminals at University's laboratories....

  28. I used to be an Admin on an old MUD... by X!0mbarg · · Score: 1

    It was before the days of MMORPGs and the Graphical stuff they have now.
    All the things that plague those now, used to be prevalent on the MUD: PKing, cyber bullying, code/glitch abuse, VAPEing of offenders, multi-logging, ALT characters, "illegal Trade" of EQ, "Twinking", etc.
    All in all, they were training grounds for the admin staff of the new environs.

    Ah, the good old days...
    Still, I made a handful of friends there, and ticked off more than a few offenders, too.

  29. Discworld MUD! by Anonymous Coward · · Score: 0

    I still play on the Discworld MUD to this day. It's been online since 1991 and my character is 17 years old now.

    1. Re:Discworld MUD! by Anonymous Coward · · Score: 0

      I quit after the last downgrape cut in.. '02?
      That sucked big time

  30. I found the internet due to MU** by Anonymous Coward · · Score: 0

    We were poor and my parents ignorant. My brother and I read a book in 1994-95 describing MUDs. We wanted in.

    Put our work money together to buy a $500 Windows95 (Iâ(TM)m certain nowadays; pirated) from a guy who literally sold rigs out of his house. Weâ(TM)d pay for our internet access, too. We would run the 100â(TM) ohone Line from our parents room, army crawling after theyâ(TM)d gone to bed to hijack the line at my momâ(TM)s dresser. Suffering the yelling and âGet off the goddamn phone!â(TM) 3am reprimands. Who the f*** was going to call at that time? Cellphones werenâ(TM)t a thing, mom!

    First game: TOS TrekMUSE. Iâ(TM)d watch my brother play. Heâ(TM)s watch me play. Weâ(TM)d hit seat the connection, convince the admin we werenâ(TM)t alts, and had a blast. Then OtherSpace MUSH. Then admin of my own MUSH for three successful years in the twilight of the medium.

    Teenage me had access to adults from walks of life without the concern of predators. We were in equal footing. Adult me learned basic programming and logic and workarounds I still use to this day in my professional career. My MU** experience gives my excellent quality of life despite never attending college.

    I havenâ(TM)t logged in for almost a decade. It makes me sad. Sad to even type this. A great golden age of the internet where it was still free, albeit slow and cumbersome.

    But damn if I donâ(TM)t think about downloading PennMUSH and HSpace again and inviting some close friends.

    1. Re: I found the internet due to MU** by Anonymous Coward · · Score: 0

      My post is hijacked by my iPhone. The IN is supposed to be ON but no matter what, it always errs that way.

  31. Major Mudd! by j33px0r · · Score: 1

    Gonna have to start my server back up. Love scripting!

    1. Re: Major Mudd! by Anonymous Coward · · Score: 0

      I love MajorMUD too! And script tweaking with MegaMUD.

  32. TrekMUSH by Excelcia · · Score: 2

    Star Trek MUSHes were my thing. Lord I loved those. Built in starship combat systems in them that, while text based, hands down beat for authenticity any ST game ever made. Multiple people at multiple "consoles", handling navigation, helm, weapons, engineering, shield control. What course do I need to go to put three different ships on three different shields? Any smart game company would have taken those systems, wrapped a GUI around it, and kept that game play. It's what STO should have been.

    1. Re:TrekMUSH by Mashiki · · Score: 1

      The game you're looking for is Klingon Academy. It's exactly what you're talking about, wrapped around a GUI, and everything included.

      --
      Om, nomnomnom...
  33. Social Tools were the Most Important by Artagel · · Score: 1

    I was an administrator at PixieMUD (same handle). Yes, it was fantasy adventure themed. But the features that drove player attention was not the combat and treasure, but rather the range of "emotes" supported and the social chat lines and the ability to emote over them.

    The internal coding of the MUD environment meant that players who earned write permissions ("wizards") could code areas and objects. Many people got their first exposure to coding through this. (A C-like language, LPC). That's important because the games were not played only by comp-sci students, in fact mostly by people from other majors.

  34. What a coincidence by HatofPig · · Score: 1
    I've been reading Howard Rheingold's The Virtual Community and Curtis and LambdaaMOO was mentioned in a section about what we call "video game addiction" today.

    But to the hardest-core MUDders, the traditional online epithet "Get a life" is more the issue. When you are putting in seventy or eighty hours a week on your fantasy character, you don't have much time left for a healthy social life. If you are a college student, as the majority of MUDders are, MUDding for seventy hours a week can be as destructive to the course of your life as chemical dependency. Computer scientist Pavel Curtis created an experimental MUD, LambdaMOO, on his workstation at Xerox Corporation's renowned Palo Alto Research Center. At a panel discussion in Berkeley, California, Curtis had this to say about the addictive potential of MUDding:

    I am concerned about the degree to which people find virtual communities enchanting. We have people who use LambdaMOO who are not in control of their usage who are, I believe, seriously and clinically addicted. . . . These people aren't addicted to playing video games. It wouldn't do the same thing for them. They're communication addicted. They're addicted to being able to go out and find people twenty-four hours a day and have interesting conversations with them. We're talking about people who spend up to seventy hours a week connected and active on a MUD. Seventy hours a week, while they're trying to put themselves through school at Cambridge. I'm talking about a fellow who's supposed to be at home in Cambridge to see his family for the holidays, missed his train by five hours, phoned his parents, lied about why he was late, got on the next train, got home at 12:30 in the morning, didn't go home, went to a terminal room at Cambridge University and MUDded for another two hours. He arrived home at 2:30 in the morning to find the police and some panicked parents, and then began to wonder if maybe he wasn't in control. These are very enticing places for a segment of the community. And it's not like the kinds of addictions that we've dealt with as a society in the past. If they're out of control, I think that's a problem. But if someone is spending a large portion of their time being social with people who live thousands of miles away, you can't say that they've turned inward. They aren't shunning society. They're actively seeking it. They're probably doing it more actively than anyone around them. It's a whole new ballgame. That's what I'm saying about virtual societies.

    --
    Silicon & Charybdis McLuhan Kildall Papert Kay
    1. Re:What a coincidence by Anonymous Coward · · Score: 0

      That sounds like me at uni

  35. Donâ(TM)t get stuck in the muck by Anonymous Coward · · Score: 0

    I was an imm in Rivers of Mud way back in the day. Had to telnet in on a terminal with amber text and it was great. Diablo came along and was revolutionary. And then Warcraft turned into World if Warcraft. And then the snot nosed babies used to brag about being on WOW since vanilla. Really....if you had graphics when you first started playing you were late to the picnic.

    Now where is that darn Donation Pit?

  36. Memories? Yeah it brings back fucking memories... by Anonymous Coward · · Score: 0

    Trout.complex (or, John Rescigno) tried to fuck my girlfriend. Turned out he only managed to get her to give him head. Then I married her. Who's the idiot now?

  37. Wizards by Anonymous Coward · · Score: 0

    Bunch of power trippy a-holes.

  38. MUDs aren't that hard to understand. by Pluvius · · Score: 1

    [I]t's nearly impossible to describe to a modern computer user what that means

    Only if that user has somehow never heard of MMORPGs. A MUD is just a text-based non-massive version of that. LambdaMOO itself was more like Second Life or VRChat than a traditional MMO, but the analogy still stands.

    Rob

  39. Talkers by Anonymous Coward · · Score: 0

    My favorite were the talkers you telneted to....speedway.net comes to mind.

    This was ~1992 or 1993.

  40. lots of muds still going by Anonymous Coward · · Score: 0

    I still drop by RetroMUD (www.retromud.org, or telnet retromud.org 3000) every week or two to slay some goblins or kreen. BatMUD is alive and well too.

    Lots of other multiplayer textual games as well. Look for door games in internet BBSes, or play-by-forum-post roleplayers.

  41. Discworld MUD is still going by Anonymous Coward · · Score: 0

    http://discworld.atuin.net/

    Literally years of my life were spent playing this.

  42. Thankyou Pinkfish, Ceres, Deutha and the rest by Anonymous Coward · · Score: 0

    for Discworld mud

  43. MUD Lists by Anonymous Coward · · Score: 0

    http://www.topmudsites.com/forums/mudlist.html is still up
    http://www.mudconnect.com/ is around too
    and there's a bunch more..

  44. Still playing text-based stuff now! by Anonymous Coward · · Score: 0

    I played on some RP-only MUSHes for a while, but got out of them because of player drama, our horrid social skills and top it off with a case of mistaken identity.

    As for MUDs, preferred Ancient Anguish the best (loved that Shapeshifter!).

    Now I play Dungeon Crawl: Stone Soup in the console emulator instead of "WebTiles", like a man! ;) I want to bash things with my imagination with only optional socializing on the IRC channel now.

    Seriously, DCSS still has BIG tournaments after every main version of the games is released out of "trunk"; it's still exciting to play even after many years.

    Hope to see even more people dying to an asshole D:2 Sigmund...

  45. Re: what a great time... by Anonymous Coward · · Score: 0

    Is that's you, mustafa ?
    Zgz ccuz

  46. Definitely felt like a real place by DJ+Rubbie · · Score: 1

    When I was half my current age I used to spend quite a lot of time playing on MUDs over a dial-up connection, and after some time of playing a lot of that, I started dreaming in text. That was quite a surreal experience, because it was like I was there inside the world, except somehow it was all text, the conversation, the location, everything was there at the same time the text was being parsed in that dream state. Seems like my mind was processing it as if it was some kind of reality and certainly with that I think it really does fulfil the virtual reality description.

    --
    Please direct all bug reports to /dev/null
  47. MOO's taught me how to type. by Anonymous Coward · · Score: 0

    I got C's in typing in high school. I never could get the hang of touch-typing and when the teacher would put the 'covers' over our hands so we couldn't see the keyboard, I really didn't do well at all.

    A couple years later when I went to college and joined the nascent Internet, I started hanging out on a MOO and talking with new friends that way. You did a lot of typing...you had to type fast...and you had to be looking at the screen so you could see what else was going on. After a week of playing a MOO, I had progressed farther in my touch-typing than all the classes in high school had ever helped me.

    (It also helped with scripting. The MOO I was on (sorry, I have no details) allowed you to build your own rooms and objects. You could then add actions or 'verbs' to those things and directly enhance the game world as a player/programmer. That was some great stuff.)

  48. 1983 by Anonymous Coward · · Score: 0

    My first serious program was a MUD written on a Honeywell terminal in Basic, in the fall of 1983. It was the coolest thing ever for this young teen and his friends, and allowed us to convince the teacher to let us hang out in the computer room after school and on the weekends.

  49. 8bit MUSH FTW by Anonymous Coward · · Score: 0

    MUSH is still very much alive... look no further than Luigi's 8Bit MUSH.

  50. Re: Memories? Yeah it brings back fucking memorie by jasonmcmunn · · Score: 1

    Hmm that is a tough call...

  51. Many hours wasted on a MUD by Anonymous Coward · · Score: 0

    I once spent 14 hours straight playing a MUD that was hosted on a SparcStation at the University of Toronto. I even tried my hand at scripting new areas for it. MUDs were addictive, so much fun, and a collosal waste of part of my youth. And this was all before the public even knew what the Internet was!

  52. I've been playing an online MUD/DnD since 1988 by rickb928 · · Score: 1

    Avatar, on the NovaNET system. moved from the MAINEI system to the USM system to now Cyber1. It's been played since the early 80s, or before, on the UICU PLATO systems.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
  53. Memories by Anonymous Coward · · Score: 0

    Yeah. I've used MOOs in Brazil when internet was starting here in 1994/95. There were two big brazilian MOOs, the Science Fiction, hosted in the federal univerisy of Santa Maria, in southest stage of the country, and CPDEE, one in the department of electrict engineering in Minas Gerais federal university. I currently host myself a backup of the SiFi MOO myself and try to keep those memories alive for those who want to recall it, entering the old ruins of an ancient internet.