Search the web
Sign In
New User? Sign Up
nakedmud · NakedMud Developer's Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 666 - 695 of 1721   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
666
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@...
Send Email
Nov 3, 2006
12:06 am
667
Currently, no. However, that is one of the things I am working on for the next version....
Geoff Hollis
silas_brogahn
Offline Send Email
Nov 3, 2006
12:31 am
668
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...
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 3, 2006
12:50 am
669
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...
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 3, 2006
12:59 am
670
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...
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 3, 2006
1:11 am
671
It's worked all three times :)...
Mark Saward
tyreth@...
Send Email
Nov 3, 2006
1:20 am
672
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...
Geoff Hollis
silas_brogahn
Offline Send Email
Nov 3, 2006
3:49 am
673
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...
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 4, 2006
5:52 am
674
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...
Geoff Hollis
silas_brogahn
Offline Send Email
Nov 8, 2006
4:40 am
675
Evaluate the SCons build system and get back to me (on or off-list) so I can get it included in the next release....
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 8, 2006
8:40 am
676
We talked about converting the whole sockets shebang to Python? Also, SCons gets a deffo thumbs up!...
Patrick Mylund
thirsteh
Offline Send Email
Nov 8, 2006
12:18 pm
677
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,...
drakonnite
Offline Send Email
Nov 8, 2006
9:48 pm
678
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...
drakonnite
Offline Send Email
Nov 9, 2006
3:10 am
679
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...
Jason Brooks
ravenlemorien
Online Now Send Email
Nov 9, 2006
4:47 am
680
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...
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 9, 2006
7:22 am
681
If a playerfile is loaded with auxiliary data, but the module that owns this data failed to load, that data will be wiped when the pfile is saved....
Patrick Mylund Nielsen
thirsteh
Offline Send Email
Nov 9, 2006
11:21 am
682
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...
Geoff Hollis
silas_brogahn
Offline Send Email
Nov 9, 2006
2:21 pm
683
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...
drakonnite
Offline Send Email
Nov 9, 2006
3:55 pm
684
I'd be more inclined to do it this way: try: from os.path import join except ImportError: def join(*args): # ... However,...
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 9, 2006
8:25 pm
685
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'...
drakonnite
Offline Send Email
Nov 10, 2006
2:21 am
686
That's actually the autoconf-style test failing. I'll look into it and see if I can write a more portable one....
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 10, 2006
8:12 am
687
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....
Send Email
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 ...
nothingworksragerager...
nothingworks...
Offline Send Email
Nov 10, 2006
10:18 am
689
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...
athanos_1
Offline Send Email
Nov 16, 2006
2:01 pm
690
I wasn't sure if my last post went through, so I am trying again and apologize if this gets posted twice. I have decided to use NakedMud for my mud...
athanos_1
Offline Send Email
Nov 16, 2006
2:10 pm
691
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...
Mat Allen
vaz_aranni
Offline Send Email
Nov 16, 2006
5:13 pm
692
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),...
Mat Allen
vaz_aranni
Offline Send Email
Nov 16, 2006
5:18 pm
693
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...
athanos_1
Offline Send Email
Nov 16, 2006
6:33 pm
694
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...
Jason Brooks
ravenlemorien
Online Now Send Email
Nov 16, 2006
7:20 pm
695
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 ...
Kuros
python_progr...
Offline Send Email
Nov 16, 2006
7:46 pm
Messages 666 - 695 of 1721   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help