File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ with minimal/no interaction with the battle.net client while still being automat
4141| d2r | Diablo 2: Resurrected |
4242| d3 | Diablo 3 |
4343| d3ptr | Diablo 3 Public Test Realm |
44+ | di | Diablo Immortal |
4445| hs | Heartstone |
4546| hots | Heroes of the Storm |
4647| ow | Overwatch |
@@ -134,12 +135,12 @@ However it is possible to create a new entry using a different name to use custo
134135Example entry:
135136
136137```
137- [codbo4]
138- name=Call of Duty: Black Ops 4
139- client=battlenet
140- cmd=VIPR
141- exe=BlackOps4.exe
142- options=noargs,waitforexit
138+ [codbo4]
139+ name=Call of Duty: Black Ops 4
140+ client=battlenet
141+ cmd=VIPR
142+ exe=BlackOps4.exe
143+ options=noargs,waitforexit
143144```
144145Explaining what each part does:
145146
@@ -173,3 +174,4 @@ Explaining what each part does:
173174* /u/malecden, Maverick, /u/sumphatguy and others for their help pointing out bugs.
174175* github jbzdarkid for fixing some typos in the documentation.
175176* github jacobmix for crash bandicoot 4 addition
177+ * github KyleStilkey for Diablo Immortal support
Original file line number Diff line number Diff line change 5050// Build Number
5151// Revision
5252//
53- [ assembly: AssemblyVersion ( "2.16 .*" ) ]
54- //[assembly: AssemblyFileVersion("2.16 .*")]
53+ [ assembly: AssemblyVersion ( "2.17 .*" ) ]
54+ //[assembly: AssemblyFileVersion("2.17 .*")]
5555[ assembly: NeutralResourcesLanguage ( "en" ) ]
Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ client=battlenet2
100100cmd=d3t
101101exe=Diablo III%.exe
102102
103+ [di]
104+ name=Diablo Immortal
105+ client=battlenet
106+ cmd=ANBS
107+ exe=DiabloImmortal.exe
108+
103109[w3]
104110name=Warcraft 3: Reforged
105111client=battlenet
Original file line number Diff line number Diff line change 11Version History
22---------------
3+
4+ 2.17
5+ + Added Diablo Immortal support courtesy of KyleStilkey
6+
372.16
48+ Added Call of Duty: Vanguard support
59
You can’t perform that action at this time.
0 commit comments