More re-arranging to make things more closely resemble MUX/MUSH directory structure. Reason we're doing this is to begin the emergence of a separation of server code from game-specific stuff (called a driver by some codebases like LPMud).
Ideally game developers don't touch the server code, they just play within the game directory, which will contain all of their script parents and stuff. NOTE: I may have broken the Linux/Unix start script. I am not able to boot back into Linux at the moment due to some testing going on, so if anyone could take a moment to tell me one way or another, I'd appreciate it. NOTE: You'll need to move your evennia.db3 file into the game directory if you're using sqlite.
This commit is contained in:
parent
66a529ba84
commit
01db5700e8
11 changed files with 20 additions and 110 deletions
|
|
@ -7,7 +7,7 @@ interaction with actual script methods should happen via calls to Objects.
|
|||
import os
|
||||
from traceback import format_exc
|
||||
|
||||
import settings
|
||||
from django.conf import settings
|
||||
from src import logger
|
||||
|
||||
# A dictionary with keys equivalent to the script's name and values that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue