LabMUD & FutureMUD Status – 2023

It’s been a while since I’ve posted on the website, largely because the overwhelming majority of discussion has long been on our Discord server. However, it’s recently been brought to my attention that some people either don’t, can’t or won’t use Discord and many casually interested folk stop by the website first – and not seeing any posts for 4 years assume that the project has been abandoned.

As such, this post is intended to update everyone on the status of LabMUD (the game) and FutureMUD (the publicly available engine that LabMUD runs on).

LabMUD

Firstly regarding LabMUD – it is still live and available for play, but almost completely unsupported by staff and generally empty. We feel that the LabMUD setting has run its course and the game has done what it was intended to do – provide a testing ground for the engine while it was in development.

With the public release of FutureMUD and other parties in various stages of setting up their own RPI releases based on the engine, we made the decision that it was better to focus our efforts on engine development and support than further work on LabMUD.

We do still approve character applications and when new people do make characters there are a few players who tend to hop in the world and play for as long as they have interest – I’d suggest you introduce yourself on the Discord if you’re interested in playing.

However, expect very little in the way of new content or interaction from admins.

FutureMUD

The FutureMUD Engine was released publicly as a v1.0 in January 2021 and has continued to be actively developed in the meantime. The engine is fully featured and suitable to run a MUD. There are still areas that I am working on improving the user-friendliness or tools available to admins but I’m nearly completely done with this “builder pass”.

If you’re interested in the engine you can check out the FutureMUD Public Releases page. There’s also a Discord Channel with a number of tutorial videos about how to install and use the engine.

My focus continues to be on supporting the people making serious attempts and setting up a MUD using the engine, as well as developing new functionality for the engine. I feel as if sometime in the next few years I will be ready to USE the engine to make a new MUD, but that is not in my short term plans.

If you have any questions, I’m always happy to answer them on Discord.

FutureProg Reference

Part of my ongoing efforts towards releasing the FutureMUD engine to the public as a v1.0 has been directed towards making certain things self-documenting. One such area has been the prog system – an absolutely core element of how the engine works, basically the scripting engine but used quite extensively to cut down on code complexity by outsourcing the customisation logic of various things.

At any rate, until now if you wanted to write progs you largely had to be me or at least just read the code to see what things do. Now, the code spits out an up to date HTML file with all that information, help on how to use the function, input help etc. I’m slowly rolling it out a little at a time across all the functions.

If that sort of thing interests you, you can check it out at Prog Functions Reference.

Release

LabMUD is now open for players. We’re doing a soft release this weekend (as of the time of this post), where we’ll be accepting people and letting them get into the lab early. We’ll do a formal launch even next weekend where the actual metaplot will begin.

Note that during the first week I expect you guys to find a lot of problems leading up to the official release and hopefully we can sort them out. If you want a smoother experience, wait for next weekend.

Otherwise, please come join us in the Lab!

2017 State of Play

Hi everyone,

I thought that I would give a bit of a “Where the hell are we at?” update to mark the turning of the year. I’ll reflect a bit on the journey so far and talk about what’s next.

Journey So Far

2017 is 8 years since I got the idea of making the FutureMUD engine, and 5 years since the C# rewrite. It’s also the 3rd year of work on LabMUD and we’re nearly approaching 2 years since we announced we were opening LabMUD and then failed to do so.

It’s probably fair to say that we disappointed a lot of people along the way; it has been a very long time. The reality is FutureMUD is still a one man team, as it has been since 2012. I’m not a professional software engineer and I have proven to be really bad at estimating the time it takes to complete coding tasks, although the main issue is time commitment to the project.

One of the big time sinks has been becoming a father, something I wouldn’t change for the world. However having a baby (now toddler) around the house does not make for a very peaceful environment. I probably could have demanded space, time and solitude to work on FutureMUD but that wouldn’t make me a very good husband or father.

I’m also now 30 years old, and at the real prime time of my career – by day I am a District Engineer who looks after around 1500km/950miles of mainline railway track. I recently got an internal promotion as well. A lot of this has meant working longer hours, travel, networking, attending functions and such in what would otherwise be my free time.

Why does this matter? Well, from time to time people have floated ideas like “Why don’t you do kickstarter/patreon and get funding to work on the engine full time?”. The answer is y’all couldn’t afford me. RPI MUDs are pretty niche, and I have a history of over-promising and under-delivering. I couldn’t justify taking time off my job that pays better than $75 USD an hour (seriously kids, study STEM subjects…) for the likely starving artist or worse level of funding I’d get.

Nonetheless I do still find time to work on it all. Less than I’d like, but it has come a long way. According to my stats on Git, since May 2015 I have made 600 commits to Git, changing 290,000 lines of code – although the codebase itself is 95,000 lines (many of those lines will have been changed multiple times along the way, hence the large number).

Where are we now?

The codebase as it stands now is actually further along than what I had said I wanted to wait for when we delayed launch in May 2015; it’s probably more fully featured than SOI was when it launched in 2003 and almost certainly more fully featured than Atonement Alpha was. The only thing on my “List of Excuses not to launch List” that isn’t done is probably crafting, and that’s like 50% done.

In terms of building, LabMUD is mostly done for its phase 1 objectives. There is only one core area of building that needs to be worked on and it’s one of the “Gameplay Systems” that we wanted to launch with, one of the “Something to do to give people things to struggle with and fight over” type areas of content. It’s not far from being done either, just needs some solid time spent on it.

As most of you have stopped paying attention to LabMUD in the intervening time and I probably won’t even get all of you back for launch, a lot of the pressure to just get it open has been lifted. I’m sort of focusing a bit more on releasing a game that will be a little more on the “finished” side and a little less on the “test for the devs” side. At least, finished in the sense that it’s stable and reasonably feature complete. More of a beta than an alpha.

What’s the plan?

I’m targeting an Easter release at the moment. I’ll have crafting done by then, it’s the only big coded system that needs finishing (mob AI could probably use a bit of work, but I’d open without it). When I am ready to go, this time it’s for real, for better or for worse. This gives me a few months to do what I need to do, continue to fix bugs, and then get going.

Once we’re open, we’ll stay open and fixes will come in incrementally as well as new content. I’m hoping 2017 is the big year.

And thank you to those few diehards who’ve kept up with the project and have really driven the testing over the last year. You know who you are.