mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 14:56:30 +01:00
103 lines
2.1 KiB
Markdown
103 lines
2.1 KiB
Markdown
# Tutorials and Howto's
|
|
|
|
All Evennia tutorials. They will often refer to the [components](../Components/Components-Overview.md) or [concepts](../Concepts/Concepts-Overview.md) if you want to dive deeper.
|
|
|
|
## Beginner Tutorial
|
|
|
|
Recommended starting point! This will take you from absolute beginner to making
|
|
a small but full game with Evennia. Other tutorials and howto's tend to assume you are already familiar with the concepts explained in the Beginning tutorial.
|
|
|
|
```{note}
|
|
Part 3 and onwards are still under development.
|
|
```
|
|
|
|
```{toctree}
|
|
:maxdepth: 3
|
|
./Beginner-Tutorial/Beginner-Tutorial-Intro
|
|
./Beginner-Tutorial/Part1/Beginner-Tutorial-Part1-Intro
|
|
./Beginner-Tutorial/Part2/Beginner-Tutorial-Part2-Intro
|
|
./Beginner-Tutorial/Part3/Beginner-Tutorial-Part3-Intro
|
|
./Beginner-Tutorial/Part4/Beginner-Tutorial-Part4-Intro
|
|
./Beginner-Tutorial/Part5/Beginner-Tutorial-Part5-Intro
|
|
```
|
|
|
|
|
|
## Howto's
|
|
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
|
|
Howto-Command-Prompt.md
|
|
Howto-Command-Cooldown.md
|
|
Howto-Command-Duration.md
|
|
Howto-Default-Exit-Errors.md
|
|
Howto-Add-Object-Weight.md
|
|
```
|
|
## Mobs and NPCs
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Tutorial-NPC-Listening.md
|
|
Tutorial-NPC-Reacting.md
|
|
Tutorial-NPC-Merchants.md
|
|
```
|
|
|
|
## Vehicles
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Building-a-mech-tutorial.md
|
|
Tutorial-Vehicles.md
|
|
```
|
|
|
|
## Systems
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Tutorial-Persistent-Handler.md
|
|
Gametime-Tutorial.md
|
|
Weather-Tutorial.md
|
|
Tutorial-Coordinates.md
|
|
Dynamic-In-Game-Map.md
|
|
Static-In-Game-Map.md
|
|
Tutorial-Tweeting-Game-Stats.md
|
|
```
|
|
|
|
## Web-related tutorials
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Web-Add-a-wiki.md
|
|
Web-Character-Generation.md
|
|
Web-Character-View-Tutorial.md
|
|
Web-Help-System-Tutorial.md
|
|
Web-Extending-the-REST-API
|
|
|
|
```
|
|
## Deep-dives
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Parsing-commands-tutorial.md
|
|
Tutorial-Understanding-Color-Tags.md
|
|
Evennia-for-roleplaying-sessions.md
|
|
Evennia-for-Diku-Users.md
|
|
Evennia-for-MUSH-Users.md
|
|
Arxcode-Installation.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
|
|
```
|