Auto mode - https://youtu.be/hG5-MSInKL0
Legacy mode - https://youtu.be/FvQJKjt-hYk
- Fast particle search (about 3 seconds per particle in Auto mode)
- Deactivate particles from your own lists using a text file
- Save deactivated particles for later use (or if the game crashes)
Helps you find unwanted particle (name) and deactivate it.
- Run League Director and the replay to make sure it's detected
- Set the in-game window mode to either borderless or windowed (screenshot)
- (optional) If you get incorrect results or the process takes forever try to turn off in-game shadows (screenshot)
- Pause the playback
- Open Particle Locator and click on Start
- Select the particle(s) that you want to deactivate (and automatically find their name)
- Same as Auto Locating, except that you have to manually select whether a particle has changed its state (appeared / disappeared)
It simply makes requests to League of Legends Replay API locally.
- Takes the list of active particles
- User selects the area with particles he wants to deactivate
- It takes the snapshot of the selected area
- The list of currently activated particles is divided into 2 groups
- It deactivates all particles of the first group (activates them if they were deactivated)
- Takes another snapshot of the selected area and compares it with the previous one
- If there are differences in the snapshot (the particle has changed its state) we can assume that it's located in the first group. If there are no differences we know that it's located in the second group
- It repeats the division and comparison until there is only one particle left in the list
On average, a 5v5 Summoner's Rift replay has about 1700-2300 particles, which means it takes 10-11 divisions and comparisons (~3 seconds) to locate one particle.
- Same as Auto Locating, but without automated comparisons. User must manually determine if particle has changed its state (~15 seconds per particle)