Okay, so lemme tell you about this thing I was messing around with – MLB The Show symbols. It was kinda fun, kinda frustrating, but hey, that’s coding, right?

First off, I was trying to figure out how to get those fancy symbols you see in MLB The Show – you know, the ones for different stats, player attributes, all that jazz. I wasn’t trying to, like, hack the game or anything, just wanted to see if I could replicate some of it for a personal project I had in mind – a baseball stats tracker thingy.
So, naturally, I started by Googling. You know, the usual stuff. I typed in things like “MLB The Show symbols,” “baseball stat icons,” “how to get symbols in MLB The Show,” all that. Found a bunch of forum posts, some images, but nothing really concrete. Most of it was people asking the same question, or just linking to screenshots.
Then I thought, “Alright, maybe they’re using some kinda font.” So I started digging around online font databases, looking for baseball-themed fonts, fonts with icons, anything that looked remotely close. Downloaded a bunch, installed ’em, opened up a text editor, and started typing. Nada. Nothing that matched exactly.
Okay, time for a different approach. I figured, maybe it’s not a font, maybe it’s images. So I started scouring the web for images of the game’s UI, trying to isolate the symbols I wanted. Found some decent screenshots, but they were all low-res, and extracting the symbols individually was a pain. Plus, the quality wasn’t great.
Next up, I decided to get my hands dirty and actually play the game myself. I fired up MLB The Show, went into the settings, checked all the display options, see if there was any way to export the symbols or access them through the game itself. No luck. Those sneaky devs weren’t making it easy.
I was about to give up, but then I had an idea: what if I could grab the game’s assets somehow? I knew this was a long shot, and probably against some terms of service or whatever, but I was curious. Started researching ways to extract game assets from PlayStation games. Found some tools, some tutorials, looked complicated, and honestly, a little sketchy. Decided it wasn’t worth the risk of bricking my console or getting into trouble.
Alright, back to the drawing board. I thought, “Okay, if I can’t get the exact symbols, maybe I can create my own that are similar.” So I fired up Inkscape (or you can use any vector graphics editor) and started trying to replicate the symbols by hand. It was tedious, but I actually started getting some decent results. I focused on a few of the key symbols – batting average, home runs, RBIs – and tried to match the style as closely as possible.
After a few hours of tweaking and refining, I had a set of symbols that were pretty darn close to the originals. They weren’t perfect, but they were good enough for my purposes. I exported them as SVG files so I could scale them without losing quality.

Finally, I integrated the symbols into my baseball stats tracker. It looked pretty cool! It wasn’t exactly the same as MLB The Show, but it had the same vibe.
The takeaway? Sometimes you gotta get creative and make your own solutions. Also, stealing game assets is probably a bad idea. Learn from my struggles, and hopefully, this helps you if you’re ever trying to do something similar. It was a fun little project, even if it was a bit of a wild goose chase at times.