Top Mud Sites Forum

Top Mud Sites Forum (http://www.topmudsites.com/forums/index.php)
-   MUD Coding (http://www.topmudsites.com/forums/forumdisplay.php?f=9)
-   -   MUD Creation/Coding Help (http://www.topmudsites.com/forums/showthread.php?t=6821)

Lorei 08-08-2012 12:34 PM

MUD Creation/Coding Help
 
Hello everyone. I'm Lorei, and I'm new to the site. :) I've been inspired lately to help develop, or even own/create my on MUD-based game. I've been doing my research, looking up how to create one, and I'm in the process of asking the owner of the MUD I play if he needs any help. Yes, I'll be honest, I am new to MUD coding. However, I have been working with codes for at least 6 years - I used to create and run forum-based RP sites, and I'd use codes to make it look nice, give it a certain style, give features to members, etc. I've also looked up and studied PHP, MySQL, HTML, Java, CSS, and even some MUD codes. For the most part, I understand what commands inside of the code do, but I don't exactly understand everything else.

Basically, my biggest questions are - One, what do I need to actually start making a MUD? I don't want to use a pre-made code. How can anything pre-made be unique? How do I make my mud "appear", so that when I edit it, I can see it come to life and work before me? And two, how should I begin coding? As a newbie to actually creating codes, what are my first steps?

Thanks guys, I hope you can help me :)

dentin 08-08-2012 01:23 PM

Re: MUD Creation/Coding Help
 
If you really want to do this the hard way, the first step would be "get a degree in computer science", but there's a lot of easier ways to do things these days. You probably want to focus your creativity on building up the MUD world, not the mud server code.

To that end, I'd recommend you download the base LP mud codebase and use that as a platform. You can dump all the data files and construct an LP mud from the ground up, even though you're using an existing codebase. That should give you the truly unique mud you're looking for.

-dentin

Alter Aeon MUD

Lorei 08-08-2012 01:39 PM

Re: MUD Creation/Coding Help
 
Yes, it's the world I want, but I've been reading that all these codebases give you a really generic map, generic creatures, races, etc. I want to make it myself. :) For the codebase, do you mean

If so, I looked there, and I downloaded the stable version, but I'm not sure what to do with it. It tells me something like there's no program attached to it? I don't understand what that means. Was I supposed to download something with it?

Edit - I read "LD mud" not LP. What exactly am I looking for? Google search results yielded different muds and other things.

Threshold 08-08-2012 02:11 PM

Re: MUD Creation/Coding Help
 
My suggestions:

1) Get a staff position on an existing mud.

2) Spend a year or so learning, practicing, etc.

3) Download a decent driver/lib/codebase and experiment getting it up and running. Preferably grab one that is open source.

4) Tinker with it.

5) Depending on the license of what you downloaded, keep going! Otherwise, consider creating your own from scratch.

6) No matter what you decide in #5, it would be a good idea to get a few folks to round out your team by taking on various major areas. It can be very lonely working on a mud all by yourself (I am speaking from experience there.)

Good luck!

Lorei 08-08-2012 02:19 PM

Re: MUD Creation/Coding Help
 
Your suggestions are nice and all, but I've been reading those same words over and over for 12+ hours. xD General advice won't help me. Unfortunately, it's not what I'm looking for. I asked for specific answers. So...

What sort of driver should I use?
What's the most common lib?
Where can I find a codebase? All I've found are actual MUDs.

I know nothing about making a MUD. I'm a complete newbie with a desire to learn. I don't think I'll create an amazing MUD within a week. I don't even expect to release one. But I want to practice and do it for myself. :)

Ide 08-08-2012 02:36 PM

Re: MUD Creation/Coding Help
 
Lorei, the kind of codebase you should start with depends on the kind of game you want to make. Can you briefly describe what you want to do, perhaps naming some existing games you like as examples?

Threshold 08-08-2012 02:53 PM

Re: MUD Creation/Coding Help
 
Yeah, but the problem is you are trying to run before you walk.

There are gazillions. There is no correct answer to these questions. You will understand this better when you get a staff job on an existing mud with existing staff and players you can learn from.

That's why you need to get a coding staff job on an existing mud first.

Shaitan 08-08-2012 05:52 PM

Re: MUD Creation/Coding Help
 
You mentioned looking at some web related technologies in the past. If you have javascript experience you may be able to have some fun with . It's a really really bare bones mud library that you can use as a starting point.

I started my in-progress mud () with that but later decided to make it browser based instead of telnet so I switched to writing it from scratch in Ruby on Rails.

Lorei 08-08-2012 05:59 PM

Re: MUD Creation/Coding Help
 
Well, I currently play a MUD called Lost Souls. What I really enjoy about it is how immersive it is. Most MUDs don't even come close to it. However, it's a hack and slash MUD, and after talking to a few of my friends there, I was really disappointed that the rp aspect of the game is virtually non-existent.

I've been writing my entire life - it's my one true passion. I want to create an RP MUD. :) I mean, there's going to be fighting and all, but...the focus of the game is going to be whatever the character decides.

I have a very strong pull towards fantasy. I'm great at creating names of unique, magical things - when I used to make my rp sites, I'd have custom lands, races/breeds, all that sort of thing. I'm very creative.

I know that MUDs aren't the most popular things ever, which is why, instead of having to rely on other players to rp with, maybe the NPC's could have custom scripts and things?

I hope that helps. :)

Edit - @Shaitan - I was hoping for a C language instead of javascript. The MUD I hope to gain experience with uses C language, so I'd rather not confuse myself and have to learn two different code languages. :)

plamzi 08-08-2012 08:01 PM

Re: MUD Creation/Coding Help
 
Have you asked the dev(s) of Lost Souls if they will take an apprentice coder? I can't emphasize enough how right Threshold is. Ideas are a dime a dozen--you need to gain a lot of technical skills if you want to be one of the few who are able to turn their ideas into playable reality. There are no shortcuts, just lots of work and lots of passion.

Ide 08-08-2012 08:09 PM

Re: MUD Creation/Coding Help
 
Is the mud you're referring to Lost Souls? I'd think for that you'd be learning LPC.

A good learning base for you might be Dead Souls.


Lorei 08-08-2012 08:10 PM

Re: MUD Creation/Coding Help
 
Yes, I did. He was right in saying that become a dev without any experience isn't user-friendly, and that I should fiddle around making my own MUD.

So, I want to make a RPI MUD. What is the best software for beginners, that still allows advanced coding and such? I want to start simple, but I also want to be able to grow and expand my ideas so that my MUD can be advanced and interesting.

Edit - @Ide, Haha, yeah I just discovered that. Would Dead Souls help me to create a RPI MUD? Also, what exactly is Dead Souls? Is it another MUD? Or is it a MUD builder? I'm confused.

Ide 08-08-2012 08:28 PM

Re: MUD Creation/Coding Help
 
Dead Souls is similar to Lost Souls. It's a LP mud, meaning they share a common ancestry. The important thing about LPs for you at the moment is that the codebase is in two parts, the driver/engine, and the lib. You write most or all of the mud in the lib using LPC. Normally you don't have to do much with the engine, which is written in another language (for LS and DS I believe C).

So to answer your question, Dead Souls is like a starter kit for making your own mud. You certainly can make a RPI with it. If you have more specific questions I recommend you hit up the forums at lpmuds.net.

Now there are other codebases you might be interested in. There are some barebones codebases such as NakedMUD that could work. There's the RPI engine too,


Lorei 08-08-2012 08:31 PM

Re: MUD Creation/Coding Help
 
Alright, thanks. I download DS and I don't know how to make it work. It keeps saying I can't connect to the port because it's not an executable command. I'll look at this new one. :)

Edit - Just by glancing at it, I can tell that this isn't what I'm looking for. I don't want to use something that's in another MUD. I want to create my world from scratch, but I want to be able to see it happen. Everything I'm being given are things that already have a world and creatures in them, and all I need to do is edit. That's not what I want.

Ide 08-08-2012 08:34 PM

Re: MUD Creation/Coding Help
 
I feel like I have to say something here. You're not going to get very far with that approach. In other words, just downloading something, hitting a roadblock, and trying something different. This journey of creating a mud will be full of roadblocks. No joke. You're going to need a different mindset to succeed.

If you're having trouble getting DS started (which has excellent documentation btw), start from the beginning and take it step by step.

Lorei 08-08-2012 08:39 PM

Re: MUD Creation/Coding Help
 
I'd start from the beginning, but no one is telling me how. I keep getting generic answers, and it's so frustrating, because I have a specific question.

All I want to know is how can I create and view my MUD, without using something that's already been created? I don't want generic or stock codesbases. Isn't there some sort of program that I can use to just start building?

Ide 08-08-2012 10:38 PM

Re: MUD Creation/Coding Help
 
No. There used to be a program like that but I think it's long gone. I don't remember the name. It did have a graphical interface for coding the entire mud but I don't think it was complete when the developer stopped working on it. If you search the Mud Connector you may find the old forum threads on it.

Lorei 08-08-2012 11:02 PM

Re: MUD Creation/Coding Help
 
Well, alright, I'll look it up. :)
By the way, I managed to get Dead Souls working (I didn't realize I needed to use my MUSHclient) and I fiddled with it for a bit. That was nice and all, but I really want to make my own custom codebase. Is there anywhere I can look online for how to make one?

Ide 08-08-2012 11:06 PM

Re: MUD Creation/Coding Help
 
I found the name of that application, it was Ultimud.

You'll probably have to hunt to find a copy though.

If you really want to write your own mud from scratch maybe this will help,


Lorei 08-08-2012 11:10 PM

Re: MUD Creation/Coding Help
 
Is there anything free that I can look at? I really can't buy anything at the moment. What would I have to do to be able to actually log in and edit my MUD?

Ide 08-08-2012 11:14 PM

Re: MUD Creation/Coding Help
 
These two statements are not compatible. Choose one.

Lorei 08-08-2012 11:17 PM

Re: MUD Creation/Coding Help
 
They are too. I want to create my own codebase, then be able to log in and edit my MUD.

KaVir 08-09-2012 11:09 AM

Re: MUD Creation/Coding Help
 
The latter will depend on the former. It's a bit like asking "I'd like to design and build my own house from scratch. What would I have to do to be able to get through the front door and start decorating the walls?". Obviously the answer will depend on how you designed and built the entrance, what sort of materials you used for the walls, etc.

Lorei 08-09-2012 12:10 PM

Re: MUD Creation/Coding Help
 
Well, maybe I should have rephrased my question xD
How would I create my own codebase? What do I need for it? I can't find any help anywhere.

camlorn 08-09-2012 12:39 PM

Re: MUD Creation/Coding Help
 
This may or may not be a double post; my internet browser is being flaky:

It sounds like, to me, that you've only got experience with html--this is fine, if you're willing to accept the vague answers, but not if you want specific ones. You're getting vague answers because you're asking vague questions.

I know coding, not well, but I do know it. Lost souls is an example of impressive coding, by which I mean highly, highly complicated. If you don't know coding at all, you're nowhere near being able to even build an area on lost souls--what the player sees and how lost souls internally represents areas are really quite different (this is because of the lot of things you can do there you can't do elsewhere--walk through walls, for example). Lost souls showed me how much I don't know about coding; when someone tells me I'm wrong, I remind myself of my week or so as a Lost Souls dev and how that went because I thought I could code (and I could, just not well enough for that--now I know that there's better coders and I'm better for it etc, etc, end lecture). You can probably get the rooms set up through mimicry, but that's probably as far as you'll get before you start getting lost.

If you're having trouble connecting to your own locally hosted mud, i.e. not knowing that you connect to your mud with your mud client, you're not ready. You need to pick a programming language, any programming language at all, and go learn that from tutorials--start small, maybe some guess the number games or tic tac toe using the console (this is how I started). Then come back and ask the question again.

Building on anything that ultimately derives from diku (godwars, circle mud, the list is too long to list here, really) does not require coding knowledge. Building on anything lpmud, save dead souls, does. Dead souls is the exception here, as until you want special functionality, you can use the quick creation stuff, which lets you set almost everything. You can't create full-fledged quests with interactive mobs or anything without coding (this holds true for diku derivatives too).

If you want to be the head admin, the person who runs and administrates everything and can say "close the mud now", you need to learn linux probably. There's not much of a way around this, unless you have the know-how to set up port forwarding and a home pc for hosting; not particularly hard, but a bit overwhelming if you don't know how to change settings on your home router, and especially difficult if you don't know why you need port forwarding in the first place, the difference between dynamic and static ip addresses, and why you may or may not need a dynamic dns.

If you want to actually be successful, you need to get a coder or code yourself--most coders won't come on board until there's players because you get most coders from your players, but you might get lucky if you ask here or on tmc. Most people won't come on at the beginning, period, because you might get bored and stop any day. You won't get players, you really won't, unless you have something to offer besides areas: this generally means new classes or spells/skills, or entirely unique combat, or something that none of us have seen before because it doesn't exist yet, but all of this requires coding.

You do know that areas can be removed as well as added? You can get rid of the default dead souls areas, if you want, and build your own. You need to build your own first, you just leave the dead souls one inaccessible (it contains a lot of the admin tools cleverly disguised as rooms--my particular favorite was the network snooping thing, because that's how I finally managed to begin to understand the i3 spec). Your immortals will need to be able to get into those areas, since they're also the examples of how to do things, but if you're really dead set on removing them, you can probably do so--expect much heartache. The players won't know the difference between exists and can't be reached and nonexistent, and you'll really need them.

In diku and derivatives, you can get rid of everything, including the home city (usually midgaard). But you have to reassign the recall room and a few others.

Judging by your first post, you don't have the language. The problem here is that you're trying to talk about things you don't know yet, and thus you don't even have the vocabulary to ask the question. There's people like KaVir who know this stuff; I'm somewhere between them and you (unfortunately, probably closer to you), but you can't get good answers until you know how to ask a good question--How do I start a mud is vague, and thus the vagueness of the answers.

Get a position somewhere and build for a while. Muds can be a path to learning to code, but you have to understand muds well first. I recommend learning to code first, and then learning to code muds. Alternatively, become an immortal somewhere and learn muds well, and then learn to code.

If c/c++ scares you away, there's a lot of the interactive fiction stuff. I'm just throwing this out there as it gives you a starting point--it can't be used to make muds, but it can teach you about room-based puzzles and such, and you'll learn to code in the process. Avoid inform 7--it's the easiest, but the knowledge doesn't transfer to anything else: it's highly specific model teaches inform 7, not coding in general--but learning inform 6 or tads will teach you what programming is, as compared to html stuff, and you'll get games in the process. Maybe not muds, but everyone starts somewhere, and this is, perhaps, the closest thing to mud programming you can do when learning to program. Tads is the closest to actual programming, so perhaps use that, and follow the books on the tads site that teach non-coders how to use it.

note aimed mostly at programmers: inform 7 and inform 6 are wildly different--to those programmers on this thread, inform 7 compiles to inform 6. It, because it knows that you're working in a specific set of constraints--everything is in something else, the largest unit of movement is the room, we pause everything and wait on a command every turn...--allows you to write things like this:

The kitchen is a room. "You are in the kitchen, with all sorts of fire hazards. There's the sparking oven, and for some reason the dishwasher too, and you can't forget the sharp knives." The kitchen is south of the living room.

Every turn when the player is in the kitchen:
Say "You flinch as the stove continues to smoke, perhaps you should head for water?".

And you get a whole bunch of machinery for free--get, drop, get, examine, movement, a rather huge list.

It's really quite impressive, imho, but it won't teach coding, as it teaches the user to specificize, for lack of a better word, rather than generalize--you're not learning what a program is, but what English inform 7 can understand to describe your game, and what english it can't. It ties you to itself, and makes moving away harder than it otherwise would be--java will still look impossible. If you already know programming, go for it though, as it really is neet.

Inform 6 and tads both highly resemble c/c++/java/fill-in-the-object-oriented-language, with features to make writing this type of game possible--there's nothing stopping you from writing a fancy calculator, for example, save that it runs in an interactive fiction interpreter.

Note to OP: try looking up: telnet, compiler, lpc, sockets, c++ tutorial, java tutorial, etc...and maybe something will click. You can learn lpc from an lpc tutorial, but I figure you can figure that out; I'd recommend learning a programming language that's not specifically for muds so you can see what is being done for you and understand the scope of what you want to do. Starting with one of the basic variants (freebasic is still actively developed, and there's a lot of really good documentation floating around under the guise of qbasic and quickbasic tutorials) is also a good choice; the knowledge of the design patterns will stay with you. A good programmer can learn new languages in an afternoon; once you've learned one, the concepts generally transfer to the next.

Okay, I'm done with this giant post.

Lorei 08-09-2012 12:51 PM

Re: MUD Creation/Coding Help
 
I am asking a specific question, though. What do I need in order to create a codebase? Do I need a specific program, or specific tools?

I don't understand how that isn't specific.

dentin 08-09-2012 02:14 PM

Re: MUD Creation/Coding Help
 
Lorei:

1) Download or get/install ubuntu linux on one of your machines. A VM would be fine.

2) Open up an editor window into a .c code file. Any editor will do.

3) Write C code for your server. You can do this however you'd like, as long as it works.

4) Compile it using the 'gcc' command from the command line.

5) Run the executable.

6) Connect and log into the server from another terminal.

This is the 'simple answer' to your 'simple question'. That's all there is to it, and actually, the above is exactly how I started Alter Aeon. Watch out for step 3 though, it's a doozy - I was a pretty well trained programmer even back then and it took me a year to have something stable.

-dentin

Alter Aeon MUD

plamzi 08-09-2012 02:18 PM

Re: MUD Creation/Coding Help
 
The reason you think your questions are specific is because, no offense, you don't know enough yet to even ask the right questions. For instance, the right question about your Dead Souls issue is "how do I compile it on such and such OS". And the answer is certainly out there, if it isn't in the readme that came with the code. But to know the question requires that you know half the answer--what compilable code is, what tools one typically needs to compile from source, how to run the resulting executable and where to look for logs of any errors, how to connect to a locally-run server, etc.

A codebase is just a MUD server released to the public for modification. They vary greatly in terms of languages and frameworks used, OOB features and content, etc. If you have no coding background, why not start with something that comes with features and content -- you will learn much from those, even if you're just trying to strip them.

And definitely don't start writing a server from scratch by way of learning a programming language. Start with tutorials or books, then try to modify some existing code.

Small steps, and no-one else can walk them for you.

dentin 08-09-2012 02:42 PM

Re: MUD Creation/Coding Help
 
Lorei,

The fundamental problem here is that you don't appear to know, what you don't know. I suspect you're trying to extend your writing experience into the software field. This will not work; the fields are not sufficiently related.

In the writing world, things are pretty straight forward - you have your favorite word processor and you can slam something together quickly and easily. You must be asking, "Why can't I just do the same thing with an RPI? What is wrong with these people?"

The simple answer is that word processors do not work when building RPIs, because RPIs are not word documents. They are software packages, running custom programming languages, in a programming environment. You cannot simply construct one the way you would a novel.

The basic pieces needed for a functioning RPI are:

1) Host machine. This is the server box where you'll run your code. For now, I'd recommend you install linux on one of the machines in your house and use that as your host. Think of this as the "web server" where you will eventually "publish" your RPI.

2) MUD/RPI server. This is the foundation upon which you build everything else. The server defines how people connect, and it may limit or restrict your ability to do certain things. There are many, many types of these. There is no particular one that is best. You can choose one that you think does what you want, or you can write your own. Be aware that writing your own will take literally years.

3) Your fantasy world built on top of the MUD/RPI server, probably using a custom RPI programming language. This is where most of the creativity will come in.

Think of this process as similar to posting an article on a Wordpress or Blogspot blogging side: just as you write articles to post into Wordpress which will then be published to the external world by the web server, you write a fantasy world into the RPI server which will be published to the world by the host machine.

The reason you're having trouble is that you want to jump immediately to step 3, because step 3 is where the creativity comes in. But without step 1 and 2, it's like trying to write a novel with charcoal briquettes and stone slabs. You simply lack the tools.

Quite frankly, you're just going to have to buckle down and get those two steps out of the way first in order to make progress. If you can't do that, you may as well just join an existing RPI server and contribute there.

-dentin

Alter Aeon MUD

Ide 08-09-2012 03:06 PM

Re: MUD Creation/Coding Help
 
I want a +1 thing for dentin's post.

Lorei 08-09-2012 04:03 PM

Re: MUD Creation/Coding Help
 
Okay, so I'm already on step 3, just testing some code out. I downloaded Notepad++ and I am writing my code in C++. Can I compile it right in notepad++?

camlorn 08-09-2012 04:16 PM

Re: MUD Creation/Coding Help
 
Agreed, +1 to dentin. He said what I was trying to say way more concisely than I said it.

For what it's worth, I was in the same place once--I wasn't coming from writing, but I believed I could throw a mud together in a week with little knowledge; I even announced it, because I honestly thought I could have one open by "tomorrow". I look back on that fondly--I cancelled it a week later, because it's not just running the server, and you can't just use someone else's and have anything worth playing; since then, I've learned that I'll probably never start a mud, because it takes years of work (in most cases--there are exceptions, but you're not going to get it to under 6 months, and even then, your game is going to be lackluster).

Anyone can write an article; a good one takes talent. The thing is, though, software is more like a list of instructions: I can say "start the mud server", but it's more like "start the mud server (see section 1.1)" and then I have to go write a bunch of directions that define in excruciating detail what exactly a mud server does when it starts. I don't mean things like "load the areas", but like:

1. Open areas.lst:
2. For each line in areas.lst:
2.1. Open file listed in the current line of areas.lst:
2.2 Go to the area loader bit which won't fit in a single post on this forum, and which I'm omitting for brevity.
2.3. If anything bad happened (another herculian task, depending on how the previous bit works to determine this), stop.
3. Return to whatever called me.

Each of those subdivides a lot more; I could sit here all day and produce a list like that, and it'd be so big as to be unbelieveable to a non-programmer; a computer is like that, and you don't know how to write that list yet. And all it'd do is load the areas and stop, nothing else--you wouldn't be able to walk around, you wouldn't have combat, you wouldn't even have players. If we call each direction a line (I know it's not, but as an analogy), it comes out to at least 1000 lines to load areas, assuming no scripting functionality or anything--in practice, it's much, much more--when I say 1000 lines, I'm talking about the size of the actual file containing those directions, if that gives you some idea.

Programming is like a cake recipe, wherein you aren't told that it's a cake. It could be a car or any number of other things, and you, the computer, only follow the directions. If it says to take the entire bowl of cake batter and pour it over your head, you'll do that, simply because it says to, and for all you know, this is some form of nontraditional art. So you, the programmer, have to be able to tell it what exactly to do, but you can't tell it what the final result is--if your directions work, you get what you want, if they don't you get nothing or something unexpected (we call this a bug). The computer can't figure out that this is a mud as opposed to a word processor or a music editing software. Perhaps it's some sort of melange of all three. A computer doesn't even know what a mud is.

That's really the best explanation of what you don't know, short of going and learning it, that I can come up with; maybe someone can do better, as it's admittedly poor.

Ide 08-09-2012 04:29 PM

Re: MUD Creation/Coding Help
 
Short answer is yes. But a few questions, what OS are you using, what kind of RAM and processor does your computer have, and have you downloaded any compilers yet?

Lorei 08-09-2012 04:40 PM

Re: MUD Creation/Coding Help
 
I use Windows 7, it has 3GB of RAM, and it has an AMD C-50 1GHz processor. Also, no, because I figured I could compile right in notepad++.

Ide 08-09-2012 04:56 PM

Re: MUD Creation/Coding Help
 
You can, but you need to download the compiler separately.

First read this short article:



Then read this to choose a compiler:


camlorn 08-09-2012 05:52 PM

Re: MUD Creation/Coding Help
 
A good coding tutorial would help you a lot at this point--if it;'s a good one, it'll tell you exactly what to get to get started and how exactly to install it.

Notepad++ is a text editor and has nothing to do with a compiler. It can compile if you set it up to, but it doesn't actually do it itself; it calls a separate program that you provide. Basically, if you're familiar with the command line (I believe you are), notepad++ invisibly brings up that program, issues the command you tell it to to compile, and then closes it. If you don't understand that, don't worry; you will soon enough.

A compiler is a translator--code is readable by humans, machine language isn't, and computers can only execute machine language. The compiler takes the readable code, checks it to make sure it can be translated and tells you if it can't, and then does the translation into unreadable-but-executable machine language. Beware: just because the compiler says it works doesn't mean it does what you intended; the compiler was able to translate it, but that doesn't mean it does what you think it does, or that it even runs at all. Welcome to the world of cryptic errors about "missing _foo", "segfault", and the like. It's not that bad, you can google most of them, and find out what they mean.

Being completely honest here, for someone who's never programmed before, go get and install visual c++ express 2010, the free IDE from microsoft. Unlike notepad++, it comes with a compiler, and you're up and going as soon as the godawful long install process is done (It can take forever to download--it's really quite large, and includes pretty much everything you ever need to develop for windows if you're writing a mud, short of the documentation which used to come with it but is now all online). Any c/c++ tutorial will work with it; if you're using something else, you'll need something else.

Given that you're writing a mud, you'll eventually need to move away from it, but for getting started i-don't-know-how-to-set-up-the-compiler, you can't beat it. There's no reason you can't use it for mud development, but you'll probably find you eventually want something else--most mud codebases run on linux these days, and Microsoft products make it understandably hard to make that happen. As linux is the only reasonable host option, or so it seems to me, for a reasonable price (free to $10-$20, depending), you'll probably end up using it. You can host on windows, but that takes a lot more know-how, and there's a lot less help floating around.

I'd stop at this point and look up what a compiler is, and I wouldn't continue until I understood why a compiler doesn't come with notepad++, but that's just me--my outlook tends to be "There are no black boxes", and that's not always best.

If your tutorial says to use something specific (I'm assuming you're using a tutorial, if not please do, it'll save you a lot of headaches), then make sure you're using that specific thing: you'll probably run into cryptic errors following that tutorial with a different compiler.

realmsofvalor 08-10-2012 12:34 AM

Re: MUD Creation/Coding Help
 
For some reason I read that sentence without the 'if', and started laughing. Ah, dev.

Good luck, Lorei. Starting your own MUD is an ambitious goal, and a successful compile can be the most difficult of first steps. I wish you every success!


All times are GMT -4. The time now is 10:13 AM.

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright Top Mud Sites.com 2022