Crate tiger_lib

source ·
Expand description

This library forms the bulk of the -tiger family of validators: ck3-tiger, vic3-tiger, and imperator-tiger. Each executable is a small wrapper around the functions in this library that start and perform validation.

Modules

  • Stores everything known about the game and mod being validated.
  • Dealing with which game we are validating
  • Helper functions for finding the base and mod directories of the game being validated.
  • Loader and validator for the .mod files themselves.
  • Error report collection and printing facilities.