Skip to content

Instantly share code, notes, and snippets.

@Fabryz
Created December 30, 2013 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fabryz/8183654 to your computer and use it in GitHub Desktop.
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>"
<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