mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
91 lines
No EOL
1.7 KiB
Markdown
91 lines
No EOL
1.7 KiB
Markdown
# Tutorials and Howto's
|
|
|
|
The documents in this section aims to teach how to use Evennia in a tutorial or
|
|
a step-by-step way. They often give hints on about solving a problem or implementing
|
|
a particular feature or concept. They will often refer to the
|
|
[components](../Components/Components-Overview.md) or [concepts](../Concepts/Concepts-Overview.md)
|
|
docs for those that 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
|
|
|
|
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
|
|
``` |