Update some docs, update contrib README.

This commit is contained in:
Griatch 2017-06-27 21:31:31 +02:00
parent 248f20e8e5
commit dc859eae57
2 changed files with 21 additions and 11 deletions

View file

@ -30,6 +30,8 @@ things you want from here into your game folder and change them there.
multiple descriptions for time and season as well as details.
* GenderSub (Griatch 2015) - Simple example (only) of storing gender
on a character and access it in an emote with a custom marker.
* In-game Python (Vincent Le Geoff 2017) - Allow trusted builders to script
objects and events using Python from in-game.
* Mail (grungies1138 2016) - An in-game mail system for communication.
* Menu login (Griatch 2011) - A login system using menus asking
for name/password rather than giving them as one command
@ -51,6 +53,7 @@ things you want from here into your game folder and change them there.
as a start to build from. Has attack/disengage and turn timeouts.
* Wilderness (titeuf87 2017) - Make infinitely large wilderness areas
with dynamically created locations.
* UnixCommand (Vincent Le Geoff 2017) - Add commands with UNIX-style syntax.
## Contrib packages