Okay, so, I’ve been messing around with League of Legends again. I got this crazy idea to make all borders visible in the game. Just imagine, seeing everyone’s rank all the time, it’s kinda cool, right? So, I dove into the game files, trying to figure out how to do it.
First, I spent hours reading through forum posts and watching videos from other folks who’ve tried similar stuff. It was a bit of a headache, honestly, because most of the info was outdated or just plain wrong. But, I managed to piece together a basic understanding of how the game handles borders.

Next, I started poking around in the game’s configuration files. This is the tricky part, you know? One wrong move and you can mess up your whole game. I backed up everything first, just in case. I found this file called “*”. I’m pretty sure this is where the magic happens. This is where the game stores a lot of its settings.
I opened it up with a text editor. I changed a couple of lines in the config file, something about “ShowAllBorders=1”. Initially, I was skeptical about whether it would work or not. Then I fired up the game to test it out. And guess what? It actually worked! I could see all the borders, even in the loading screen and in-game. It was pretty awesome, not gonna lie.
Here’s what I did, step-by-step:
- Found the “*” file in the League of Legends folder.
- Made a copy of it, just to be safe.
- Opened the original file with Notepad.
- Looked for a line that said “ShowAllBorders=0”.
- Changed the “0” to a “1”.
- Saved the file.
- Launched the game.
It was a bit of a journey, but I finally got it working. It’s pretty cool to see everyone’s borders all the time. I hope this helps others. Try it, guys! It’s worth the effort!