General Questions
What is cslol-manager?
What is cslol-manager?
cslol-manager is a modern, high-performance mod manager for League of Legends. Built with C++ and Qt, it allows you to easily install, manage, and create custom skins and modifications using the Fantome mod format.
Is cslol-manager safe to use?
Is cslol-manager safe to use?
cslol-manager is open-source software that you can inspect and verify. However:The software only modifies local game files and does not provide gameplay advantages or replicate paid content when used properly.
Is cslol-manager still being developed?
Is cslol-manager still being developed?
cslol-manager is currently in maintenance mode. The League Toolkit team has shifted development focus to the new LTK Manager.
For the latest features and active development, check out LTK Manager.
What are the system requirements?
What are the system requirements?
- Operating System: Windows 10 or 11 (64-bit)
- Game: A valid League of Legends installation
- Additional: No special dependencies required - the application is self-contained
Installation & Setup
How do I install cslol-manager?
How do I install cslol-manager?
- Navigate to the latest releases
- Download
cslol-manager.exeor the zip bundle - Run the application
- Point it to your League of Legends game executable
Where do I find my League of Legends executable?
Where do I find my League of Legends executable?
The default installation paths are:
- Riot Client:
C:\Riot Games\League of Legends\Game\League of Legends.exe - Legacy Client:
C:\Riot Games\League of Legends\LeagueClient.exe
Can I use cslol-manager on Mac or Linux?
Can I use cslol-manager on Mac or Linux?
No, cslol-manager is built specifically for Windows and requires Windows 10 or later. League of Legends itself is also Windows-only (though it can run on Mac).
Mods & Content
What is the Fantome mod format?
What is the Fantome mod format?
Fantome (
.fantome) is the industry-standard mod format for League of Legends. It’s a packaged format that contains:- Mod files and assets
- Metadata (name, author, version)
- Preview images
Where can I find mods?
Where can I find mods?
Popular sources include community mod sites and creator pages. Always verify the content complies with the CSLOL DLL Policy.
Can I create my own mods?
Can I create my own mods?
Yes! cslol-manager includes mod creation tools:
- Create mods from RAW folders
- Pack/Unpack
.wadfiles - Edit mod metadata and preview images
What content is prohibited?
What content is prohibited?
Creative transformative works are permitted. See CSLOL DLL Policy for details.
Server Support
Which servers are supported?
Which servers are supported?
Officially supported: All Riot-operated servers (NA, EUW, EUNE, KR, OCE, etc.)
Why doesn't it work on Garena servers?
Why doesn't it work on Garena servers?
Garena servers use a different client infrastructure and patching system. The CSLOL injection method was designed for Riot-operated servers and may not be compatible with Garena’s implementation.
Troubleshooting
My mods aren't loading in-game
My mods aren't loading in-game
Try these steps:
- Verify the mod is enabled in cslol-manager
- Ensure you’re using the correct profile
- Restart League of Legends completely
- Check the log file for errors (located next to
cslol-manager.exe) - Verify the mod is compatible with the current League patch
The application won't start
The application won't start
Common solutions:
- Run as Administrator
- Ensure you’re on Windows 10 or 11 (64-bit)
- Check that your antivirus isn’t blocking the application
- Download the latest version from releases
Where can I find the log file?
Where can I find the log file?
The log file is located in the same directory as
cslol-manager.exe. Look for a file named log or cslol-manager.log.This file contains diagnostic information that can help troubleshoot issues.Where can I report bugs?
Where can I report bugs?
Check the known issues first for workarounds.To report a new bug:
- Go to GitHub Issues
- Create a new bug report
- Upload your log file
- Describe the issue and steps to reproduce
Development & Contributing
Can I contribute to cslol-manager?
Can I contribute to cslol-manager?
Yes! Contributions are welcome. Please:
- Submit Pull Requests for bug fixes and improvements
- Open issues for feature requests or bugs
- Follow the project’s coding standards
Since cslol-manager is in maintenance mode, major new features may be redirected to LTK Manager.
Can I use the DLL in my own launcher?
Can I use the DLL in my own launcher?
Yes, but you must comply with the CSLOL DLL Policy. Key requirements:
- Re-sign with your own code-signing certificate
- Publish transparency information
- Implement anti-skinhacking controls
- Do not modify or tamper with the DLL
Is the source code available?
Is the source code available?
Yes! cslol-manager is open-source under the GPL-3.0 license.
- Repository: https://github.com/LeagueToolkit/cslol-manager
- License: GPL-3.0