I have searched high and low for a
simple PC game launcher, but to no avail.
The retro gaming scene is filled with specialized launchers. Arcade gaming has
MAMEUI. Console and handheld emulation has
QuickPlay. And an excellent frontend to DOSBox for running old DOS games is
DOSBox Game Launcher. But where is the frontend for PC games?
All these apps have the same general layout. On the left is a folder tree which saves searches and helps to organize games by various criteria. The main part of the screen is a list/details view that shows the games that have been loaded into the frontend. On the right is a spot for game screenshots. All these apps are built around a database, and many are able to scrape data from websites like Moby Games.
There
are frontends that support PC games. One that comes to mind is D-Fend Reloaded. But this, like many others, is first and foremost a DOSBox frontend, so it's not exactly ideal for PC gaming.
Here's what an app like this would need:
1. A database, xml or ini or whatever, filled with game profiles. Entries include game name, target executable and any associated command line switches, screenshot directory, icon (if different from executable), year, genre, developer, publisher, playcount, etc.
2. A basic GUI, with folders on the left, a list in the middle with icons and columns of info, and space for game screenshots/scans on the right.
3. A simple game import dialog, with a browse button for the EXE, and space to fill in data.
4. Ideally, it would interface with Moby Games and grab data/screenshots automatically!
I have
no idea how difficult it would be to make an app like this. If it's an unreasonable request, then let me know. If not, I would love to dig in and beta test whatever comes out!