Hi. I ran a commercial game for seven years. It was developed from a highly modified version of LambdaMOO. I neither designed the game nor coded it, but I came...
Hi Shan, It's good to hear you're interested in NakedMud. To answer your ... Currently, descriptions are written in C. However, Python does have the...
Thanks for the quick reply, Geoff. I think I'm going to install NakedMUD and play around with it. I'm not completely opposed to altering the C code but I'd...
Pretty close. That is the aim, a couple more things just need to be sorted out from older versions before Python was so fully integrated. Body prototypes are...
Shan, I agree, nice to hear that you are interested. I actually came to using NakedMUD from an LPMud background, though I've also used almost every other MUD...
I was just reading another topic where Geoff mentioned body protos as one of the remaining bigger things to be made accessible to python. Interestingly enough,...
Hi guys, I'm trying to get NM to compile on my iBook running OS X 10.3.9 and I'm running into difficulties. I get these errors when running make: ld: Undefined...
... Chan, Did you compile that version of Python yourself? I read on the Python mailing list about someone getting an exact duplicate error and it had to do ...
Kevin, No I didn't. I used the installer available on python.org. I came across the mention about the 10.4u SDK as well... but couldn't make head or tail of...
... YW, I'm not sure if anyone has, it appears to actually be a problem with the dependencies concerning that version of the SDK. The version of libSystem in ...
... Clarifying, it seems to have something to do with the dynamic libraries that version of Python is referencing. I will dig around some more, I would still ...
... YW, I'm looking into this some more, i'll get back to you on this. Just wanted to let you know that I hadn't just decided to ignore it upon no answering. ...
Speaking of Mac OS... Is anyone successfully running N'MUD on a Mac server? I'm planning to use a Mac Mini running 10.4+ as my dev platform. Should I change my...
... YW, I have some good news, and some bad news! Good news: I'm 100% sure of the error! Bad News: It's exactly what I suspected. The bug is due to the system...
... I cannot speak for anyone else, but I have seen NakedMUD run successfully on a 10.4 OSX platform. The problems that YW is having are specifically related ...
YW, Ok, before doing any of this make sure you keep a decent copy of this posixmodule.c around, i'm going to hackishly have you fiddle around with things,...
Kevin, Some progress! Python now compiles... but fails during make install, with: Compiling /usr/local/lib/python2.5/zipfile.py ... make: *** [libinstall]...
Heh I knew that much, and simply did that, plus added a few line that I needed to handle the 5 races I needed. Not the cleanest method since I added it tot he...
Wow, I had been quite concerned that lpc might be in many ways far better than nakedmud where interpreted code is concerned. There does seem to be a lot of...
Canyon Sullivan
canyonsullivan@...
Feb 2, 2007 11:48 pm
895
Haha, got it to work!! For future reference: module.mk in src/scripts needs to have this: LIB += -framework Python The idea is that Apple uses frameworks as a...
And, as a very important addendum: I only got this to work on python 2.4.4. With python 2.5 I run into exactly the same problems as before. Regards, YW...
Excellent :) Great going, and i'll make sure to mark this down for future reference. I'm of the mind that you will probably have the same problem with future ...
Hey, Is it possible to save things other than strings and numbers as auxiliary data? I've been trying to save lists and dictionaries with little success. ...
Joe Clancy
clancy.joe@...
Feb 3, 2007 4:18 am
899
Joe, Auxiliary data: Take a look at storeList, which should cover the list parts about what you want. I haven't stored any dicts yet, which is funny, because...
... I don't envy you on those goals! I'm utter rubbish when it comes to programming in C, and knowing such has led me to feel much better about myself. I've...