-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Crauzer edited this page Feb 23, 2026
·
2 revisions
Welcome to the LeagueToolkit documentation. LeagueToolkit is an open-source ecosystem of tools for creating and managing League of Legends mods.
A desktop application for installing, managing, and creating League of Legends mods. Features include:
- One-click mod installation from
.modpkgand.fantomefiles - 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
.modpkgmod packages - ltk_wad — Manipulate League WAD archives
- ltk_overlay — Build mod overlays for patching
- ltk_mod_project — Parse and manage mod project configurations
- Getting Started — Install LTK Manager and apply your first mod
- Creating Mods — Use the Workshop to build mods
- Troubleshooting — Common issues and solutions
- Contributing — Help improve LeagueToolkit
Getting Started
LTK Manager
Creator Workshop
Ecosystem
Development