LIMA Mudlib Documentation ========================= **LIMA** (ˈlaɪmə) is a FluffOS based Mudlib originally developed in the 1990's. For features of the LIMA Mudlib, please see our :doc:`showcase ` which has lots of examples of the features supported. If you would like to contribute to LIMA, please see our :doc:`contributing ` page. Check out the :doc:`usage ` page for further information. A small helper on :doc:`messaging ` and :doc:`how to use the AUTODOC system ` inside the mudlib is also available. :doc:`Skills in LIMA ` describes the skill system, and how to configure it for your purpose. Installation ------------ Installation on Ubuntu, Debian or in WSL in Windows is recommended, see how to :doc:`install `. Latest changes -------------- The latest changes to LIMA, can be read for version :doc:`1.1 alpha 4 `, latest release notes for :doc:`1.1 alpha 3 `. All known changes at this point can be read on the :doc:`Versions page `. Learning paths -------------- We provide several learning paths here with exercises to facilitate better leaning: 1. :doc:`LPC Basics learning path ` is for people new to programming, LPC and MUDs. 2. :doc:`LIMA Domain Development ` will teach you about developing your own areas, rooms, monsters, shopkeepers, weapons, armour, items, and a small quest. 3. :doc:`A small explanation about #directives ` will teach you about developing your own areas, rooms, monsters, shopkeepers, weapons, armour, items, and a small quest. Commands -------- - :doc:`Player Commands ` - commands for players - :doc:`Verbs ` - common interactions with the mudlib - :doc:`Other commands ` - mostly for wizards and admins Mudlib ------ - :doc:`Daemons ` - documentation and functions - :doc:`Modules ` - modules - :doc:`Mudlib ` - mudlib stuff - :doc:`In game help ` - in game help files - :doc:`API ` - and other things .. note:: The LIMA documentation project is under active development. .. toctree:: :caption: LIMA :maxdepth: 3 :hidden: :includehidden: Showcase Installation Contributing Versions faq .. toctree:: :caption: Learning :hidden: :includehidden: :maxdepth: 2 basic_lpc domain_dev documentation/Preprocessor .. toctree:: :caption: Automated Docs :hidden: :includehidden: :maxdepth: 4 documentation/Autodocs Player_Commands Verbs Commands Daemons Modules Mudlib Ingame API