| .. | ||
| egi_client | ||
| tutorial_examples | ||
| tutorial_world | ||
| __init__.py | ||
| barter.py | ||
| chargen.py | ||
| dice.py | ||
| email_login.py | ||
| extended_room.py | ||
| gendersub.py | ||
| mapbuilder.py | ||
| menu_login.py | ||
| multidescer.py | ||
| README.md | ||
| rplanguage.py | ||
| rpsystem.py | ||
| simpledoor.py | ||
| slow_exit.py | ||
| talking_npc.py | ||
| tests.py | ||
Contrib folder
This folder contains 'contributions': extra snippets of code that are potentially very useful for the game coder but which are considered too game-specific to be a part of the main Evennia game server. These modules are not used unless you explicitly import them. See each file for more detailed instructions on how to install.
Modules in this folder are distributed under the same licence as Evennia unless noted differently in the individual module.
If you want to edit, tweak or expand on this code you should copy the things you want from here into your game folder and change them there.
Contrib modules
- Barter system (Griatch 2012) - A safe and effective barter-system for any game. Allows safe trading of any godds (including coin)
- CharGen (Griatch 2011) - A simple Character creator and selector for Evennia's ooc mode. Works well with the menu login contrib and is intended as a starting point for building a more full-featured character creation system.
- Dice (Griatch 2012) - A fully featured dice rolling system.
- Email-login (Griatch 2012) - A variant of the standard login system that requires an email to login rather then just name+password.
- Extended Room (Griatch 2012) - An expanded Room typeclass with multiple descriptions for time and season as well as details.
- GenderSub (Griatch 2015) - Simple example of storing gender on a character and access it in an emote with a custom marker.
- Menu login (Griatch 2011) - A login system using menus asking for name/password rather than giving them as one command
- Map Builder (CloudKeeper 2016) - Build a game area based on a 2D "graphical" unicode map. Supports assymmetric exits.
- Menu Login (Vincent-lg 2016) - Alternate login system using EvMenu.
- Multidescer (Griatch 2016) - Advanced descriptions combined from many separate description components, inspired by MUSH.
- RPLanguage (Griatch 2015) - Dynamic obfuscation of emotes when speaking unfamiliar languages. Also obfuscates whispers.
- RPSystem (Griatch 2015) - Full director-style emoting system replacing names with sdescs/recogs. Supports wearing masks.
- Simple Door - Example of an exit that can be opened and closed.
- Slow exit (Griatch 2014) - Custom Exit class that takes different time to pass depending on if you are walking/running etc.
- Talking NPC (Griatch 2011) - A talking NPC object that offers a menu-driven conversation tree.
Contrib packages
- EGI_Client (gtaylor 2016) - Client for reporting game status to the Evennia game index (games.evennia.com)
- Tutorial examples (Griatch 2011, 2015) - A folder of basic example objects, commands and scripts.
- Tutorial world (Griatch 2011, 2015) - A folder containing the rooms, objects and commands for building the Tutorial world.