-
Notifications
You must be signed in to change notification settings - Fork 0
League Toolkit Libraries
Note: This page is a placeholder. Detailed library documentation will be added as APIs stabilize.
The LeagueToolkit ecosystem is built on a set of Rust libraries that handle the core functionality. These libraries can be used independently for building custom tools.
Read and write .modpkg mod packages. Handles the binary format, metadata serialization, and content extraction.
Manipulate League of Legends WAD (Riot archive) files. Supports reading, writing, and patching WAD archives.
Build mod overlay directories by combining multiple mod layers into a single output that can be injected into the game.
Parse and manage mod project configurations (mod.config.json / mod.config.toml). Used by both LTK Manager and the league-mod CLI.
- LTK Manager — Desktop application built on these libraries
- League Mod CLI — CLI tool built on these libraries
Getting Started
LTK Manager
Creator Workshop
Ecosystem
Development