Adding Non-Steam Games
Jump to navigation
Jump to search
Non-Steam Games are saved in the file: <<Steam Installation>>\userdata\<<User ID>>\config\shortcuts.vdf.
The file always starts with ' shortcuts '.
All shortcuts are separated by two 'NULL' characters.
Typical format is as follows (NewLines added for clarity, '|NULL|' represents a null character):
shortcuts 0 |NULL| AppName NAME |NULL| Exe "EXE" |NULL| StartDir "STARTDIR" |NULL| icon "ICON" |NULL| ShortcutPath |NULL| LaunchOptions |NULL| IsHidden |NULL| AllowDesktopConfig |NULL| |NULL| AllowOverlay |NULL| |NULL| OpenVR |NULL| Devkit |NULL| DevkitGameID |NULL| LastPlayTime tags |NULL| 0 favorite |NULL||NULL| 1 |NULL| AppName APPNAME |NULL| Exe "EXE" |NULL| StartDir "STARTDIR" |NULL| icon "ICON" |NULL| ShortcutPath |NULL| LaunchOptions |NULL| IsHidden |NULL| AllowDesktopConfig |NULL| |NULL| AllowOverlay |NULL| |NULL| OpenVR |NULL| Devkit |NULL| DevkitGameID |NULL| LastPlayTime tags |NULL| 0 favorite |NULL||NULL|
NULL' character - where no Key and no Value are assigned - are necessary to prevent two 'NULL's in a row, which would improperly denote the end of one shortcut and the start of another.