Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Call of Duty HQ support #93

Merged
merged 9 commits into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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