Schemas, patches and animation ID lookups used by Rusted PackFile Manager (and any tool built on top of it) to decode Total War DB tables.
| File | Purpose |
|---|---|
schema_<game>.ron |
Versioned definitions for every DB table and Loc-related layout the game uses. One file per game. |
patches.ron |
Runtime overlay applied on top of the base schemas: per-field display hints, lookups, default values, etc. Edits here don't require regenerating a schema. |
anim_ids_<game>.csv |
Numeric animation ID ↔ name mapping for the games that use one (Three Kingdoms, Troy, Warhammer 2 & 3). |
LICENSE |
MIT license for the schemas. |
Open a PR with the new or updated definition. RPFM picks up changes from this repo through its Update → Check for Schema Updates action.
MIT — see LICENSE.
