Prerequisites
Before starting, make sure you have:- Installed cslol-manager and completed the first launch setup
- At least one
.fantomeor.zipmod file downloaded and ready to install
You can find mods on community sites like KillerSkins or other League of Legends modding communities. Look for files with the
.fantome extension.Installing your first mod
Open the import dialog
In cslol-manager, click the toolbar menu (three horizontal lines) and select one of the import options:
- Add Mod from Fantome/Zip - For
.fantomeor.zipmod files - Create Mod from RAW - For unpacked mod folders
- Create Mod from WAD - For
.wadfiles
Select your mod file
Browse to the location where you downloaded your mod file (usually your Downloads folder) and select it.Supported formats:
.fantome- Standard Fantome mod archive.zip- Zip archive containing a mod
Wait for import to complete
cslol-manager will:
- Extract the mod archive
- Validate the mod structure (looking for
META/info.json) - Optimize the mod files
- Copy it to the
installed/directory
Enable the mod
Your newly imported mod will appear in the mod list with:
- Mod name and version
- Author information
- Description
- Preview image (if included)
- An enable/disable checkbox
You can enable multiple mods at once. They’ll be applied in the order they appear in the list.
Running mods in League of Legends
Save and run
Click the “Run” button in the toolbar (or press the play icon).This will:
- Save your current mod configuration to the active profile
- Build an overlay from all enabled mods
- Start the patcher process
- Wait for League of Legends to launch
Launch League of Legends
Launch League of Legends normally through:
- The Riot Client
- Your desktop shortcut
- Any other method you normally use
Verify your mods in game
Your mods should now be active in League of Legends!
- Skin mods will appear in champion select and in-game
- UI mods will override the default interface
- Sound mods will replace audio files
Some mods may require you to select a specific champion or enter a game to see the changes.
Understanding profiles
cslol-manager uses profiles to save different mod configurations. This lets you quickly switch between different sets of mods.Default profile
When you first install cslol-manager, it creates a “Default Profile” for you. Any mods you enable are saved to this profile.Creating additional profiles
Enter a profile name
Enter a name for your profile (3-50 characters). For example:
- “Competitive Mods” - Only mods allowed in ranked
- “Full Customization” - All your favorite visual mods
- “Testing” - Experimental mods you’re trying out
Managing your mods
Editing mod information
Right-click any mod in the list and select “Edit Mod” to:- Change the mod name, version, and description
- Update author information
- Change the preview image
- Edit or add WAD files
Exporting mods
Right-click a mod and select “Export to Fantome/Zip” to create a shareable archive of the mod.Removing mods
Right-click a mod and select “Delete Mod” to permanently remove it from cslol-manager.Mod conflicts
If multiple enabled mods modify the same game files, cslol-manager will detect a conflict.Conflict resolution behavior
- By default: Later mods in the list override earlier mods
- With warnings: cslol-manager can warn you about conflicts before running
To change mod priority, drag and drop mods in the list to reorder them.
Advanced features
Command-line tools
Thecslol-tools/ directory includes advanced CLI tools:
- mod-tools.exe - Import, export, optimize, and manipulate mods
- wad-extract - Extract WAD files
- wad-make - Create WAD files
Auto-run on launch
Enable “Start patcher automatically” in Settings to have cslol-manager start the patcher immediately when you open it.System tray mode
Enable “Minimize to system tray” in Settings to keep cslol-manager running in the background without cluttering your taskbar.Troubleshooting
Mods not appearing in game
If your mods don’t appear in game:- Check that the mod is enabled (checkbox is checked)
- Verify the patcher is running (status shows “Running”)
- Check the log.txt file for errors
- Try running Diagnostics from the toolbar menu
Patcher won’t start
If the patcher fails to start:- Make sure League of Legends is not already running
- Check that your League path is correct in Settings
- Try running cslol-manager as administrator
- Check the log.txt file for error details
OpenProcess errors
If you see “OpenProcess” errors:- cslol-manager needs to run with administrator privileges
- Right-click
cslol-manager.exeand select “Run as administrator” - The application will create
admin_allowed.txtto remember this setting
For detailed diagnostics, use the “Run Diagnostics” option in the toolbar menu to generate a diagnostic report that you can share when asking for help.
Next steps
Mod tools CLI
Learn about the advanced command-line tools for mod creation and manipulation
Managing Profiles
Organize your mods into profiles for different use cases