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:
parent
8a1204ce76
commit
d620f3b1f0
17 changed files with 216 additions and 200 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue