No description
| README.md | Initial commit | |
| travellers-almanac-template.rec | Initial commit | |
Traveller Tools
Some tools for the Traveller RPG, Classic/1977 edition.
traveller's almanac
This is a database of sub-sectors and related tools. GNU recutils
is used as the database software.
The idea is to take the template and populate it when the actual info from a generated sub-sector. The template provides the database format.
Example queries
recsel -t System -e "Scout_Base != true" -P Name travellers-almanac-template.rec
Checking database integrity
To ensure that the records in the file match what is expected, run:
recfix --check travellers-almanac-template.rec
If there are errors, they will be displayed with a line number and some information about the error.