Updated reST docs.

This commit is contained in:
Griatch 2011-10-04 22:29:40 +02:00
parent 1291509d03
commit b465bdd7bb
2 changed files with 30 additions and 3 deletions

View file

@ -321,3 +321,19 @@ command.
> @sethelp/add MyTopic = This help topic is about ...
Adding a World
--------------
Evennia comes with a tutorial world for you to build. To build this you
need to log back in as *superuser*. Place yourself in Limbo and do:
::
@batchcommand contrib.tutorial_world.build
This will take a while, but you will see a lot of messages as the world
is built for you. You will end up with a new exit from Limbo named
*tutorial*. See more info about the tutorial world
`here <TutorialWorldIntroduction.html>`_. Read
``contrib/tutorial/world/build.ev`` to see exactly how it's built, step
by step.

View file

@ -59,9 +59,20 @@ shipping with Evennia. You can also edit the database from the browser
using the admin interface. Apart from telnet, SSH, SSL and web
connections, you can connect e.g. IRC and IMC2 channels to evennia's
in-game channels so that your players can chat with people "outside" the
game. If you didn't see it before, there is a
`screenshot <Screenshot.html>`_ of Evennia running that shows some of
the connections in action.
game.
Can I test it somewhere?
------------------------
There are Evennia-based muds under development but they are still not
publicly available. If you do try to install Evennia (it's not hard), it
comes with its own tutorial though - this shows off some of the
possibilities *and* gives you a small single-player quest to play. The
tutorial takes only one single in-game command to install as explained
`here <TutorialWorldIntroduction.html>`_.
If you didn't see it before, here is also a
`screenshot <Screenshot.html>`_ of Evennia running.
What you need to know to work with Evennia
==========================================