File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ with minimal/no interaction with the battle.net client while still being automat
37
37
| codbocw | Call of Duty: Black Ops Cold War |
38
38
| codmw2019 | Call of Duty: Modern Warfare (2019) |
39
39
| codmw2crm | Call of Duty: Modern Warfare 2 Campaign Remastered |
40
+ | codmw2 | Call of Duty: Modern Warfare 2 + Warzone 2 |
40
41
| cb4 | Crash Bandicoot 4: It's About Time |
41
42
| d2r | Diablo 2: Resurrected |
42
43
| d3 | Diablo 3 |
@@ -175,3 +176,4 @@ Explaining what each part does:
175
176
* github jbzdarkid for fixing some typos in the documentation.
176
177
* github jacobmix for crash bandicoot 4 addition
177
178
* github KyleStilkey for Diablo Immortal support
179
+ * github d3rt0xx for MW2 & WZ2.0 support
Original file line number Diff line number Diff line change 50
50
// Build Number
51
51
// Revision
52
52
//
53
- [ assembly: AssemblyVersion ( "2.17 .*" ) ]
54
- //[assembly: AssemblyFileVersion("2.17 .*")]
53
+ [ assembly: AssemblyVersion ( "2.18 .*" ) ]
54
+ //[assembly: AssemblyFileVersion("2.18 .*")]
55
55
[ assembly: NeutralResourcesLanguage ( "en" ) ]
Original file line number Diff line number Diff line change 1
1
Version History
2
2
---------------
3
3
4
+ 2.18
5
+ + Added Call of Duty: Modern Warfare 2 + Warzone 2 support courtesy of d3rt0xx
6
+ + Added Epic Borderlands 3 support
7
+
4
8
2.17
5
9
+ Added Diablo Immortal support courtesy of KyleStilkey
6
10
You can’t perform that action at this time.
0 commit comments