Difference between revisions of "Server Configuration Faq"

From ASSS Wiki
Jump to: navigation, search
(Moved topics from other FAQ)
 
(Moved module topic to module FAQ)
Line 2: Line 2:
  
 
There are a number of things that could be happening here. Firstly if you were in the zone at the same time as you were editing staff.conf you should now re-enter. If you are not using a biller you must add a passwd.conf entry for your alias and make sure you have the module auth_file loaded. The easiest way to do this is to log in and type ?passwd <subspace login password>. You can then log out and back in.
 
There are a number of things that could be happening here. Firstly if you were in the zone at the same time as you were editing staff.conf you should now re-enter. If you are not using a biller you must add a passwd.conf entry for your alias and make sure you have the module auth_file loaded. The easiest way to do this is to log in and type ?passwd <subspace login password>. You can then log out and back in.
 
== I want to put in more modules, how do I do this? ==
 
 
When you want to add modules to your zone, go into your conf\modules.conf and at the bottom of the list add filename:modulename, ex: events:elim. Or you can dynamically load the module in-game by using ?insmod filename:modulename. You can use ?help insmod for more info. But beware, if you are using python modules you must use '?insmod <py> bountyrabbit' or '<py> bountyrabbit' in modules.conf
 

Revision as of 09:42, 11 January 2005

I've added myself to the [(global)] section of staff.conf, but it doesn't set me as staff!

There are a number of things that could be happening here. Firstly if you were in the zone at the same time as you were editing staff.conf you should now re-enter. If you are not using a biller you must add a passwd.conf entry for your alias and make sure you have the module auth_file loaded. The easiest way to do this is to log in and type ?passwd <subspace login password>. You can then log out and back in.