Server Help

ASSS Questions - Module help

mike - Wed Apr 27, 2005 6:24 pm
Post subject: Module help
I'm a totally beginner at ASSS I've been trying to read up and learn how to use it I'm very used to subgame (wish I could use but server is run on linux)

whenever I try and attach any module I get a
"Attaching module ./bin/br.py failed."
it's the bounty rabbit module from subspacedownloads.com
I've tried insmod alot of things it just won't work can anyone help me? sorry if my question is kind of "noobish" just have no clue about modules

*slips dr brain $100 under the table* wanna help me? biggrin.gif ROFL
i88gerbils - Wed Apr 27, 2005 9:11 pm
Post subject:
Is Python installed and the pymod module loaded?
myke - Wed Apr 27, 2005 9:48 pm
Post subject:
yeah i installed the latest python for him and i uncommented the pymod line in modules.conf
Muskrat - Wed Apr 27, 2005 10:53 pm
Post subject:
Make sure you have python 2.3. Version 2.4 wont work with asss.
myke - Thu Apr 28, 2005 12:04 am
Post subject:
Muskrat wrote:
Make sure you have python 2.3. Version 2.4 wont work with asss.


alright thanks, now i gotta spend about 2 hours uploading a new python :\ lol
Muskrat - Thu Apr 28, 2005 12:09 am
Post subject:
I'll take that c-note. tongue.gif
Grelminar - Thu Apr 28, 2005 2:50 am
Post subject:
You're using the wrong syntax somewhere (either in an AttachModules setting, or in an ?attmod command). First, let's be clear on what you're trying to do: "attaching" a module means making it active in a particular arena. You can only do this if it's loaded first. To load a python module, you put "<py> modulename" in modules.conf, or type "?insmod <py> modulename". There's no path, and no ".py" extention. To attach a python module to an arena, you just put "modulename" in the AttachModules setting, or type "?attmod modulename". This is all documented in the user guide.
myke - Thu Apr 28, 2005 1:57 pm
Post subject:
thanks for the help, we got it working now biggrin.gif
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group