2020-06-19 22:46:19 +02:00
|
|
|
# Contributions
|
|
|
|
|
|
|
|
|
|
The [evennia/contrib/](api:evennia.contrib) folder holds Game-specific tools, systems and utilities created by the community. This gathers
|
|
|
|
|
longer-form documentation associated with particular contribs.
|
|
|
|
|
|
2020-11-28 22:58:07 +01:00
|
|
|
## Crafting
|
|
|
|
|
A full, extendable crafting system.
|
|
|
|
|
|
|
|
|
|
- [Crafting overview](./Crafting)
|
|
|
|
|
- [Crafting API documentation](api:evennia.contrib.crafting.crafting)
|
|
|
|
|
- [Example of a sword crafting tree](api:evennia.contrib.crafting.example_recipes)
|
|
|
|
|
|
2020-06-19 22:46:19 +02:00
|
|
|
## In-Game-Python
|
|
|
|
|
|
2020-11-28 22:58:07 +01:00
|
|
|
Allow Builders to add Python-scripted events to their objects (OBS-not for untrusted users!)
|
|
|
|
|
|
2020-07-11 00:14:13 +02:00
|
|
|
- [A voice-operated elevator using events](./A-voice-operated-elevator-using-events)
|
|
|
|
|
- [Dialogues using events](./Dialogues-in-events)
|
2020-06-19 22:46:19 +02:00
|
|
|
|
|
|
|
|
## Maps
|
|
|
|
|
|
2020-11-28 22:58:07 +01:00
|
|
|
Solutions for generating and displaying maps in-game.
|
|
|
|
|
|
2020-07-11 00:14:13 +02:00
|
|
|
- [Dynamic in-game map](./Dynamic-In-Game-Map)
|
|
|
|
|
- [Static in-game map](./Static-In-Game-Map)
|
2020-06-19 22:46:19 +02:00
|
|
|
|
|
|
|
|
## The tutorial-world
|
|
|
|
|
|
2020-11-28 22:58:07 +01:00
|
|
|
The Evennia single-player sole quest. Made to be analyzed to learn.
|
|
|
|
|
|
2020-07-01 21:28:04 +02:00
|
|
|
- [The tutorial world introduction](../Howto/Starting/Part1/Tutorial-World-Introduction)
|
2020-06-19 22:46:19 +02:00
|
|
|
|
|
|
|
|
## Menu-builder
|
|
|
|
|
|
2020-11-28 22:58:07 +01:00
|
|
|
A tool for building using an in-game menu instead of the normal build commands. Meant to
|
|
|
|
|
be expanded for the needs of your game.
|
|
|
|
|
|
2020-07-11 00:14:13 +02:00
|
|
|
- [Building Menus](./Building-menus)
|
2020-11-28 22:58:07 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
```toctree::
|
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
|
|
./Crafting
|
|
|
|
|
../api/evennia.contrib.crafting.crafting
|
|
|
|
|
../api/evennia.contrib.crafting.example_recipes
|
|
|
|
|
./A-voice-operated-elevator-using-events
|
|
|
|
|
./Dialogues-in-events
|
|
|
|
|
./Dynamic-In-Game-Map
|
|
|
|
|
./Static-In-Game-Map
|
|
|
|
|
../Howto/Starting/Part1/Tutorial-World-Introduction
|
|
|
|
|
./Building-menus
|
|
|
|
|
|
|
|
|
|
```
|