Created
December 30, 2013 15:47
-
-
Save Fabryz/8183654 to your computer and use it in GitHub Desktop.
1- Open %localappdata%/Overwolf/GameList.#######.xml" with a text editor
2- Paste the text at the end of the file, before the "</ArrayOfGameInfo>"
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
<GameInfo> | |
<ID>252490</ID> | |
<GameTitle>PlayRust</GameTitle> | |
<ProcessNames> | |
<string>rust.exe</string> | |
</ProcessNames> | |
<LuancherNames> | |
<string>Steam.exe</string> | |
</LuancherNames> | |
<GameRenderers>D3D9</GameRenderers> | |
<InjectionDecision>Supported</InjectionDecision> | |
<LauncherDirectoryRegistryKey>HKEY_LOCAL_MACHINE\SOFTWARE\Valve\Steam\InstallPath</LauncherDirectoryRegistryKey> | |
<LaunchParams>-applaunch 252490</LaunchParams> | |
<DetectDirKey>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 252490\InstallLocation</DetectDirKey> | |
<Input>DInput8</Input> | |
</GameInfo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment