by Killerskins in
Tutorials Creation

This guide will link you everything you need to start creating custom skins.
This will only list the absolute basics, you can find everything in the Tools section or Tutorials overview.

You can ask for help on the Killerskins-Discord server or you can contact the person who made the specific tutorial directly.



General information

League of Legends stores all files inside .wad.client files, doesn’t matter if champions, maps, sounds, etc. You can view, extract and create them with Obsidian.

Even though you can find the files inside your League of Legends directory, you cannot edit them directly, as this would just make the game crash.

This is why you need LCS-Manager. This program enables modified .wad.client files to be loaded into League of Legends. You will need to create a mod in LCS-Manager and run the program when you want to use custom skins.


Generally Required tools & Tutorials

Those tools you will need, no matter what skin you plan on doing:

LCS-Manager: Creating mod files / Running skins in the game

LCS-Manager is needed to install your custom Mods.

The first tutorial will simply show you how to install already existing mods in LCS.
The second tutorial will show you how to create a mod for LCS with your edited files.

Obsidian: Extracting LoL game files

This tutorial will show you how extract .wad.client files in order to edit them.

Tutorial: Extracting game files with Obsidian

How to contribute to Killerskins

This tutorial will show you how to register on the Killerskins website, get the creator role and create your first post.

Tutorial: How to contribute to Killerskins


Types of mod creation

This tutorial will mainly talk about four different kinds of edits you can do:

2D-Editing

This involves editing 2D-files, so mostly textures.
Examples: champion textures, particles textures, map textures, HUDs, indicators, fonts

3D-Editing

This involves changing 3D-models.
Examples: Champion models, ward skins, map models

Code-Editing

This involves editing .bin files, so files that determine how the game works.
Examples: particles recoloring, particle swapping, general editing

Sound editing

This involves changing sound files of champions or other things.
Examples: champion voices, champion ability sounds, announcers


Tools you need specifically

Tools for 2D-Editing

Photoshop + dds plug-in + proper export settings

You will need to get Photoshop on your own.

Required .dds-plug-in:

Standard export settings:

Standard export settings:

In general you can use any graphic tool that can work with .dds files.

Tools for 3D-Editing

Maya

Maya is a bit hard to get as it usually can be only used if you pay for it and it’s quite expensive.

Maya 2023: Follow this video until 2:26 to set up an account. Then download Maya 2023.

Maya 2018: Tutorial for a free Maya 2018 license:

Plug-in needed: RiotFileTranslator

Select the one that matches your Maya version. They do not work for other versions.

Installation tutorial: https://github.com/tarngaina/lol_maya#installation
IMPORTANT NOTE: The .env file is not fully correct in this video! If you do it like this you cannot load weighted models! It is missing the \others in the path for scripts.
This is how it has to look (depends on your placement ofc, just the paths in red have to be the same):
MAYA_PLUG_IN_PATH = D:\Dokumente\Maya plugins\Maya 2018\bin\plug-ins
MAYA_SCRIPT_PATH = D:\Dokumente\Maya plugins\Maya 2018\scripts\others
XBMLANGPATH = D:\Dokumente\Maya plugins\Maya 2018\icons

Tool to update .skl files – only needed for Maya 2015 and 2018

Starting with patch 11.3 Riot stopped using the old .skl format that RiotFileTranslator for Maya exports, so now you will update them every time you make your own remodel or you want to use an old remodel custom skin.

  • LeagueToolKit by Morilli (recommended): Download
  • League-Model-Updater by TheKillerey (also updates .skn files, but does not work with a lot of skins): Download 

Tutorial: Updating remodels after patch 11.3

Tools for Code-editing

Code-Editing in .bin files is obviously the most advanced editing you can do. Therefore, we would recommend mastering the basics first.


Beginner tutorials


All our creation tutorials

https://killerskins.com/2d-tutorials/
https://killerskins.com/sound-tutorials/
https://killerskins.com/3d-tutorials/
https://killerskins.com/miscellaneous-tutorials/
https://killerskins.com/coding-tutorials/

Our creation tips

Smaller, often more advanced tutorials

guest

2 Comments
Inline Feedbacks
View all comments