Updated reST docs.
This commit is contained in:
parent
1291509d03
commit
b465bdd7bb
2 changed files with 30 additions and 3 deletions
|
|
@ -321,3 +321,19 @@ command.
|
||||||
|
|
||||||
> @sethelp/add MyTopic = This help topic is about ...
|
> @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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
using the admin interface. Apart from telnet, SSH, SSL and web
|
||||||
connections, you can connect e.g. IRC and IMC2 channels to evennia's
|
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
|
in-game channels so that your players can chat with people "outside" the
|
||||||
game. If you didn't see it before, there is a
|
game.
|
||||||
`screenshot <Screenshot.html>`_ of Evennia running that shows some of
|
|
||||||
the connections in action.
|
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
|
What you need to know to work with Evennia
|
||||||
==========================================
|
==========================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue