This launchpad tracks the implementation status of KotOR file formats across our parsing libraries (rakata-formats) and our strongly-typed wrappers (rakata-generics).
Status Legend:
Full: Binary reader/writer implemented with roundtrip tests.
Generics: Strongly-typed wrappers and linting schemas implemented.
Partial: Basic parsing support, advanced features deferred.
Canonical: Validated against vanilla KotOR (K1) runtime behavior.
Because this project seeks to achieve strict interoperability with a two-decade-old engine, mere “correctness” is insufficient. We guarantee canonical behavior.
Target: Canonical vanilla Star Wars: Knights of the Old Republic 1 (2003).
Engine Audits: We do not guess how the engine behaves. Code is written exclusively from observed engine evidence notes derived from clean-room reverse engineering (via Ghidra/ret-sync). Every implementation choice is documented directly inside that format’s specific page on this site.
Verification: Behaviors are locked via deep integration tests against synthetic fixtures. If a parser perfectly round-trips an invalid file but the game engine rejects it, it is treated as a critical bug.