Skip to content

Commit

Permalink
docs: 📝 Fix epic cmd extraction instructions (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafzor authored Nov 21, 2022
1 parent a3d2ea7 commit be8a815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ Explaining what each part does:
case sensitive! With battlenet2 it's the game's productCode. Those values can be discovered by looking at logs in different locations:
* for battlenet `'%LOCALAPPDATA%\Battle.net\Logs\battle.net*.log'`
* for battlenet2 `'C:\ProgramData\Battle.net\Setup\<game>\*.log'`
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`
* for epic, create a desktop shortcut (on launcher manage on tree dot menu then create shortcut) and extract the id from the URL field in the created shortcut properties, it will be something like: `com.epicgames.launcher://apps/<id will be here>?action=launch&silent=true`
* `exe=BlackOps4.exe` game exe that bnetlauncher will look for after launch, can use `%` as a wildcard ie `Diablo III%.exe`
to support 32 and 64 bit builds of the game.
* `options=noargs,waitforexit` list of comma separated options, currently supported:
Expand Down

0 comments on commit be8a815

Please sign in to comment.