Skip to content

Commit

Permalink
feat: ✨ Diablo Immortal support (#73)
Browse files Browse the repository at this point in the history
* feat: ✨ Diablo Immortal support
* chore: 🔖 Tag for a new release
  • Loading branch information
dafzor authored Jun 17, 2022
1 parent ec76eac commit 3cfb0c8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ with minimal/no interaction with the battle.net client while still being automat
|d2r | Diablo 2: Resurrected |
|d3 | Diablo 3 |
|d3ptr | Diablo 3 Public Test Realm |
|di | Diablo Immortal |
|hs | Heartstone |
|hots | Heroes of the Storm |
|ow | Overwatch |
Expand Down Expand Up @@ -134,12 +135,12 @@ However it is possible to create a new entry using a different name to use custo
Example entry:

```
[codbo4]
name=Call of Duty: Black Ops 4
client=battlenet
cmd=VIPR
exe=BlackOps4.exe
options=noargs,waitforexit
[codbo4]
name=Call of Duty: Black Ops 4
client=battlenet
cmd=VIPR
exe=BlackOps4.exe
options=noargs,waitforexit
```
Explaining what each part does:

Expand Down Expand Up @@ -173,3 +174,4 @@ Explaining what each part does:
* /u/malecden, Maverick, /u/sumphatguy and others for their help pointing out bugs.
* github jbzdarkid for fixing some typos in the documentation.
* github jacobmix for crash bandicoot 4 addition
* github KyleStilkey for Diablo Immortal support
4 changes: 2 additions & 2 deletions bnetlauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.16.*")]
//[assembly: AssemblyFileVersion("2.16.*")]
[assembly: AssemblyVersion("2.17.*")]
//[assembly: AssemblyFileVersion("2.17.*")]
[assembly: NeutralResourcesLanguage("en")]
6 changes: 6 additions & 0 deletions bnetlauncher/Resources/gamesdb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ client=battlenet2
cmd=d3t
exe=Diablo III%.exe
[di]
name=Diablo Immortal
client=battlenet
cmd=ANBS
exe=DiabloImmortal.exe
[w3]
name=Warcraft 3: Reforged
client=battlenet
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Version History
---------------

2.17
+ Added Diablo Immortal support courtesy of KyleStilkey

2.16
+ Added Call of Duty: Vanguard support

Expand Down

0 comments on commit 3cfb0c8

Please sign in to comment.