Update the contrib/README.md file.
This commit is contained in:
parent
5d22bbe39f
commit
4de88f7e80
1 changed files with 19 additions and 6 deletions
|
|
@ -13,6 +13,8 @@ Evennia unless noted differently in the individual module.
|
||||||
If you want to edit, tweak or expand on this code you should copy the
|
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.
|
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
|
* Barter system (Griatch 2012) - A safe and effective barter-system
|
||||||
for any game. Allows safe trading of any godds (including coin)
|
for any game. Allows safe trading of any godds (including coin)
|
||||||
* CharGen (Griatch 2011) - A simple Character creator and selector for
|
* CharGen (Griatch 2011) - A simple Character creator and selector for
|
||||||
|
|
@ -24,18 +26,29 @@ things you want from here into your game folder and change them there.
|
||||||
that requires an email to login rather then just name+password.
|
that requires an email to login rather then just name+password.
|
||||||
* Extended Room (Griatch 2012) - An expanded Room typeclass with
|
* Extended Room (Griatch 2012) - An expanded Room typeclass with
|
||||||
multiple descriptions for time and season as well as details.
|
multiple descriptions for time and season as well as details.
|
||||||
* Line Editor (Griatch 2011) - A fully-featured in-game line-editor
|
* GenderSub (Griatch 2015) - Simple example of storing gender on a
|
||||||
with undo/redo/search/replace/format and other modern features.
|
character and access it in an emote with a custom marker.
|
||||||
* Menu login (Griatch 2011) - A login system using menus asking
|
* Menu login (Griatch 2011) - A login system using menus asking
|
||||||
for name/password rather than giving them as one command
|
for name/password rather than giving them as one command
|
||||||
* Menu System (Griatch 2011) - A general menu system with multiple-
|
* Map Builder (CloudKeeper 2016) - Build a game area based on a 2D
|
||||||
choice options and nodes able to trigger commands and code snippets.
|
"graphical" unicode map. Supports assymmetric exits.
|
||||||
* ProcPool (Griatch 2012) - Process pool mechanisms to offload heavy
|
* Menu Login (Vincent-lg 2016) - Alternate login system using EvMenu.
|
||||||
operations to a separate computer process asynchronously.
|
* 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
|
* Slow exit (Griatch 2014) - Custom Exit class that takes different
|
||||||
time to pass depending on if you are walking/running etc.
|
time to pass depending on if you are walking/running etc.
|
||||||
* Talking NPC (Griatch 2011) - A talking NPC object that offers a
|
* Talking NPC (Griatch 2011) - A talking NPC object that offers a
|
||||||
menu-driven conversation tree.
|
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
|
* Tutorial examples (Griatch 2011, 2015) - A folder of basic
|
||||||
example objects, commands and scripts.
|
example objects, commands and scripts.
|
||||||
* Tutorial world (Griatch 2011, 2015) - A folder containing the
|
* Tutorial world (Griatch 2011, 2015) - A folder containing the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue