24 Sep, 2006, pAiNe wrote in the 1st comment:
Votes: 0
Hello. Please don't shoot me down for this. I really REALLY want to make a MUD. Can someone please tell me where to start? I have a bit of C++ knowledge, and a laptop, and DEV Bloodshed C++ compiler.

I love MUD's and really want to make my own.
24 Sep, 2006, Zeno wrote in the 2nd comment:
Votes: 0
Probably first want to start off picking a codebase. If you pick one that runs in linux, you'll probably want Cygwin:
http://www.gammon.com.au/smaug/installin...

Try some of these helpful links:
http://www.gammon.com.au/smaug/howtocomp...
25 Sep, 2006, Justice wrote in the 3rd comment:
Votes: 0
As Zeno said, first step is to pick a codebase. I'd suggest something you're familiar with, what type of muds have you played in the past?

What you need to compile it varies from base to base, but since most muds compile on some form of *nix, you'll likely need Cygwin to use it on windows. I'd recommend getting a host, there are several reasonable ones available and it's generally not too difficult to find some space on a linux box. This should be good enough for early development.

That's all you really "need" to get started with a mud. Most muds are written in C rather than C++, although some can be easily converted. To familiarise yourself with the code, I'd probably start by changing the messages around the mud. You might want to hold off on updating commands like score and who, since they tend to get complex.

I'd pay special attention to the builder capabilities of the game. It's often easier to use or modify existing features to get what you want, and players experience the game through it's areas.

That's all I've got for now. If you have any more questions, let us know.
0.0/3