Obsidian is a powerful tool created by Crauzer that allows you to browse, preview, and extract files from League of Legends .wad.client
archives — the game’s core asset containers. It’s an essential part of custom skinning and VFX modding workflows.
╰› Download Obsidian
by Crauzer
⚠️ Avoid pre-release versions unless you know what you're doing — they may be unstable.
.zip
file from GitHub.Obsidian.exe
.
Game
folder.Default path:C:\Riot Games\League of Legends\Game
If you installed League elsewhere, browse to your custom install location.
Once selected, restart Obsidian — and you're ready to go.
After launching Obsidian and letting it load, you'll see the internal folder structure of League's assets.
DATA
folder (click the arrow to expand).FINAL
folder — this is where the real content lives.Champions – For champion models, VFX, animations, etc.
Maps – For Summoner's Rift, Howling Abyss, etc.
UI – For HUD, Icons, Ability panels, and more
? Most assets can be previewed directly in Obsidian (like
.dds
and.tex
textures)!
.wad.client
FilesEvery champion has at least two types of .wad.client
files:
File Type | Contains |
---|---|
Aatrox.wad.client |
Visual files (models, textures, VFX) |
Aatrox.en_US.wad.client |
Sound File (Voiceover) |
? The localization file will differ depending on your language (e.g.
fr_FR
,de_DE
, etc.).
File
→ Extract Selected⚠️ Important: Avoid clicking "Extract All" unless you intend to dump the entire League file system (this includes many GBs of data).
Dont extract only parts of the Wad.client
Task | Action |
---|---|
Install Obsidian | Download .zip and run Obsidian.exe |
Setup Game Path | Point to League of Legends/Game folder |
Browse Files | Navigate through DATA/FINAL |
Preview Assets | View .dds , .tex , and other formats in-app |
Extract Files | Use "Extract Selected" from the File menu |