mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
Copy doc tools from develop
This commit is contained in:
parent
bd65641755
commit
6af2fc6819
127 changed files with 2927 additions and 1427 deletions
|
|
@ -25,9 +25,9 @@ Some features exemplified by the tutorial world:
|
|||
|
||||
## Install
|
||||
|
||||
The tutorial world consists of a few modules in `evennia/contrib/tutorial_world/` containing custom [Typeclasses](Typeclasses) for [rooms and objects](Objects) and associated [Commands](Commands).
|
||||
The tutorial world consists of a few modules in `evennia/contrib/tutorial_world/` containing custom [Typeclasses](./Typeclasses) for [rooms and objects](./Objects) and associated [Commands](./Commands).
|
||||
|
||||
These reusable bits and pieces are then put together into a functioning game area ("world" is maybe too big a word for such a small zone) using a [batch script](Batch-Processors) called `build.ev`. To install, log into the server as the superuser (user #1) and run:
|
||||
These reusable bits and pieces are then put together into a functioning game area ("world" is maybe too big a word for such a small zone) using a [batch script](./Batch-Processors) called `build.ev`. To install, log into the server as the superuser (user #1) and run:
|
||||
|
||||
@batchcommand tutorial_world.build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue