@@ -41,6 +41,7 @@ the game starts, otherwise it will be left running.
41
41
| codbo4 | Call of Duty: Black Ops 4 |
42
42
| codmw2019 | Call of Duty: Modern Warfare (2019) |
43
43
| codmw2crm | Call of Duty: Modern Warfare 2 Campaign Remastered |
44
+ | codbocw | Call of Duty: Back Ops Cold War |
44
45
45
46
the result should look something like this:
46
47
@@ -129,12 +130,14 @@ Explaining what each part does:
129
130
130
131
* ` [codbo4] ` name used with bnetlauncher that identifies the settings to use (ex: ` bnetlauncher.exe codbo4 ` )
131
132
* ` name=Call of Duty: Black Ops 4 ` a friendly name for the game used for error and help messages
132
- * ` client=battlenet ` the client module used to launch the game, currently there's battlenet and battlenet2 ,
133
- difference bettwen the two is that battlenet2 can launch ptr/classic version of games but could be less reliable then battlenet.
134
- * ` cmd=VIPR ` command to launch the game, for the battlenet it's a special id that allows direct launching of the game, with battlenet2
135
- it's the game's productCode. Those values can be discovered by looking at logs in different locations:
133
+ * ` client=battlenet ` the client module used to launch the game, currently there's battlenet, battlenet2 and epic ,
134
+ difference bettwen the two battlenet is that battlenet2 can launch ptr/classic version of games but could be less reliable then battlenet.
135
+ * ` cmd=VIPR ` command to launch the game, for the battlenet it's a special id that allows direct launching of the game, be aware that this value is
136
+ case sensitive! With battlenet2 it's the game's productCode. Those values can be discovered by looking at logs in different locations:
136
137
* for battlenet ` '%LOCALAPPDATA%\Battle.net\Logs\battle.net*.log' `
137
138
* for battlenet2 ` 'C:\ProgramData\Battle.net\Setup\<game>\*.log' `
139
+ In the case of epic, just create a desktop shortcut and extract the id from the properties, it will be something like:
140
+ * ` com.epicgames.launcher://apps/<id will be here>?action=launch&silent=true `
138
141
* ` exe=BlackOps4.exe ` game exe that bnetlauncher will look for after launch, can use ` % ` as a wildcard ie ` Diablo III%.exe `
139
142
to support 32 and 64 bit builds of the game.
140
143
* ` options=noargs,waitforexit ` list of comma separated options, currently supported:
@@ -143,6 +146,8 @@ Explaining what each part does:
143
146
* ` nolaunch ` don't directly launch the game but just open the client and try to find the game for an additional 60s. This can be
144
147
used launch a game and give time to select a region or other unsuported options.
145
148
* ` notask ` doesn't start the client trough a scheduled task, this will make the steam overlay also apply to the battle.net client
149
+ * ` noadmin ` tries to apply compatibility flags to the game to avoid calling the UAC, this is an untested hack that can break the game
150
+ ** do not use unless you know what you're doing** .
146
151
147
152
## Special Thanks
148
153
0 commit comments