2023-07-18 06:08:57 -07:00
# Tutorials and How-To's
Below you will find a variety of tutorials and how-to's for Evennia. The Beginner Tutorial is the recommended starting point.
```{note}
Want more details about something? See the documentation for Evennia's core [Components ](../Components/Components-Overview.md ) and important [Concepts ](../Concepts/Concepts-Overview.md ).
```
2022-11-15 20:46:50 +01:00
2022-11-23 22:14:59 +01:00
## Beginner Tutorial
2022-11-15 20:46:50 +01:00
Recommended starting point! This will take you from absolute beginner to making
2023-07-18 06:08:57 -07:00
a small -- but full -- game with Evennia. Other tutorials and how-to's tend to assume you are already familiar with the concepts explained in the Beginner Tutorial.
2022-11-15 20:46:50 +01:00
2022-11-22 11:31:52 +01:00
```{note}
Part 3 and onwards are still under development.
```
2022-11-15 20:46:50 +01:00
2022-11-21 00:33:36 +01:00
```{toctree}
2023-07-18 06:08:57 -07:00
:maxdepth: 1
2022-11-23 21:15:23 +01:00
./Beginner-Tutorial/Beginner-Tutorial-Overview
./Beginner-Tutorial/Part1/Beginner-Tutorial-Part1-Overview
./Beginner-Tutorial/Part2/Beginner-Tutorial-Part2-Overview
./Beginner-Tutorial/Part3/Beginner-Tutorial-Part3-Overview
./Beginner-Tutorial/Part4/Beginner-Tutorial-Part4-Overview
./Beginner-Tutorial/Part5/Beginner-Tutorial-Part5-Overview
2022-11-15 20:46:50 +01:00
```
2023-07-23 21:43:58 +02:00
```{toctree}
:maxdepth: 1
Howtos-Overview.md
```
2023-07-18 06:08:57 -07:00
## How-To's
2022-11-15 20:46:50 +01:00
```{toctree}
2022-11-23 21:15:23 +01:00
:maxdepth: 1
2022-11-15 20:46:50 +01:00
2022-11-21 00:33:36 +01:00
Howto-Command-Prompt.md
Howto-Command-Cooldown.md
Howto-Command-Duration.md
Howto-Default-Exit-Errors.md
2022-11-22 00:12:59 +01:00
Howto-Add-Object-Weight.md
Tutorial-NPC-Listening.md
Tutorial-NPC-Reacting.md
Tutorial-NPC-Merchants.md
2022-11-23 21:15:23 +01:00
Tutorial-Building-a-Mech.md
Tutorial-Building-a-Train.md
2022-11-15 20:46:50 +01:00
```
## Systems
```{toctree}
:maxdepth: 1
Tutorial-Persistent-Handler.md
2022-11-23 21:15:23 +01:00
Howto-Game-Time.md
Tutorial-Weather-Effects.md
2022-11-21 00:33:36 +01:00
Tutorial-Coordinates.md
2022-11-23 21:15:23 +01:00
Tutorial-Displaying-Room-Map.md
2022-11-15 20:46:50 +01:00
```
2023-07-18 06:08:57 -07:00
## Website Tutorials
2022-11-15 20:46:50 +01:00
2022-11-23 21:15:23 +01:00
_Some of these will likely move into the Beginner tutorial later_.
2022-11-15 20:46:50 +01:00
```{toctree}
:maxdepth: 1
2022-11-23 21:15:23 +01:00
Web-Changing-Webpage.md
2022-11-21 00:33:36 +01:00
Web-Add-a-wiki.md
2022-11-15 20:46:50 +01:00
Web-Character-Generation.md
Web-Character-View-Tutorial.md
2022-11-21 00:33:36 +01:00
Web-Help-System-Tutorial.md
2022-11-22 00:43:02 +01:00
Web-Extending-the-REST-API
2022-11-23 21:15:23 +01:00
Web-Tweeting-Game-Stats.md
2022-11-15 20:46:50 +01:00
```
2023-07-18 06:08:57 -07:00
## Deep Dives
2022-11-15 20:46:50 +01:00
```{toctree}
:maxdepth: 1
2022-11-23 21:15:23 +01:00
Tutorial-Parsing-Commands.md
2022-11-21 00:33:36 +01:00
Tutorial-Understanding-Color-Tags.md
2022-11-15 20:46:50 +01:00
Evennia-for-roleplaying-sessions.md
Evennia-for-Diku-Users.md
Evennia-for-MUSH-Users.md
2022-11-23 21:15:23 +01:00
Tutorial-Using-Arxcode.md
2022-11-15 20:46:50 +01:00
```
2023-07-18 06:08:57 -07:00
## Old Tutorials
2022-11-15 20:46:50 +01:00
These will be replaced by the Beginner Tutorial, but remain here until that is complete.
```{toctree}
:maxdepth: 1
Implementing-a-game-rule-system.md
Turn-based-Combat-System.md
2022-11-21 00:33:36 +01:00
Tutorial-for-basic-MUSH-like-game.md
2022-11-15 20:46:50 +01:00
```