mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
97 lines
2.3 KiB
Markdown
97 lines
2.3 KiB
Markdown
# 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).
|
|
```
|
|
|
|
## Beginner Tutorial
|
|
|
|
Recommended starting point! This will take you from absolute beginner to making
|
|
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.
|
|
|
|
```{note}
|
|
Part 3 and onwards are still under development.
|
|
```
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
./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
|
|
```
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
Howtos-Overview.md
|
|
```
|
|
## How-To's
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Howto-Command-Prompt.md
|
|
Howto-Command-Cooldown.md
|
|
Howto-Command-Duration.md
|
|
Howto-Default-Exit-Errors.md
|
|
Howto-Add-Object-Weight.md
|
|
Tutorial-NPC-Listening.md
|
|
Tutorial-NPC-Reacting.md
|
|
Tutorial-NPC-Merchants.md
|
|
Tutorial-Building-a-Mech.md
|
|
Tutorial-Building-a-Train.md
|
|
```
|
|
|
|
## Systems
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Tutorial-Persistent-Handler.md
|
|
Howto-Game-Time.md
|
|
Tutorial-Weather-Effects.md
|
|
Tutorial-Coordinates.md
|
|
Tutorial-Displaying-Room-Map.md
|
|
```
|
|
|
|
## Website Tutorials
|
|
|
|
_Some of these will likely move into the Beginner tutorial later_.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Web-Changing-Webpage.md
|
|
Web-Add-a-wiki.md
|
|
Web-Character-Generation.md
|
|
Web-Character-View-Tutorial.md
|
|
Web-Help-System-Tutorial.md
|
|
Web-Extending-the-REST-API
|
|
Web-Tweeting-Game-Stats.md
|
|
```
|
|
## Deep Dives
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Tutorial-Parsing-Commands.md
|
|
Tutorial-Understanding-Color-Tags.md
|
|
Evennia-for-roleplaying-sessions.md
|
|
Evennia-for-Diku-Users.md
|
|
Evennia-for-MUSH-Users.md
|
|
Tutorial-Using-Arxcode.md
|
|
```
|
|
|
|
## Old Tutorials
|
|
|
|
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
|
|
Tutorial-for-basic-MUSH-like-game.md
|
|
```
|