Go to file
Wuzzy 1e3d464620 Version 1.3.0 2021-03-31 00:55:48 +02:00
locale Add French translation 2019-04-01 16:49:52 +02:00
sounds Add notifications when new entry has been unlocked 2016-09-01 15:33:11 +02:00
textures Add Inventory++ support 2016-12-28 14:10:21 +01:00
API.md Remove note about wrappyness of text widget 2019-03-17 07:46:17 +01:00
README.md Version 1.3.0 2021-03-31 00:55:48 +02:00
init.lua Use ephemeral sounds 2020-04-07 00:56:21 +02:00
mod.conf Use new mod.conf format 2019-03-17 09:19:35 +01:00
screenshot.png Update screenshot 2016-12-28 23:19:07 +01:00

README.md

Documentation System [doc]

This mod provides a simple and highly extensible form in which the user can access help pages about various things and the modder can add those pages. The mod itself does not provide any help texts, just the framework. It is the heart of the Help modpack, on which the other Help mods depend.

Current version: 1.3.0

For players

Accessing the help

To open the help, there are multiple ways:

  • Use the /helpform chat command. This works always.
  • If you use one of these mods, there's a help button in the inventory menu:
    • Unified Inventory [unified_inventory]
    • Simple Fast Inventory Buttons [sfinv_buttons]
    • Inventory++ [inventory_plus]

The help itself should be more or less self-explanatory.

This mod is useless on its own, you will only need this mod as a dependency for mods which actually add some help entries.

Hidden entries

Some entries are initially hidden from you. You can't see them until you unlocked them. Mods can decide for themselves how particular entries are revealed. Normally you just have to proceed in the game to unlock more entries. Hidden entries exist to avoid spoilers and give players a small sense of progress.

Players with the help_reveal privilege can use the /help_reveal chat command to reveal all hidden entries instantly.

Maintenance

The information of which player has viewed and revealed which entries is stored in the world directory in the file doc.mt. You can safely reset the viewed/revealed state of all players by deleting this file. Players then need to start over revealing all entries.

For modders and game authors

This mod helps you in creating extensive and flexible help entries for your mods or game. You can write about basically anything in the presentation you prefer.

To get started, read API.md in the directory of this mod.

Note: If you want to add help texts for items and nodes, refer to the API documentation of doc_items, instead of manually adding entries. For custom entities, you may also want to add support for doc_identifier.

License of everything

MIT License

Translation credits

French: Karamel German: Wuzzy Portuguese: BrunoMine