dafzor / bnetlauncher

Launcher utility to help start battle.net games with the steam overlay.
http://madalien.com/stuff/bnetlauncher/
GNU General Public License v3.0
225 stars 24 forks source link

Feat/epic bl3 #79

Closed dafzor closed 1 year ago

dafzor commented 1 year ago
C1rdec commented 1 year ago

By pure curiosity where do you find the game id?

dafzor commented 1 year ago

The README.md goes over how to find the codes in the Advanced section.

C1rdec commented 1 year ago

I know but is there a section for Epic that I missed?

dafzor commented 1 year ago

It is there:

In the case of epic, just create a desktop shortcut and extract the id from the properties, it will be something like: com.epicgames.launcher://apps/<id will be here>?action=launch&silent=true

But I've noticed it's not properly formatted making it harder to read, I've updated to fix the formatting and make instructions a bit clearer.