A quick help pages ("manual pages", or "manpages") based on the ZDoom Wiki console commands page directly in the engine console.
- Just type
man COMMAND(e.g.,man summonorman dumpclasses) to read all the information about it without needing of a web browser. Usage examples are included!
- You also can type
man-search PATTERNor justmas PATTERNto search for this PATTERN across all known commands.
- Supported internationalization, currently available in English and Russian. Feel free to include other languages!
man COMMANDitself: prints a description and examples (if they exist) about the specified COMMAND.man-search PATTERN: searches through all manpages. Short aliasesmans PATTERNandmas PATTERN.man-list: lists all known manpages. Short aliasmanl.
You can add this utiltily mod to autoload section. Find the "Global.Autoload" section and add a line with the actual path to the mod in your engine configuration file:
[Global.Autoload]
Path=/path/to/manpages.pk3
Supported in:
- UZDoom
- GZDoom 4.0.0+
Not tested, but most probably supported in:
- LZDoom 4.0.0+
- VkDoom
Compatibility is expected to be a lot better towards the end of development. Planned to support:
- GZDoom 3.3.1+
- LZDoom 3.8.5+
- ZZDoom 2.9.0+
- QZDoom 2.0.0+


