slithy / rpg_module

rpg-mod­ule: a LaTeX class for type­set­ting RPG adventure modules in the style of D&D mod­ules from the 1980s
LaTeX Project Public License v1.3c
38 stars 13 forks source link

rpg-module: A Role-Playing Game Module document class for LaTeX

Version 1.1 2017/05/06

Includes:

rpg-basic-stats.sty, a package to typeset monster stat blocks from the 1981 Basic/Expert version of Dungeons and Dragons (Moldvay/Cook/Marsh)

rpg-1e-stats.sty, a package to typeset monster stat blocks from the 1st Edition Advanced Dungeons & Dragons Monster Manual, Fiend Folio and Monster Manual 2

The rpg-module class is inspired by the old-school Dungeons and Dragons modules of the 1980s and attempts to recapture the look and feel of those classic adventures. In the examples directory, you will find several pages from D&D modules of that era which have been typeset with this class and which you can compare to the original documents.

This package also includes two style files for typesetting monster stat blocks:

  1. The rpg-basic-stats style contains stat blocks for every monster from the Moldvay/Cook/Marsh Basic/Expert version of the game.

  2. The rpg-1e-stats.sty contains stat blocks from the 1st Edition Advanced Dungeons & Dragons Monster Manual, Fiend Folio and Monster Manual 2.

Copyright 2017 Michael C. Davis

This work may be distributed and/or modified under the conditions of the LaTeX Project Public License version 1.3 or later. The Basic Stats style contains material which is licensed under the Open Gaming License version 1.0A.


Usage: \documentclass[options]{rpg-module}

See rpg-module.pdf for detailed documentation and a worked example. See the examples directory for further examples.

The author can be contacted at Dragonsfoot, user: slithy

http://www.dragonsfoot.org/forums/memberlist.php?mode=viewprofile&u=7317

Technical support is provided on GitHub:

https://github.com/slithy/rpg_module

and on the Dragonsfoot Forums:

http://www.dragonsfoot.org/forums/viewtopic.php?f=87&t=73823


REVISION HISTORY

                   Added minimal example (haunted-keep.tex)

                   Renamed basic-stats.sty to rpg-basic-stats.sty to ensure
                   it is globally unique

                   Renamed all filenames to use hyphen instead of underscore

2016/04/25 c1e8b6c Initial release