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)
-   -   Turnkey Codebase? (http://www.topmudsites.com/forums/showthread.php?t=7234)

MightyK 04-18-2014 09:20 PM

Turnkey Codebase?
 
Hello everyone.

I'm looking to design a MUD of my own. I have nearly the entire thing mapped out, from classes to combat to leveling to spells to races to the map itself...

But I'm no coder. I don't know if I can ever become good enough to be a coder.

So I ask you, what is the easiest codebase to work with? Are there any codebases that are super intuitive, or very easy to change? I'm thinking of something where, the code is made, and you basically can work with templates. Anyone know something like that?

I'm currently working with CoffeeMUD and enjoying it, and have a fair amount built, but I am aware of its large memory profile and other problems. The biggest one I've found with it, actually, is a 255 character limit for descriptions which really bugs me because I want this MUD to be RP-enforced.

EDIT:

I thought I'd add that I have also tried Dead Souls and really like it and all the helpful people, it just seems a bit complex... I don't know how to begin building a Guild/Clan system for it, for instance.

Is there any system with drag and drop modules? Like a customizable library, is what I"m hoping for.

I really love the feel of Threshold and other RPI-types, for instance, BPII, NWA, other LPs etc.

Ide 04-19-2014 12:53 PM

Re: Turnkey Codebase?
 
Unfortunately I think you've already found the two common suggestions for this kind of request. Perhaps there is a DIKU-derivative with an OLC capable enough to create all of your races, classes,spells, and clans but then you'll probably be locked into its leveling/combat and other game mechanics. It seems like at this point your main options are,

* figure out how to change the description limit on CM, or get someone to do it for you
* find another codebase you can code on 'good enough' (perhaps a Tiny such as PennMUSH or TinyMUX?)
* find a coder

Does CM have its own mailing list or forum?

Ide 04-19-2014 01:32 PM

Re: Turnkey Codebase?
 
Sorry for the double post, but I've been doing some research and want to separate it from the last reply.

So you can see the 255 character limit here,



And here's the method,



As you can see this description might be compressed, here,



Pay attention to this line,

At first glance I don't think it would be a problem to increase the limit (which you could do by modifying the 255 limit in the first link, of course you'd have to rebuild from source), since the encodeBuffer is more than big enough to handle 255 characters. However I'm not familiar enough with CoffeeMUD to say for certain. You could always try and see what happens :).

edit: aha, this is interesting.



That's from a fork of CoffeeMUD that the new developer has changed significantly. You can see they've modified the character limit. However they did make many other changes, so I'm not sure if that's all they had to do.

MightyK 04-19-2014 08:45 PM

Re: Turnkey Codebase?
 
Thank you for your help! I don't know how to change it yet, but I think it's given me some insights.


All times are GMT -4. The time now is 11:46 PM.

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