mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Updated and cleaned the wiki2rest converter. The ReST documentation should look a lot better now, with less weirdness. Using a python google-code snippet to convert now, so no more need for third-party ruby downloads! This should transfer to readthedocs shortly.
This commit is contained in:
parent
43f16094c1
commit
ae0f7a04c5
55 changed files with 3990 additions and 1778 deletions
|
|
@ -1,3 +1,5 @@
|
|||
Introducing the Tutorial world area
|
||||
|
||||
Tutorial World Introduction
|
||||
===========================
|
||||
|
||||
|
|
@ -47,12 +49,14 @@ install, log into the server as the superuser (user #1) and run:
|
|||
The world will be built (there will be a lot of text output) and you
|
||||
will end up back in Limbo with a new exit called ``tutorial``.
|
||||
|
||||
An alternative is
|
||||
|
||||
::
|
||||
|
||||
@batchcommand/interactive contrib.tutorial_world.build
|
||||
|
||||
will allow you to step through the building process at your own pace to
|
||||
see what happens in detail.
|
||||
with the /interactive switch you are able to step through the building
|
||||
process at your own pace to see what happens in detail.
|
||||
|
||||
To play the tutorial "correctly", you should *not* do so as superuser.
|
||||
The reason for this is that many game systems ignore the presence of a
|
||||
|
|
@ -75,25 +79,22 @@ down!*
|
|||
and rain screaming in your face you stand where the moor meets the sea
|
||||
along a high, rocky coast ...*
|
||||
|
||||
Look at everything.
|
||||
- Look at everything.
|
||||
- Some objects are interactive in more than one way. Use the normal
|
||||
``help`` command to get a feel for which commands are available at
|
||||
any given time. (use the command ``tutorial`` to get insight behind
|
||||
the scenes of the tutorial).
|
||||
- In order to fight, you need to first find some type of weapon.
|
||||
|
||||
Some objects are interactive in more than one way. Use the normal
|
||||
``help`` command to get a feel for which commands are available at any
|
||||
given time. (use the command ``tutorial`` to get insight behind the
|
||||
scenes of the tutorial).
|
||||
- *slash* is a normal attack
|
||||
- *stab* launches an attack that makes more damage but has a lower
|
||||
chance to hit.
|
||||
- *defend* will lower the chance to taking damage on your enemy's
|
||||
next attack.
|
||||
|
||||
In order to fight, you need to first find some type of weapon.
|
||||
|
||||
- *slash* is a normal attack
|
||||
- *stab* launches an attack that makes more damage but has a lower
|
||||
chance to hit.
|
||||
- *defend* will lower the chance to taking damage on your enemy's next
|
||||
attack.
|
||||
|
||||
You *can* run from a fight that feels too deadly. Expect to be chased
|
||||
though.
|
||||
|
||||
Being defeated is a part of the experience ...
|
||||
- You *can* run from a fight that feels too deadly. Expect to be chased
|
||||
though.
|
||||
- Being defeated is a part of the experience ...
|
||||
|
||||
Uninstall
|
||||
---------
|
||||
|
|
@ -103,7 +104,8 @@ and objects it consists of. First, move out of the tutorial area.
|
|||
|
||||
::
|
||||
|
||||
@find tut#01 @find tut#17
|
||||
@find tut#01
|
||||
@find tut#17
|
||||
|
||||
This should locate the first and last rooms created by ``build.ev`` -
|
||||
*Intro* and *Outro*. If you installed normally, everything created
|
||||
|
|
@ -113,7 +115,7 @@ that range:
|
|||
|
||||
::
|
||||
|
||||
@del 5-80
|
||||
@del 5-80
|
||||
|
||||
You will see some errors since some objects are auto-deleted and so
|
||||
cannot be found when the delete mechanism gets to them. That's fine. You
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue