|
Project Information
Links
|
This is a work in progress, begun July 2009, with the following goals. Goals
Tested and runs on:
Working Features
Unimplemented Features
Although, this server will probably not be able to handle as many users as the official server, it is hoped that its nature will fill a niche (small private groups) that Soulfind (due to being written in D) still hasn't filled. Usagerun ./soulserver.py, or to use a different port, try: ./soulserver.py --port=2240 soulserver will create binary (python data) files in the current directory with cPickle to store data between instances. These files include (as of r27):
If you run more than one instance at once, bad things will happen with those data files. I'll set up some sort of config storage system later. |