Skip to content
Benjamin Auquite edited this page Apr 15, 2026 · 47 revisions

Welcome to the PyKotor Wiki

PyKotor is an LGPL-3.0-or-later monorepo whose published packages include pykotor, holopatcher, holocrontoolset, and kotordiff. [PyKotor pyproject.toml, HoloPatcher pyproject.toml, Holocron Toolset pyproject.toml, KotorDiff pyproject.toml]

The Markdown pages in this directory are also bundled into Holocron Toolset help output under src/toolset/help/wiki, so the wiki is part of the packaged toolchain rather than a separate website-only manual. [Holocron Toolset MANIFEST.in, Holocron Toolset pyproject.toml]

In-repo components

External corroboration repositories

  • xoreos is a BioWare Aurora and Odyssey engine reimplementation, and its source tree includes dedicated KotOR and KotOR II engine directories under src/engines/kotor and src/engines/kotor2. [xoreos README, KotOR engine tree, KotOR II engine tree]
  • xoreos-tools is the companion CLI and tooling repository, and its tree includes developer utilities such as gff2xml. [xoreos-tools README, gff2xml man page]
  • xoreos-docs is the xoreos format-spec repository, and its README explicitly lists official BioWare documents, Torlack notes, and a partial kotor_mdl.html specification. [xoreos-docs README]
  • reone is a C++ engine focused on KotOR and TSL. [reone README]
  • KotOR.js is a TypeScript reimplementation of the Odyssey engine and includes the KotOR Forge modding suite. [KotOR.js README]
  • Kotor.NET is a C# solution whose repository root contains the core Kotor.NET library together with Kotor.NET.Graphics, Kotor.NET.Patcher, Toolset, and MapBuilder projects. [Kotor.NET repository root, Kotor.NET solution]
  • bioware-kaitai-formats is an OpenKotOR repository for BioWare, KotOR, and TSL Kaitai Struct definitions, and Kaitai Struct defines .ksy files as declarative binary format specifications that compile into parsers for multiple languages. [bioware-kaitai-formats, Kaitai Struct]
  • KotorMCP is an OpenKotOR MCP server that exposes installation discovery, resource inspection, and PyKotor-backed analysis workflows for KotOR and TSL. [KotorMCP README]

Page families

Clone this wiki locally