Last active
September 19, 2019 22:00
-
-
Save riverar/10101345ab097053b558569498d00e56 to your computer and use it in GitHub Desktop.
Example showing how to add a pseudo GOG game entry for Rainway use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\GOG.com\Games\MakeUpSomethingHere] | |
"EXE"="C:\\Windows\\Notepad.exe" | |
"EXEFILE"="Notepad.exe" | |
"LAUNCHCOMMAND"="C:\\Windows\\Notepad.exe" | |
"PATH"="C:\\Windows" | |
"GAMENAME"="The Emulator" | |
"DEPENDSON"="" | |
"WORKINGDIR"="C:\\Windows" | |
"LAUNCHPARAM"="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment