Skip to content

Commit

Permalink
Add Call of Duty HQ support (#93)
Browse files Browse the repository at this point in the history
* Support for MW3 2023
* COD HQ Support
  • Loading branch information
LazymanOnGithub authored Nov 24, 2024
1 parent e55fe37 commit 733d975
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ with minimal/no interaction with the battle.net client while still being automat
|codmw2019 | Call of Duty: Modern Warfare (2019) |
|codmw2crm | Call of Duty: Modern Warfare 2 Campaign Remastered |
|codmw2 | Call of Duty: Modern Warfare 2 + Warzone 2 |
|codhq | Call of Duty HQ (MW3 2023 and up) |
|cb4 | Crash Bandicoot 4: It's About Time |
|d2r | Diablo 2: Resurrected |
|d3 | Diablo 3 |
Expand Down Expand Up @@ -180,3 +181,4 @@ Explaining what each part does:
* github d3rt0xx for MW2 & WZ2.0 support
* github Sectimus for Diablo IV support
* github Sectimus for WoW Classic Era support
* github LazymanOnGithub for MW3 2023 support
3 changes: 1 addition & 2 deletions bnetlauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Resources;
// Copyright (C) 2016-2018 madalien.com
// This file is part of bnetlauncher.
//
// bnetlauncher is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
Expand Down Expand Up @@ -50,6 +49,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.23.*")]
[assembly: AssemblyVersion("2.24.*")]
//[assembly: AssemblyFileVersion("2.23.*")]
[assembly: NeutralResourcesLanguage("en")]
7 changes: 7 additions & 0 deletions bnetlauncher/Resources/gamesdb.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name=Call of Duty: MWII | WZ2.0
client=battlenet
cmd=AUKS
exe=cod22-cod.exe
options=waitforexit

[codhq]
name=Call of Duty HQ
client=battlenet
cmd=AUKS
exe=cod.exe
options=waitforexit

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Version History
---------------
2.24
+ Added Call of Duty HQ support for MW2, MW3 and up.

2.23
+ Added World of Warcraft Classic Era support courtesy of Sectimus

Expand Down

0 comments on commit 733d975

Please sign in to comment.