evennia/docs/source/Contribs/Contrib-Overview.md
2020-11-28 23:19:57 +01:00

1.5 KiB

Contributions

The evennia/contrib/ folder holds Game-specific tools, systems and utilities created by the community. This gathers longer-form documentation associated with particular contribs.

Crafting

A full, extendable crafting system.

In-Game-Python

Allow Builders to add Python-scripted events to their objects (OBS-not for untrusted users!)

Maps

Solutions for generating and displaying maps in-game.

The tutorial-world

The Evennia single-player sole quest. Made to be analyzed to learn.

Menu-builder

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.

    :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