mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 13:26:30 +01:00
102 lines
1.8 KiB
Markdown
102 lines
1.8 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. Even if you have a very different game style
|
|
in mind for your own game, this will give you a good start.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
./Beginner-Tutorial/Beginner-Tutorial-Intro
|
|
|
|
```
|
|
|
|
## Howto's
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Coding-FAQ.md
|
|
Command-Prompt.md
|
|
Command-Cooldown.md
|
|
Command-Duration.md
|
|
Default-Exit-Errors.md
|
|
Manually-Configuring-Color.md
|
|
Tutorial-Tweeting-Game-Stats.md
|
|
|
|
```
|
|
## Mobs and NPCs
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Tutorial-NPCs-listening.md
|
|
Tutorial-Aggressive-NPCs.md
|
|
NPC-shop-Tutorial.md
|
|
```
|
|
|
|
## Vehicles
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Building-a-mech-tutorial.md
|
|
Tutorial-Vehicles.md
|
|
```
|
|
|
|
## Systems
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Tutorial-Persistent-Handler.md
|
|
Gametime-Tutorial.md
|
|
Help-System-Tutorial.md
|
|
Mass-and-weight-for-objects.md
|
|
Weather-Tutorial.md
|
|
Coordinates.md
|
|
Dynamic-In-Game-Map.md
|
|
Static-In-Game-Map.md
|
|
Arxcode-Installation.md
|
|
|
|
```
|
|
|
|
## Web-related tutorials
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Add-a-wiki-on-your-website.md
|
|
Web-Character-Generation.md
|
|
Web-Character-View-Tutorial.md
|
|
|
|
```
|
|
## Deep-dives
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Parsing-commands-tutorial.md
|
|
Understanding-Color-Tags.md
|
|
Evennia-for-roleplaying-sessions.md
|
|
Evennia-for-Diku-Users.md
|
|
Evennia-for-MUSH-Users.md
|
|
Tutorial-for-basic-MUSH-like-game.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
|
|
A-Sittable-Object.md
|
|
|
|
|
|
```
|