Hi, Can you take over a player's input with python, to do something akin to character creation? ie, ask them a number of questions, and take the input they...
Mark Saward
tyreth@...
Nov 3, 2006 12:06 am
667
Currently, no. However, that is one of the things I am working on for the next version....
char_gen.c handles the character creation process, and it looks like it does that by pushing & popping new handlers to/from the stack that the socket code...
I think the Yahoo group ate this post the first time, so sorry if it turns up twice. char_gen.c handles the character creation process, and it looks like it...
I think the Yahoo group ate this post the first time, so sorry if it turns up thrice. char_gen.c handles the character creation process, and it looks like it...
This reply slipped past my eyes. Although I cannot say exactly why you were getting your error until I dig around in the code (which I just don't have time for...
Well, I'll make sure to post this one only once. When Yahoo said "your message has been posted" and it didn't turn up, I sent it again, and again. I didn't...
It's about getting to the time where I seriously start digging in to preparing for the next release of NakedMud. I know lots of things have been brought up...
Also, allow bits to be accessed at least for rooms. The C data struct has bits available, but it is not accesible via python. Also, perhaps a soft copyover,...
Hello all, currently I am working on a mud, using nakedmud(of course). It will be an rpimud(roleplay intended), and we intend to have a dedicated and hard...
mudconnector would be the widest possble amount of coders. there are over a few thousand. But most coders are busy with thier own projects to actually put a...
SCons is actually compatible with python versions 1.5.2 and later. I just checked the README in the latest (0.96.93) release and it still claims that this is...
In what sense do the room rests done via the OLC2 menu not work? As far as I can tell, they work fine; all of the resets in the stock tavern area are done with...
Hmm, in trying to duplicate the error that was told to me by a friend, whom is not a coder, I found the problem. The room wasn't being told it was allowed to...
The exact error is this: scons: Reading SConscript files ... Checking for main() in C library python2.2... no Cannot find python2.2, aborting! TypeError: 'str'...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nakedmud group. File :...
nakedmud@yahoogroups....
Nov 10, 2006 10:13 am
688
I've made some refinements to the build system based on some feedback from Geoff. Modules no longer need to maintain their own SConscript files as the ...
Hello all. I am new to the group and have decided to use NakedMud for my development. I was looking through all the posts here and I noticed the files that...
I'm sure you've seen this page ( http://homepages.uc.edu/~hollisgf/nakedmud.html), but to get familiar with how NM uses modules, there are some great tutorials...
I haven't tried them, but by the file extension it looks to me like you're trying to untar them with the -z option (meaning it gunzips them, then untars them),...
Thank you for the information. I actually played around a bit and figured it out. Going to start messing with it tonight. This code looks very promising. I...
I'm just curious if anybody would like to see if a hook into a ruby interpreter might be fesable? I mean I know it can be done, I've done it on several other...
Hi everyone, I recently discovered NakedMUD, and I'm curious if there are any active projects out there that could use a coder. I'm taking a break from my own ...