The first of many re-arrangements. Eliminated gameconf in favor of using the manager on ConfigValue. Moved some commands while I was at it. There are going to be crash bugs that need to be found and worked out.

This commit is contained in:
Greg Taylor 2008-06-15 17:21:02 +00:00
parent 8a1204ce76
commit d620f3b1f0
17 changed files with 216 additions and 200 deletions

View file

@ -11,6 +11,6 @@ mv -f $BASE_PATH/logs/evennia.log $BASE_PATH/logs/evennia.logs.old
## mode instead of having to uncomment crap.
## Interactive mode. Good for development and debugging.
#twistd -n --logfile=logs/evennia.log --python=server.py
twistd -n --logfile=logs/evennia.log --python=server.py
## Stand-alone mode. Good for running games.
twistd --logfile=logs/evennia.log --python=server.py
#twistd --logfile=logs/evennia.log --python=server.py