diff --git a/docs/sphinx/source/wiki/BuildingQuickstart.rst b/docs/sphinx/source/wiki/BuildingQuickstart.rst index e3e50aa6e2..99f580109d 100644 --- a/docs/sphinx/source/wiki/BuildingQuickstart.rst +++ b/docs/sphinx/source/wiki/BuildingQuickstart.rst @@ -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 `_. Read +``contrib/tutorial/world/build.ev`` to see exactly how it's built, step +by step. diff --git a/docs/sphinx/source/wiki/EvenniaIntroduction.rst b/docs/sphinx/source/wiki/EvenniaIntroduction.rst index c7f10abdf8..6b799b0502 100644 --- a/docs/sphinx/source/wiki/EvenniaIntroduction.rst +++ b/docs/sphinx/source/wiki/EvenniaIntroduction.rst @@ -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 `_ 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 `_. + +If you didn't see it before, here is also a +`screenshot `_ of Evennia running. What you need to know to work with Evennia ==========================================