mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 19:49:58 +08:00
📦 Game Update 13983
Okay, not actually a game update. But the offset files now have the build number, which is very cool indeed.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Fri, 22 Dec 2023 03:15:14 +0000
|
||||
* Sat, 30 Dec 2023 03:17:26 +0000
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@@ -44,6 +44,10 @@ namespace engine2_dll { // engine2.dll
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x596E18;
|
||||
}
|
||||
|
||||
namespace game_info { // Some additional information about the game at dump time
|
||||
constexpr std::ptrdiff_t buildNumber = 0x369F; // Game build number
|
||||
}
|
||||
|
||||
namespace inputsystem_dll { // inputsystem.dll
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x35760;
|
||||
}
|
||||
Reference in New Issue
Block a user