Skip to content

Commit

Permalink
Add support for Diablo IV full release and remove Diablo IV beta supp…
Browse files Browse the repository at this point in the history
…ort. (#90)

* removed diablo 4 beta support and replaced with the full release version
  • Loading branch information
Sectimus committed Jun 2, 2023
1 parent a92259b commit 4d76ccb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 |
|d4beta | Diablo IV Beta |
|d4 | Diablo IV |
|di | Diablo Immortal |
|hs | Heartstone |
|hots | Heroes of the Storm |
Expand Down Expand Up @@ -177,4 +177,4 @@ Explaining what each part does:
* github jacobmix for crash bandicoot 4 addition
* github KyleStilkey for Diablo Immortal support
* github d3rt0xx for MW2 & WZ2.0 support
* github Sectimus for Diablo IV Beta support
* github Sectimus for Diablo IV 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.19.*")]
//[assembly: AssemblyFileVersion("2.19.*")]
[assembly: AssemblyVersion("2.22.*")]
//[assembly: AssemblyFileVersion("2.22.*")]
[assembly: NeutralResourcesLanguage("en")]
8 changes: 4 additions & 4 deletions bnetlauncher/Resources/gamesdb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ client=battlenet2
cmd=d3t
exe=Diablo III%.exe
[d4beta]
name=Diablo 4 Beta
client=battlenet2
cmd=fenrisb
[d4]
name=Diablo 4
client=battlenet
cmd=Fen
exe=Diablo IV.exe
[di]
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Version History
---------------
2.21
+ Changed Diablo IV launch argument based on license change

2.20
+ Added Diablo IV support and removing Diablo IV Beta support courtesy of Sectimus

2.19
+ Added Diablo IV Beta support courtesy of Sectimus
Expand Down

0 comments on commit 4d76ccb

Please sign in to comment.