Enhanced Skins Explanation
Skins like “Harman Mod” are Enhanced skins. Match file structure exactly, package StreamingAssets & Mods folder into ZIP, then import.
Xzen is your go-to mod manager and resource hub, bringing you seamless integration, easy backups, and a vibrant community. Keep your game fresh and safe with skins, emotes, stages, and more.
For FULL Documentation Go Here
A more advanced Mod Loader for Smash Legends.
Auto-detect .py, .bat, Unity asset bundles, & more.
All community-made mods are supported—thanks for making cool content!
Below is an overview of what mods are supported.
Type | Short Info | Support | Compatibility |
---|---|---|---|
Skin Mods | You can import mods directly by pressing ADD Button |
.ZIP & file-only mods | Xzen 4.0+ |
Emote Mods | Name file in popup; Xzen handles the rest. |
No .ZIP; must extract first | Xzen 4.0+ |
Stage Mods | Requires special folder structure; see below. |
Only .ZIP | Xzen 4.0 (map structure) |
Skins like “Harman Mod” are Enhanced skins. Match file structure exactly, package StreamingAssets & Mods folder into ZIP, then import.
Write plugins in Python or .bat under
Core/Engine/Bats/Extensions
. They appear under “Extensions.”
Use QSS themes in Core/Engine/Themes
. Copy, adjust HEX
values, and import at runtime.
Experimental plugin bundled with Mod Manager. Only one file at a time.
Follow the “Roll The Dice” map structure. Include a file named
paths.json
with this content:
{ "map": "C:\\SteamLibrary\\steamapps\\common\\SMASH LEGENDS\\Smash_Legends_Data\\StreamingAssets\\AssetBundles\\map\\scenes", "oneway_city_01": "C:\\SteamLibrary\\steamapps\\common\\SMASH LEGENDS\\Smash_Legends_Data\\StreamingAssets\\AssetBundles\\map\\scenes", "sky_default": "C:\\SteamLibrary\\steamapps\\common\\SMASH LEGENDS\\Smash_Legends_Data\\StreamingAssets\\AssetBundles\\map\\shared" }Copy Code
Feature | Description | Version |
---|---|---|
Backup Engine | Incremental & flag-based snapshots | v2.3.1 |
Plugin Manager | Auto-detects .py & .bat mods | v1.8.0 |
UI Themes | Default, Amoled & custom QSS | v1.2.4 |