📦 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:
Janek
2023-12-30 04:18:05 +01:00
parent 78be5fb378
commit ac4064c740
74 changed files with 98 additions and 72 deletions

View File

@@ -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
*/
#![allow(non_snake_case, non_upper_case_globals)]
@@ -42,6 +42,10 @@ pub mod engine2_dll { // engine2.dll
pub const dwWindowWidth: usize = 0x596E18;
}
pub mod game_info { // Some additional information about the game at dump time
pub const buildNumber: usize = 0x369F; // Game build number
}
pub mod inputsystem_dll { // inputsystem.dll
pub const dwInputSystem: usize = 0x35760;
}