A WIP Evennia escape room themed MUD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jerry Aldrich 59f7cb3f04 Move things 3 years ago
..
README.md Move things 3 years ago
__init__.py Move things 3 years ago
accounts.py Move things 3 years ago
channels.py Move things 3 years ago
characters.py Move things 3 years ago
exits.py Move things 3 years ago
mech.py Move things 3 years ago
objects.py Move things 3 years ago
rooms.py Move things 3 years ago
scripts.py Move things 3 years ago
test_mech.py Move things 3 years ago
test_rooms.py Move things 3 years ago

README.md

typeclasses/

This directory holds the modules for overloading all the typeclasses representing the game entities and many systems of the game. Other server functionality not covered here is usually modified by the modules in server/conf/.

Each module holds empty classes that just imports Evennia's defaults. Any modifications done to these classes will overload the defaults.

You can change the structure of this directory (even rename the directory itself) as you please, but if you do you must add the appropriate new paths to your settings.py file so Evennia knows where to look. Also remember that for Python to find your modules, it requires you to add an empty __init__.py file in any new sub directories you create.