Alternative to Steam's "add non-steam game" dialog?

Steam allows you to add non-steam games to the client. However to do this you have to click the "add non-steam game" button and find the game in the list of all installed programs. I find this kind of a pain, and was wondering if there is an alternative?

Perhaps a folder somewhere inside the Steam folder where I can just drop the shortcut created by the installed game?

I know this seems like a very small annoyance, but still, just in case.

Edit: After some more searching I found there are multiple people asking for improvements to the non-steam games system. All are quite old questions, without much activity.

  • http://forums.steampowered.com/forums/showthread.php?t=1026047
  • http://forums.steampowered.com/forums/showthread.php?t=1129727
  • http://forums.steampowered.com/forums/showthread.php?t=3208018

Solution 1:

The shortcuts, for non-steam games, are not stored in a folder, like you may be hoping, unfortunately.

You can find the shortcuts in a binary VDF (Valve) file, at {driveletter}:\Steam\userdata\{userID}\config\shortcuts.vdf

userID is a numerical representation of your steam account, but unless you have had others login to your machine, with their steam account, you should only have one to look through.

While you can modify the file with a hex editor to tweak things, you will probably not have much luck actually adding new data to the file.

The contents (in a normal ASCII viewer) will look similar to this, if you have the right file: enter image description here

I ran a cursory search, for you, for VDF editors and while there are some (like this), it probably cannot do what you are attempting and would, quite frankly, be far more convoluted than simply adding the non-steam shortcut by hand.

Short answer to your question: No, I don't believe there is, currently, a way to do this, within steam. The Valve devs don't appear to value this feature enough to enhance it, currently.