Fixed startup.bat to work again since the creation of the 'src' folder. Forgot to update the path. Also updated Windows 'Getting Started' guide on evennia.com to be more verbose.
Also did a few really minor formatting fixes and commenting elsewhere.
This commit is contained in:
parent
7b53efac69
commit
e3c58aeb6d
3 changed files with 8 additions and 3 deletions
|
|
@ -4,4 +4,4 @@ set PYTHONPATH=.
|
|||
echo Starting Evennia...
|
||||
|
||||
rem We're only going to run in interactive mode until we've had more time to make sure things work as expected on Windows.
|
||||
twistd -oy --logfile=- --python=server.py
|
||||
twistd -oy --logfile=- --python=src/server.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue