Add game info

This commit is contained in:
a2x
2024-01-23 16:18:20 +10:00
parent 525e41d33b
commit af4f2b7171
74 changed files with 98 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Tue, 23 Jan 2024 00:52:46 +0000
* Tue, 23 Jan 2024 06:17:35 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]
@@ -42,6 +42,10 @@ pub mod engine2_dll { // engine2.dll
pub const dwWindowWidth: usize = 0x597E08;
}
pub mod game_info { // Some additional information about the game at dump time
pub const buildNumber: usize = 0x36A1; // Game build number
}
pub mod inputsystem_dll { // inputsystem.dll
pub const dwInputSystem: usize = 0x35760;
}