Skip to content

Commit 3cfb0c8

Browse files
authored
feat: ✨ Diablo Immortal support (#73)
* feat: ✨ Diablo Immortal support * chore: 🔖 Tag for a new release
1 parent ec76eac commit 3cfb0c8

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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
134135
Example 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
```
144145
Explaining 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

bnetlauncher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
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")]

bnetlauncher/Resources/gamesdb.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ client=battlenet2
100100
cmd=d3t
101101
exe=Diablo III%.exe
102102
103+
[di]
104+
name=Diablo Immortal
105+
client=battlenet
106+
cmd=ANBS
107+
exe=DiabloImmortal.exe
108+
103109
[w3]
104110
name=Warcraft 3: Reforged
105111
client=battlenet

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Version History
22
---------------
3+
4+
2.17
5+
+ Added Diablo Immortal support courtesy of KyleStilkey
6+
37
2.16
48
+ Added Call of Duty: Vanguard support
59

0 commit comments

Comments
 (0)