
This tutorial teaches you how to take particles from one champion and reuse them on another champion.
(Updated: 17.11.2021)

If you encounter any issues with this tutorial or you don’t understand part of it, you can ask for help on the Killerskins-Discord server.
Table of Contents
Information
Cpt Redbeardeard figured out how to edit Particles like we used to do before by editing troybins. So now you can take the exact Particles from a champion and can put it on another one, like here: Heartseeker Jinx R explosion on Jhin’s E.
Required tutorials
In order to follow this tutorial you must understand and be able to follow the following tutorials:

Highly recommend tutorials

Required Tools
- Ritobin by moonshadow565 – Converting .bin files to .py
- BinReaderGUI by autergame – Reading containers in .bin files
- Editor for Python files (I recommend Visual Studio Code + Python extension)
- Bintex by Marcius – listing all textures and models inside .py files
- Binsplash/Hacksaw by Marcius – Recoloring .bins easily
Tutorial Video
Tips
best order to work on particles to minimize fuckups
- Look up skills that might be useful for your champion (skin previews etc.)
- Extract the bins and textures/models etc. for those abilities
- Copy all the particles folders of the other champions into your wad.client folder
- Edit the bins to your liking
- Check in-game
- If you have buggy textures: Run your wad folder through bintex, open the “Missing” list and add any missing files to your wad folder – Tutorial
- Make sure that you now have everything in-game
- In .bins, reroute all your particle files to the base folder of your champion – Tutorial
- Move all your particle files into the base folder of your champion
- Hope everything is there, if not, check the “Missing” list again or the code directly and add missing files.
- Done
How to make your particles break less often
After finishing your particles I recommend following this tutorial.
Your skins will break less often and should only break when ta new skin for the champion gets released.