Skip to content
Crauzer edited this page Feb 23, 2026 · 2 revisions

LeagueToolkit Wiki

Welcome to the LeagueToolkit documentation. LeagueToolkit is an open-source ecosystem of tools for creating and managing League of Legends mods.

Projects

A desktop application for installing, managing, and creating League of Legends mods. Features include:

  • One-click mod installation from .modpkg and .fantome files
  • Profile system for switching between mod configurations
  • Built-in patcher to apply mods to the game
  • Creator Workshop for building and packaging mods

A command-line interface for mod management. Provides the same core functionality as LTK Manager for users who prefer terminal workflows or need automation.

The Rust libraries that power the ecosystem:

  • ltk_modpkg — Read/write .modpkg mod packages
  • ltk_wad — Manipulate League WAD archives
  • ltk_overlay — Build mod overlays for patching
  • ltk_mod_project — Parse and manage mod project configurations

Quick Links

Clone this wiki locally