Earlier quoted context omitted.
Still has a paywall for me.
Gift link, if you'd like to use it: https://www.nytimes.com/2026/07/13/style/backyard-baseball-v...
A Second-Grade Teacher Revived a Beloved Video Game
11–20 of 41 posts
Re: A Second-Grade Teacher Revived a Beloved Video Game
#12Deck: Backyard Baseball, a favorite game for 1990s kids, had been off the market for years. But Lindsay Barnett was determined. Non-paywall: https://www.nytimes.com/2026/07/13/style/backyard-baseball-v...
Re: A Second-Grade Teacher Revived a Beloved Video Game
#13TLDR; a Chicago-area schoolteacher was able to find the rights to the old Backyard Baseball PC game from the 1990s, and she commissioned a software game development company and a still-live fan base, to recreate the source code (because the original source was lost). She founded a company called Playground Productions. Thanks to her efforts, nostalgic Millennials and their kids can purchase and enjoy this old game. A…
What I don't understand is why just grabbing the original game files and slapping it inside the SCUMMVM wasn't the whole story. That's definitely how the other Humongous Games were re-released on Steam a decade earlier. I just assumed Backyard Baseball had more complex rights.
Re: A Second-Grade Teacher Revived a Beloved Video Game
#14Re: A Second-Grade Teacher Revived a Beloved Video Game
#15TLDR; a Chicago-area schoolteacher was able to find the rights to the old Backyard Baseball PC game from the 1990s, and she commissioned a software game development company and a still-live fan base, to recreate the source code (because the original source was lost). She founded a company called Playground Productions. Thanks to her efforts, nostalgic Millennials and their kids can purchase and enjoy this old game. A…
I'm curious too. The original developers were Humongous Games (Putt-Putt & Freddi Fish) whose other titles used the SCUMM engine. My guess would be Backyard Baseball was as well. I dug up this article that seems to go through the process but not in great technical detail: https://www.digitaltrends.com/gaming/backyard-baseball-97-in... What I don't understand is why just grabbing the original game files and slapping i…
Re: A Second-Grade Teacher Revived a Beloved Video Game
#16TLDR; a Chicago-area schoolteacher was able to find the rights to the old Backyard Baseball PC game from the 1990s, and she commissioned a software game development company and a still-live fan base, to recreate the source code (because the original source was lost). She founded a company called Playground Productions. Thanks to her efforts, nostalgic Millennials and their kids can purchase and enjoy this old game. A…
It seems like the early video games industry did a pretty bad job of preserving development artifacts. There have been a lot of stories about game code being found, but it seems to be the exception rather than the rule.
Re: A Second-Grade Teacher Revived a Beloved Video Game
#17TLDR; a Chicago-area schoolteacher was able to find the rights to the old Backyard Baseball PC game from the 1990s, and she commissioned a software game development company and a still-live fan base, to recreate the source code (because the original source was lost). She founded a company called Playground Productions. Thanks to her efforts, nostalgic Millennials and their kids can purchase and enjoy this old game. A…
I'm curious too. The original developers were Humongous Games (Putt-Putt & Freddi Fish) whose other titles used the SCUMM engine. My guess would be Backyard Baseball was as well. I dug up this article that seems to go through the process but not in great technical detail: https://www.digitaltrends.com/gaming/backyard-baseball-97-in... What I don't understand is why just grabbing the original game files and slapping i…
Backyard Baseball does not appear to be using ScummVM. https://steamdb.info/depot/3170541/
The .he* files also appear to be the original assets for the game. And then they built a Scumm interpreter to run the game which can talk to Steam to use leaderboards and achievements.
Re: A Second-Grade Teacher Revived a Beloved Video Game
#18I know from people who actually worked on this that the process of actually getting the game running and following modern platform conventions was somewhat insane and tortuous, but interesting. Too technical for the Times to go into though I guess. But yeah, essentially the whole port is done with binary patches to the original executable.
Re: A Second-Grade Teacher Revived a Beloved Video Game
#19Interestingly it ends in them never finding the source (and another commenter here says they got it working by monkeypatching the binary.
At this point I wonder if they could feed all the assets and patches into and LLM and have it recreate the code from scratch, so that they could add new features.