Last active
August 29, 2015 14:05
-
-
Save nickludlam/d69fcd1eeca0e41c7c01 to your computer and use it in GitHub Desktop.
Overwolf for Elite: Dangerous
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
1. Grab the latest Overwolf from their website. | |
2. Open AppData\Local\Overwolf\GamesList.7804102.xml | |
3. Paste this at the bottom, *above* the </ArrayOfGameInfo> tag: | |
<GameInfo> | |
<ID>105222</ID> | |
<GameTitle>Elite Dangerous</GameTitle> | |
<LuancherNames> | |
<string>EliteDangerous.exe</string> | |
</LuancherNames> | |
<GameRenderers>D3D11</GameRenderers> | |
<InjectionDecision>Supported</InjectionDecision> | |
<GameGenres>Space_Sim</GameGenres> | |
<FixRCEx>True</FixRCEx> | |
</GameInfo> | |
4. Enjoy the cool clean taste of Overwolf! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment