Smaug Source Overhauling

Posted by Zuccuss on Fri 09 Jan 2004 07:14 PM — 2 posts, 12,085 views.

#0
Hello. I am a newbie at mud coding and I had an idea in mind for a mud, but I would like to change some fairly fundamental things in the source, such as not having round based combat but have combat based on an initiative score, in addition to changing it so you don't have an initial class, but are able to join guilds as you progress through the game. The code looks pretty much over my head but i've resolved to work on it if this is the best way. I guess i'm asking if Smaug source is the way to go for this, if its possible, any resources anyone knows about this, or if I should not even try these overhauls?
USA #1
Are you a newbie at MUD coding, or a newbie at coding in general?

If it's the former, and you are a good programmer, you could probably pull this off. You may want to look at Dawn of Time, which is I've heard a much more flexible codebase.

If it's the latter, you should think long and hard about what you're trying to do. In fact, if you don't know how to program, I'd heartily recommend to learn before trying anything of this size. If you try to tackle it, you'll probably just meet with frustration, and that's not fun in the least. :/ This is something that would challenge even experienced programmers (by experienced, I mean ones that are good, not ones that have been hacking at a MUD for a while.) I'd suggest only attempting this if you have a lot of time to spend on learning.

To answer your other questions:
- Yes, it's possible, but that doesn't mean easy at all. :)
- I know of no resources on this topic.