Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic launcher shows free game ads #9

Open
idontusenumbers opened this issue Jun 21, 2019 · 2 comments
Open

Epic launcher shows free game ads #9

idontusenumbers opened this issue Jun 21, 2019 · 2 comments

Comments

@idontusenumbers
Copy link

There's an option in the epic launcher to show free game ads and it's turned on by default. It shows distracting popup toasts.

@idontusenumbers
Copy link
Author

image

@idontusenumbers
Copy link
Author

This file C:\Users\camper\AppData\Local\EpicGamesLauncher\Saved\Config\Windows\GameUserSettings.ini

[a1346fb6354b4ca98000dbf621a4e607_General]
DisableGameTabs=False
NotificationsEnabled_FreeGame=False
NotificationsEnabled_Adverts=False

The GUID appears to be tied to the user.

I think this could be implemented by a search/replace in that file:

search

DisableGameTabs=False

replace

DisableGameTabs=False
NotificationsEnabled_FreeGame=False
NotificationsEnabled_Adverts=False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants