Hey Jon, welcome to the community! Hopefully we can all make you feel ... Yes ... It's a mix of both, but you're going to find more experienced programs than...
Hi, Jon. I am here as well. I am a new participant like yourself, but I've programmed MUDs since about 1990. Right away I raised a bunch of issues and I was...
Brian, Very interesting about the python. So are you using NakedMUD as a base and building everything else in python? I'm having similar thoughts as I am...
... Cool. We will look over the todo list and see about helping out. :) ... Cool. I'll see about getting those written up and sent over as well. Looking...
Eh, no not exactly. At first I was doing exactly what you describe, but after a point I felt like I was ultimately retrofitting too much C code to accommodate...
Welcome to the group! I am one of those lurkers mentioned by BT. I enjoy using NakedMud and have changed scores of things over to the python code. My main...
Welcome to the group! I've been working on Athens for about 2 years now, so I guess I'm still a newbie coder. I'm sure with your experience, you'll have no...
... I've yet to see this problem myself, but I will look into it the next time I touch NM. ... You will probably want to toy around with the "find" reset...
Greetings! Not only new to group, new to Naked Mud, also new to programming. Want to thank everyone for the insightful posts in the archive, I have been wading...
You could password protect the character creation process, that way you could control who can make a character by only giving the password to the parents you...
Here's how we keep out the public while Athens is being worked on... We always have the mud locked down so that only those in the group 'playtester' or above...
Some good suggestions so far. Let me add another one that I have used and it works quite well. What I would do is simply create an authentication system. This...
Thank you all for the helpful posts! Now that i know it is possible to code in limited authorization, time to start on content. (or at least wade through alot...
Hello folks, Im new to the group and new to Naked Mud Code. I have some basic questions that I could not find on the website, though I might be looking in the...
Greetings! We're very Naked here. It allows for very customized muds really. I'll hit your questions in order. Stock NakedMud comes with: Classes - No....
Thank you very much for the quick reply and answers to my questions. Other then the files here, and I checked the link page, what other websites that you know...
My site has one that allows you to convert from standard crypt() password encryption to MD5 hashes, which is supposedly safer. Hopefully, I'll add more in the...
My apologies, I was under the assumption you needed to add Python to the server, I checked with my admin, and they have it installed. So nevermind the...
Im getting some config errors, below is the log. Thank you for your help. Compiling gameloop.c In file included from gameloop.c:39: scripts/scripts.h:25:20:...
Sounds like it's not finding your python. Check out in the scripts DIR, module.mk and go through the steps. ... your ... declaration ... storage ... ...
The most common fix is to change /usr/local/lib/python-2.4 (or similar) to /usr/lib/python-2.4 in the module.mk file (in NakedMud/scripts/), most modern...
Yes that was the problem, got it all fixed. Now my question is: What is the log on infornation? I don't see it in the file? Is it the Propozie? (spelling) ...
If you mean username and password, just select whatever you want (create a new character). Since it's the first character it'll automatically be made an admin...
Well I got NakedMud all up and running nicely and started to take a peek at what was there, looking through the help files etc. Took a look at write script,...
I went though most of the messages today in the archives and have a couple more questions. Thanks for baring with me. 1 - I downloaded and am reading the...
Below you will find a list of things I set up as an outline for designing a mud. If folks will look it over and add their comments or suggestions, I'll be...