From 97c24db1056384d0cc26f7ba4fa3c130e4947764 Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Sat, 28 Mar 2026 09:29:38 +1000 Subject: [PATCH] Game update (14141) (2) --- output/animationsystem_dll.cs | 2 +- output/animationsystem_dll.hpp | 2 +- output/animationsystem_dll.rs | 2 +- output/animationsystem_dll.zig | 2 +- output/buttons.cs | 34 +++++----- output/buttons.hpp | 34 +++++----- output/buttons.json | 32 ++++----- output/buttons.rs | 34 +++++----- output/buttons.zig | 34 +++++----- output/client_dll.cs | 2 +- output/client_dll.hpp | 2 +- output/client_dll.rs | 2 +- output/client_dll.zig | 2 +- output/engine2_dll.cs | 2 +- output/engine2_dll.hpp | 2 +- output/engine2_dll.rs | 2 +- output/engine2_dll.zig | 2 +- output/host_dll.cs | 2 +- output/host_dll.hpp | 2 +- output/host_dll.rs | 2 +- output/host_dll.zig | 2 +- output/info.json | 2 +- output/interfaces.cs | 114 +++++++++++++++++--------------- output/interfaces.hpp | 114 +++++++++++++++++--------------- output/interfaces.json | 111 ++++++++++++++++--------------- output/interfaces.rs | 114 +++++++++++++++++--------------- output/interfaces.zig | 110 +++++++++++++++--------------- output/materialsystem2_dll.cs | 2 +- output/materialsystem2_dll.hpp | 2 +- output/materialsystem2_dll.rs | 2 +- output/materialsystem2_dll.zig | 2 +- output/networksystem_dll.cs | 2 +- output/networksystem_dll.hpp | 2 +- output/networksystem_dll.rs | 2 +- output/networksystem_dll.zig | 2 +- output/offsets.cs | 40 +++++------ output/offsets.hpp | 40 +++++------ output/offsets.json | 38 +++++------ output/offsets.rs | 40 +++++------ output/offsets.zig | 40 +++++------ output/panorama_dll.cs | 2 +- output/panorama_dll.hpp | 2 +- output/panorama_dll.rs | 2 +- output/panorama_dll.zig | 2 +- output/particles_dll.cs | 2 +- output/particles_dll.hpp | 2 +- output/particles_dll.rs | 2 +- output/particles_dll.zig | 2 +- output/pulse_system_dll.cs | 2 +- output/pulse_system_dll.hpp | 2 +- output/pulse_system_dll.rs | 2 +- output/pulse_system_dll.zig | 2 +- output/rendersystemdx11_dll.cs | 2 +- output/rendersystemdx11_dll.hpp | 2 +- output/rendersystemdx11_dll.rs | 2 +- output/rendersystemdx11_dll.zig | 2 +- output/resourcesystem_dll.cs | 2 +- output/resourcesystem_dll.hpp | 2 +- output/resourcesystem_dll.rs | 2 +- output/resourcesystem_dll.zig | 2 +- output/scenesystem_dll.cs | 2 +- output/scenesystem_dll.hpp | 2 +- output/scenesystem_dll.rs | 2 +- output/scenesystem_dll.zig | 2 +- output/schemasystem_dll.cs | 2 +- output/schemasystem_dll.hpp | 2 +- output/schemasystem_dll.rs | 2 +- output/schemasystem_dll.zig | 2 +- output/server_dll.cs | 2 +- output/server_dll.hpp | 2 +- output/server_dll.rs | 2 +- output/server_dll.zig | 48 +++++++------- output/soundsystem_dll.cs | 2 +- output/soundsystem_dll.hpp | 2 +- output/soundsystem_dll.rs | 2 +- output/soundsystem_dll.zig | 2 +- output/steamaudio_dll.cs | 2 +- output/steamaudio_dll.hpp | 2 +- output/steamaudio_dll.rs | 2 +- output/steamaudio_dll.zig | 2 +- output/vphysics2_dll.cs | 2 +- output/vphysics2_dll.hpp | 2 +- output/vphysics2_dll.rs | 2 +- output/vphysics2_dll.zig | 2 +- output/worldrenderer_dll.cs | 2 +- output/worldrenderer_dll.hpp | 2 +- output/worldrenderer_dll.rs | 2 +- output/worldrenderer_dll.zig | 2 +- rust-toolchain.toml | 2 - 89 files changed, 569 insertions(+), 554 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/output/animationsystem_dll.cs b/output/animationsystem_dll.cs index d73bd63e..01e6bd0f 100644 --- a/output/animationsystem_dll.cs +++ b/output/animationsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: animationsystem.dll diff --git a/output/animationsystem_dll.hpp b/output/animationsystem_dll.hpp index 488fc196..b14f02d9 100644 --- a/output/animationsystem_dll.hpp +++ b/output/animationsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/animationsystem_dll.rs b/output/animationsystem_dll.rs index 5b8f7d62..8e61ff17 100644 --- a/output/animationsystem_dll.rs +++ b/output/animationsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/animationsystem_dll.zig b/output/animationsystem_dll.zig index bbc76dad..6090a2a2 100644 --- a/output/animationsystem_dll.zig +++ b/output/animationsystem_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/buttons.cs b/output/buttons.cs index 609482c7..1b69d194 100644 --- a/output/buttons.cs +++ b/output/buttons.cs @@ -1,24 +1,24 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper { // Module: client.dll public static class Buttons { - public const nint attack = 0x20628F0; - public const nint attack2 = 0x2062980; - public const nint back = 0x2062BC0; - public const nint duck = 0x2062E90; - public const nint forward = 0x2062B30; - public const nint jump = 0x2062E00; - public const nint left = 0x2062C50; - public const nint lookatweapon = 0x2319EE0; - public const nint reload = 0x2062860; - public const nint right = 0x2062CE0; - public const nint showscores = 0x2319DC0; - public const nint sprint = 0x20627D0; - public const nint turnleft = 0x2062A10; - public const nint turnright = 0x2062AA0; - public const nint use = 0x2062D70; - public const nint zoom = 0x2319E50; + public const nint attack = 0x2063760; + public const nint attack2 = 0x20637F0; + public const nint back = 0x2063A30; + public const nint duck = 0x2063D00; + public const nint forward = 0x20639A0; + public const nint jump = 0x2063C70; + public const nint left = 0x2063AC0; + public const nint lookatweapon = 0x231B200; + public const nint reload = 0x20636D0; + public const nint right = 0x2063B50; + public const nint showscores = 0x231B0E0; + public const nint sprint = 0x2063640; + public const nint turnleft = 0x2063880; + public const nint turnright = 0x2063910; + public const nint use = 0x2063BE0; + public const nint zoom = 0x231B170; } } diff --git a/output/buttons.hpp b/output/buttons.hpp index 5f501e6c..f897db07 100644 --- a/output/buttons.hpp +++ b/output/buttons.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once @@ -9,21 +9,21 @@ namespace cs2_dumper { // Module: client.dll namespace buttons { - constexpr std::ptrdiff_t attack = 0x20628F0; - constexpr std::ptrdiff_t attack2 = 0x2062980; - constexpr std::ptrdiff_t back = 0x2062BC0; - constexpr std::ptrdiff_t duck = 0x2062E90; - constexpr std::ptrdiff_t forward = 0x2062B30; - constexpr std::ptrdiff_t jump = 0x2062E00; - constexpr std::ptrdiff_t left = 0x2062C50; - constexpr std::ptrdiff_t lookatweapon = 0x2319EE0; - constexpr std::ptrdiff_t reload = 0x2062860; - constexpr std::ptrdiff_t right = 0x2062CE0; - constexpr std::ptrdiff_t showscores = 0x2319DC0; - constexpr std::ptrdiff_t sprint = 0x20627D0; - constexpr std::ptrdiff_t turnleft = 0x2062A10; - constexpr std::ptrdiff_t turnright = 0x2062AA0; - constexpr std::ptrdiff_t use = 0x2062D70; - constexpr std::ptrdiff_t zoom = 0x2319E50; + constexpr std::ptrdiff_t attack = 0x2063760; + constexpr std::ptrdiff_t attack2 = 0x20637F0; + constexpr std::ptrdiff_t back = 0x2063A30; + constexpr std::ptrdiff_t duck = 0x2063D00; + constexpr std::ptrdiff_t forward = 0x20639A0; + constexpr std::ptrdiff_t jump = 0x2063C70; + constexpr std::ptrdiff_t left = 0x2063AC0; + constexpr std::ptrdiff_t lookatweapon = 0x231B200; + constexpr std::ptrdiff_t reload = 0x20636D0; + constexpr std::ptrdiff_t right = 0x2063B50; + constexpr std::ptrdiff_t showscores = 0x231B0E0; + constexpr std::ptrdiff_t sprint = 0x2063640; + constexpr std::ptrdiff_t turnleft = 0x2063880; + constexpr std::ptrdiff_t turnright = 0x2063910; + constexpr std::ptrdiff_t use = 0x2063BE0; + constexpr std::ptrdiff_t zoom = 0x231B170; } } diff --git a/output/buttons.json b/output/buttons.json index 3b24e45c..0c525914 100644 --- a/output/buttons.json +++ b/output/buttons.json @@ -1,20 +1,20 @@ { "client.dll": { - "attack": 33958128, - "attack2": 33958272, - "back": 33958848, - "duck": 33959568, - "forward": 33958704, - "jump": 33959424, - "left": 33958992, - "lookatweapon": 36806368, - "reload": 33957984, - "right": 33959136, - "showscores": 36806080, - "sprint": 33957840, - "turnleft": 33958416, - "turnright": 33958560, - "use": 33959280, - "zoom": 36806224 + "attack": 33961824, + "attack2": 33961968, + "back": 33962544, + "duck": 33963264, + "forward": 33962400, + "jump": 33963120, + "left": 33962688, + "lookatweapon": 36811264, + "reload": 33961680, + "right": 33962832, + "showscores": 36810976, + "sprint": 33961536, + "turnleft": 33962112, + "turnright": 33962256, + "use": 33962976, + "zoom": 36811120 } } \ No newline at end of file diff --git a/output/buttons.rs b/output/buttons.rs index a4ed985e..e92d6db5 100644 --- a/output/buttons.rs +++ b/output/buttons.rs @@ -1,26 +1,26 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, unused)] pub mod cs2_dumper { // Module: client.dll pub mod buttons { - pub const attack: usize = 0x20628F0; - pub const attack2: usize = 0x2062980; - pub const back: usize = 0x2062BC0; - pub const duck: usize = 0x2062E90; - pub const forward: usize = 0x2062B30; - pub const jump: usize = 0x2062E00; - pub const left: usize = 0x2062C50; - pub const lookatweapon: usize = 0x2319EE0; - pub const reload: usize = 0x2062860; - pub const right: usize = 0x2062CE0; - pub const showscores: usize = 0x2319DC0; - pub const sprint: usize = 0x20627D0; - pub const turnleft: usize = 0x2062A10; - pub const turnright: usize = 0x2062AA0; - pub const r#use: usize = 0x2062D70; - pub const zoom: usize = 0x2319E50; + pub const attack: usize = 0x2063760; + pub const attack2: usize = 0x20637F0; + pub const back: usize = 0x2063A30; + pub const duck: usize = 0x2063D00; + pub const forward: usize = 0x20639A0; + pub const jump: usize = 0x2063C70; + pub const left: usize = 0x2063AC0; + pub const lookatweapon: usize = 0x231B200; + pub const reload: usize = 0x20636D0; + pub const right: usize = 0x2063B50; + pub const showscores: usize = 0x231B0E0; + pub const sprint: usize = 0x2063640; + pub const turnleft: usize = 0x2063880; + pub const turnright: usize = 0x2063910; + pub const r#use: usize = 0x2063BE0; + pub const zoom: usize = 0x231B170; } } diff --git a/output/buttons.zig b/output/buttons.zig index b028baf0..ed6ddab5 100644 --- a/output/buttons.zig +++ b/output/buttons.zig @@ -1,24 +1,24 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { // Module: client.dll pub const buttons = struct { - pub const attack: usize = 0x20618F0; - pub const attack2: usize = 0x2061980; - pub const back: usize = 0x2061BC0; - pub const duck: usize = 0x2061E90; - pub const forward: usize = 0x2061B30; - pub const jump: usize = 0x2061E00; - pub const left: usize = 0x2061C50; - pub const lookatweapon: usize = 0x2318EE0; - pub const reload: usize = 0x2061860; - pub const right: usize = 0x2061CE0; - pub const showscores: usize = 0x2318DC0; - pub const sprint: usize = 0x20617D0; - pub const turnleft: usize = 0x2061A10; - pub const turnright: usize = 0x2061AA0; - pub const use: usize = 0x2061D70; - pub const zoom: usize = 0x2318E50; + pub const attack: usize = 0x2063760; + pub const attack2: usize = 0x20637F0; + pub const back: usize = 0x2063A30; + pub const duck: usize = 0x2063D00; + pub const forward: usize = 0x20639A0; + pub const jump: usize = 0x2063C70; + pub const left: usize = 0x2063AC0; + pub const lookatweapon: usize = 0x231B200; + pub const reload: usize = 0x20636D0; + pub const right: usize = 0x2063B50; + pub const showscores: usize = 0x231B0E0; + pub const sprint: usize = 0x2063640; + pub const turnleft: usize = 0x2063880; + pub const turnright: usize = 0x2063910; + pub const use: usize = 0x2063BE0; + pub const zoom: usize = 0x231B170; }; }; diff --git a/output/client_dll.cs b/output/client_dll.cs index ffe002af..d1c69fb8 100644 --- a/output/client_dll.cs +++ b/output/client_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: client.dll diff --git a/output/client_dll.hpp b/output/client_dll.hpp index 7aa1dbfd..ae60094c 100644 --- a/output/client_dll.hpp +++ b/output/client_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/client_dll.rs b/output/client_dll.rs index b6fcf0e0..775bc3f9 100644 --- a/output/client_dll.rs +++ b/output/client_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/client_dll.zig b/output/client_dll.zig index 00b5251f..c12a07e6 100644 --- a/output/client_dll.zig +++ b/output/client_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/engine2_dll.cs b/output/engine2_dll.cs index c6423e6d..ca6046a0 100644 --- a/output/engine2_dll.cs +++ b/output/engine2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: engine2.dll diff --git a/output/engine2_dll.hpp b/output/engine2_dll.hpp index 4165f321..ea46147c 100644 --- a/output/engine2_dll.hpp +++ b/output/engine2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/engine2_dll.rs b/output/engine2_dll.rs index 67d99d70..ebfdb7ad 100644 --- a/output/engine2_dll.rs +++ b/output/engine2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/engine2_dll.zig b/output/engine2_dll.zig index 2d8b1ea5..fa1de1fe 100644 --- a/output/engine2_dll.zig +++ b/output/engine2_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/host_dll.cs b/output/host_dll.cs index 5bff7248..2868a70e 100644 --- a/output/host_dll.cs +++ b/output/host_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: host.dll diff --git a/output/host_dll.hpp b/output/host_dll.hpp index 45bd9be5..d4a67843 100644 --- a/output/host_dll.hpp +++ b/output/host_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/host_dll.rs b/output/host_dll.rs index 22bdaf2e..8ea71519 100644 --- a/output/host_dll.rs +++ b/output/host_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/host_dll.zig b/output/host_dll.zig index f202c706..7b5ee92d 100644 --- a/output/host_dll.zig +++ b/output/host_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/info.json b/output/info.json index c94567f3..0f1265ba 100644 --- a/output/info.json +++ b/output/info.json @@ -1,4 +1,4 @@ { "build_number": 14141, - "timestamp": "2026-03-19T10:05:24.652271200+00:00" + "timestamp": "2026-03-27T23:29:07.271766300+00:00" } \ No newline at end of file diff --git a/output/interfaces.cs b/output/interfaces.cs index 58953196..9f5671fe 100644 --- a/output/interfaces.cs +++ b/output/interfaces.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Interfaces { // Module: animationsystem.dll @@ -9,49 +9,49 @@ namespace CS2Dumper.Interfaces { } // Module: client.dll public static class ClientDll { - public const nint ClientToolsInfo_001 = 0x2062120; - public const nint EmptyWorldService001_Client = 0x201BF90; - public const nint GameClientExports001 = 0x205EE00; - public const nint LegacyGameUI001 = 0x207C650; - public const nint Source2Client002 = 0x2308DE0; - public const nint Source2ClientConfig001 = 0x228CEE0; - public const nint Source2ClientPrediction001 = 0x2069A60; - public const nint Source2ClientUI001 = 0x207AEE0; + public const nint ClientToolsInfo_001 = 0x2062F90; + public const nint EmptyWorldService001_Client = 0x201CE60; + public const nint GameClientExports001 = 0x205FC70; + public const nint LegacyGameUI001 = 0x207D4D0; + public const nint Source2Client002 = 0x2309DD0; + public const nint Source2ClientConfig001 = 0x228DF00; + public const nint Source2ClientPrediction001 = 0x206A8F0; + public const nint Source2ClientUI001 = 0x207BD60; } // Module: engine2.dll public static class Engine2Dll { - public const nint BenchmarkService001 = 0x6138E0; - public const nint BugService001 = 0x8C8D70; - public const nint ClientServerEngineLoopService_001 = 0x90A410; - public const nint EngineGameUI001 = 0x6112E0; - public const nint EngineServiceMgr001 = 0x909CC0; - public const nint GameEventSystemClientV001 = 0x909FA0; - public const nint GameEventSystemServerV001 = 0x90A0D0; - public const nint GameResourceServiceClientV001 = 0x6139E0; - public const nint GameResourceServiceServerV001 = 0x613A40; - public const nint GameUIService_001 = 0x8C91A0; - public const nint HostStateMgr001 = 0x614260; - public const nint INETSUPPORT_001 = 0x60C8E0; - public const nint InputService_001 = 0x8C9490; - public const nint KeyValueCache001 = 0x614310; - public const nint MapListService_001 = 0x908300; - public const nint NetworkClientService_001 = 0x908490; - public const nint NetworkP2PService_001 = 0x9087D0; - public const nint NetworkServerService_001 = 0x908980; - public const nint NetworkService_001 = 0x613BB0; - public const nint RenderService_001 = 0x908BF0; - public const nint ScreenshotService001 = 0x908EB0; - public const nint SimpleEngineLoopService_001 = 0x614370; - public const nint SoundService_001 = 0x613BF0; - public const nint Source2EngineToClient001 = 0x610BE0; - public const nint Source2EngineToClientStringTable001 = 0x610C40; - public const nint Source2EngineToServer001 = 0x610CB8; - public const nint Source2EngineToServerStringTable001 = 0x610CE0; - public const nint SplitScreenService_001 = 0x613ED0; - public const nint StatsService_001 = 0x909270; - public const nint ToolService_001 = 0x614090; - public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x611370; - public const nint VProfService_001 = 0x6140D0; + public const nint BenchmarkService001 = 0x614930; + public const nint BugService001 = 0x8C9E10; + public const nint ClientServerEngineLoopService_001 = 0x90B4B0; + public const nint EngineGameUI001 = 0x6122E0; + public const nint EngineServiceMgr001 = 0x90AD60; + public const nint GameEventSystemClientV001 = 0x90B040; + public const nint GameEventSystemServerV001 = 0x90B170; + public const nint GameResourceServiceClientV001 = 0x614A30; + public const nint GameResourceServiceServerV001 = 0x614A90; + public const nint GameUIService_001 = 0x8CA240; + public const nint HostStateMgr001 = 0x6152B0; + public const nint INETSUPPORT_001 = 0x60D8E0; + public const nint InputService_001 = 0x8CA530; + public const nint KeyValueCache001 = 0x615360; + public const nint MapListService_001 = 0x9093A0; + public const nint NetworkClientService_001 = 0x909530; + public const nint NetworkP2PService_001 = 0x909870; + public const nint NetworkServerService_001 = 0x909A20; + public const nint NetworkService_001 = 0x614C00; + public const nint RenderService_001 = 0x909C90; + public const nint ScreenshotService001 = 0x909F50; + public const nint SimpleEngineLoopService_001 = 0x6153C0; + public const nint SoundService_001 = 0x614C40; + public const nint Source2EngineToClient001 = 0x611BE0; + public const nint Source2EngineToClientStringTable001 = 0x611C40; + public const nint Source2EngineToServer001 = 0x611CB8; + public const nint Source2EngineToServerStringTable001 = 0x611CE0; + public const nint SplitScreenService_001 = 0x614F20; + public const nint StatsService_001 = 0x90A310; + public const nint ToolService_001 = 0x6150E0; + public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x612370; + public const nint VProfService_001 = 0x615120; } // Module: filesystem_stdio.dll public static class FilesystemStdioDll { @@ -105,10 +105,10 @@ namespace CS2Dumper.Interfaces { } // Module: networksystem.dll public static class NetworksystemDll { - public const nint FlattenedSerializersVersion001 = 0x27A770; - public const nint NetworkMessagesVersion001 = 0x2A2880; - public const nint NetworkSystemVersion001 = 0x293F30; - public const nint SerializedEntitiesVersion001 = 0x294020; + public const nint FlattenedSerializersVersion001 = 0x27B7C0; + public const nint NetworkMessagesVersion001 = 0x2A3950; + public const nint NetworkSystemVersion001 = 0x294F80; + public const nint SerializedEntitiesVersion001 = 0x295070; } // Module: panorama.dll public static class PanoramaDll { @@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces { } // Module: server.dll public static class ServerDll { - public const nint EmptyWorldService001_Server = 0x1B76C10; - public const nint EntitySubclassUtilsV001 = 0x1B22160; - public const nint NavGameTest001 = 0x1C208F8; - public const nint ServerToolsInfo_001 = 0x1BD1B88; - public const nint Source2GameClients001 = 0x1BCEC00; - public const nint Source2GameDirector001 = 0x1D60A90; - public const nint Source2GameEntities001 = 0x1BD1290; - public const nint Source2Server001 = 0x1BD10F0; - public const nint Source2ServerConfig001 = 0x1E55988; - public const nint customnavsystem001 = 0x1B00F18; + public const nint EmptyWorldService001_Server = 0x1B78A90; + public const nint EntitySubclassUtilsV001 = 0x1B24160; + public const nint NavGameTest001 = 0x1C226D8; + public const nint ServerToolsInfo_001 = 0x1BD3978; + public const nint Source2GameClients001 = 0x1BD09F0; + public const nint Source2GameDirector001 = 0x1D628D0; + public const nint Source2GameEntities001 = 0x1BD3080; + public const nint Source2Server001 = 0x1BD2EE0; + public const nint Source2ServerConfig001 = 0x1E57B18; + public const nint customnavsystem001 = 0x1B02F58; } // Module: soundsystem.dll public static class SoundsystemDll { @@ -214,6 +214,10 @@ namespace CS2Dumper.Interfaces { public static class V8systemDll { public const nint Source2V8System001 = 0x316B0; } + // Module: vconcomm.dll + public static class VconcommDll { + public const nint VConComm001 = 0x39540; + } // Module: vphysics2.dll public static class Vphysics2Dll { public const nint VPhysics2_Handle_Interface_001 = 0x4000E0; diff --git a/output/interfaces.hpp b/output/interfaces.hpp index d69fecdb..dbbdbab1 100644 --- a/output/interfaces.hpp +++ b/output/interfaces.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once @@ -15,49 +15,49 @@ namespace cs2_dumper { } // Module: client.dll namespace client_dll { - constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x2062120; - constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x201BF90; - constexpr std::ptrdiff_t GameClientExports001 = 0x205EE00; - constexpr std::ptrdiff_t LegacyGameUI001 = 0x207C650; - constexpr std::ptrdiff_t Source2Client002 = 0x2308DE0; - constexpr std::ptrdiff_t Source2ClientConfig001 = 0x228CEE0; - constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x2069A60; - constexpr std::ptrdiff_t Source2ClientUI001 = 0x207AEE0; + constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x2062F90; + constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x201CE60; + constexpr std::ptrdiff_t GameClientExports001 = 0x205FC70; + constexpr std::ptrdiff_t LegacyGameUI001 = 0x207D4D0; + constexpr std::ptrdiff_t Source2Client002 = 0x2309DD0; + constexpr std::ptrdiff_t Source2ClientConfig001 = 0x228DF00; + constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x206A8F0; + constexpr std::ptrdiff_t Source2ClientUI001 = 0x207BD60; } // Module: engine2.dll namespace engine2_dll { - constexpr std::ptrdiff_t BenchmarkService001 = 0x6138E0; - constexpr std::ptrdiff_t BugService001 = 0x8C8D70; - constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x90A410; - constexpr std::ptrdiff_t EngineGameUI001 = 0x6112E0; - constexpr std::ptrdiff_t EngineServiceMgr001 = 0x909CC0; - constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x909FA0; - constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x90A0D0; - constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x6139E0; - constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x613A40; - constexpr std::ptrdiff_t GameUIService_001 = 0x8C91A0; - constexpr std::ptrdiff_t HostStateMgr001 = 0x614260; - constexpr std::ptrdiff_t INETSUPPORT_001 = 0x60C8E0; - constexpr std::ptrdiff_t InputService_001 = 0x8C9490; - constexpr std::ptrdiff_t KeyValueCache001 = 0x614310; - constexpr std::ptrdiff_t MapListService_001 = 0x908300; - constexpr std::ptrdiff_t NetworkClientService_001 = 0x908490; - constexpr std::ptrdiff_t NetworkP2PService_001 = 0x9087D0; - constexpr std::ptrdiff_t NetworkServerService_001 = 0x908980; - constexpr std::ptrdiff_t NetworkService_001 = 0x613BB0; - constexpr std::ptrdiff_t RenderService_001 = 0x908BF0; - constexpr std::ptrdiff_t ScreenshotService001 = 0x908EB0; - constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x614370; - constexpr std::ptrdiff_t SoundService_001 = 0x613BF0; - constexpr std::ptrdiff_t Source2EngineToClient001 = 0x610BE0; - constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x610C40; - constexpr std::ptrdiff_t Source2EngineToServer001 = 0x610CB8; - constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x610CE0; - constexpr std::ptrdiff_t SplitScreenService_001 = 0x613ED0; - constexpr std::ptrdiff_t StatsService_001 = 0x909270; - constexpr std::ptrdiff_t ToolService_001 = 0x614090; - constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x611370; - constexpr std::ptrdiff_t VProfService_001 = 0x6140D0; + constexpr std::ptrdiff_t BenchmarkService001 = 0x614930; + constexpr std::ptrdiff_t BugService001 = 0x8C9E10; + constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x90B4B0; + constexpr std::ptrdiff_t EngineGameUI001 = 0x6122E0; + constexpr std::ptrdiff_t EngineServiceMgr001 = 0x90AD60; + constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x90B040; + constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x90B170; + constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x614A30; + constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x614A90; + constexpr std::ptrdiff_t GameUIService_001 = 0x8CA240; + constexpr std::ptrdiff_t HostStateMgr001 = 0x6152B0; + constexpr std::ptrdiff_t INETSUPPORT_001 = 0x60D8E0; + constexpr std::ptrdiff_t InputService_001 = 0x8CA530; + constexpr std::ptrdiff_t KeyValueCache001 = 0x615360; + constexpr std::ptrdiff_t MapListService_001 = 0x9093A0; + constexpr std::ptrdiff_t NetworkClientService_001 = 0x909530; + constexpr std::ptrdiff_t NetworkP2PService_001 = 0x909870; + constexpr std::ptrdiff_t NetworkServerService_001 = 0x909A20; + constexpr std::ptrdiff_t NetworkService_001 = 0x614C00; + constexpr std::ptrdiff_t RenderService_001 = 0x909C90; + constexpr std::ptrdiff_t ScreenshotService001 = 0x909F50; + constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x6153C0; + constexpr std::ptrdiff_t SoundService_001 = 0x614C40; + constexpr std::ptrdiff_t Source2EngineToClient001 = 0x611BE0; + constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x611C40; + constexpr std::ptrdiff_t Source2EngineToServer001 = 0x611CB8; + constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x611CE0; + constexpr std::ptrdiff_t SplitScreenService_001 = 0x614F20; + constexpr std::ptrdiff_t StatsService_001 = 0x90A310; + constexpr std::ptrdiff_t ToolService_001 = 0x6150E0; + constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x612370; + constexpr std::ptrdiff_t VProfService_001 = 0x615120; } // Module: filesystem_stdio.dll namespace filesystem_stdio_dll { @@ -111,10 +111,10 @@ namespace cs2_dumper { } // Module: networksystem.dll namespace networksystem_dll { - constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x27A770; - constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x2A2880; - constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x293F30; - constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x294020; + constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x27B7C0; + constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x2A3950; + constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x294F80; + constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x295070; } // Module: panorama.dll namespace panorama_dll { @@ -163,16 +163,16 @@ namespace cs2_dumper { } // Module: server.dll namespace server_dll { - constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1B76C10; - constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1B22160; - constexpr std::ptrdiff_t NavGameTest001 = 0x1C208F8; - constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x1BD1B88; - constexpr std::ptrdiff_t Source2GameClients001 = 0x1BCEC00; - constexpr std::ptrdiff_t Source2GameDirector001 = 0x1D60A90; - constexpr std::ptrdiff_t Source2GameEntities001 = 0x1BD1290; - constexpr std::ptrdiff_t Source2Server001 = 0x1BD10F0; - constexpr std::ptrdiff_t Source2ServerConfig001 = 0x1E55988; - constexpr std::ptrdiff_t customnavsystem001 = 0x1B00F18; + constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1B78A90; + constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1B24160; + constexpr std::ptrdiff_t NavGameTest001 = 0x1C226D8; + constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x1BD3978; + constexpr std::ptrdiff_t Source2GameClients001 = 0x1BD09F0; + constexpr std::ptrdiff_t Source2GameDirector001 = 0x1D628D0; + constexpr std::ptrdiff_t Source2GameEntities001 = 0x1BD3080; + constexpr std::ptrdiff_t Source2Server001 = 0x1BD2EE0; + constexpr std::ptrdiff_t Source2ServerConfig001 = 0x1E57B18; + constexpr std::ptrdiff_t customnavsystem001 = 0x1B02F58; } // Module: soundsystem.dll namespace soundsystem_dll { @@ -220,6 +220,10 @@ namespace cs2_dumper { namespace v8system_dll { constexpr std::ptrdiff_t Source2V8System001 = 0x316B0; } + // Module: vconcomm.dll + namespace vconcomm_dll { + constexpr std::ptrdiff_t VConComm001 = 0x39540; + } // Module: vphysics2.dll namespace vphysics2_dll { constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x4000E0; diff --git a/output/interfaces.json b/output/interfaces.json index 465d2aec..44ee31d7 100644 --- a/output/interfaces.json +++ b/output/interfaces.json @@ -4,48 +4,48 @@ "AnimationSystem_001": 8299728 }, "client.dll": { - "ClientToolsInfo_001": 33956128, - "EmptyWorldService001_Client": 33669008, - "GameClientExports001": 33943040, - "LegacyGameUI001": 34063952, - "Source2Client002": 36736480, - "Source2ClientConfig001": 36228832, - "Source2ClientPrediction001": 33987168, - "Source2ClientUI001": 34057952 + "ClientToolsInfo_001": 33959824, + "EmptyWorldService001_Client": 33672800, + "GameClientExports001": 33946736, + "LegacyGameUI001": 34067664, + "Source2Client002": 36740560, + "Source2ClientConfig001": 36232960, + "Source2ClientPrediction001": 33990896, + "Source2ClientUI001": 34061664 }, "engine2.dll": { - "BenchmarkService001": 6371552, - "BugService001": 9211248, - "ClientServerEngineLoopService_001": 9479184, - "EngineGameUI001": 6361824, - "EngineServiceMgr001": 9477312, - "GameEventSystemClientV001": 9478048, - "GameEventSystemServerV001": 9478352, - "GameResourceServiceClientV001": 6371808, - "GameResourceServiceServerV001": 6371904, - "GameUIService_001": 9212320, - "HostStateMgr001": 6373984, - "INETSUPPORT_001": 6342880, - "InputService_001": 9213072, - "KeyValueCache001": 6374160, - "MapListService_001": 9470720, - "NetworkClientService_001": 9471120, - "NetworkP2PService_001": 9471952, - "NetworkServerService_001": 9472384, - "NetworkService_001": 6372272, - "RenderService_001": 9473008, - "ScreenshotService001": 9473712, - "SimpleEngineLoopService_001": 6374256, - "SoundService_001": 6372336, - "Source2EngineToClient001": 6360032, - "Source2EngineToClientStringTable001": 6360128, - "Source2EngineToServer001": 6360248, - "Source2EngineToServerStringTable001": 6360288, - "SplitScreenService_001": 6373072, - "StatsService_001": 9474672, - "ToolService_001": 6373520, - "VENGINE_GAMEUIFUNCS_VERSION005": 6361968, - "VProfService_001": 6373584 + "BenchmarkService001": 6375728, + "BugService001": 9215504, + "ClientServerEngineLoopService_001": 9483440, + "EngineGameUI001": 6365920, + "EngineServiceMgr001": 9481568, + "GameEventSystemClientV001": 9482304, + "GameEventSystemServerV001": 9482608, + "GameResourceServiceClientV001": 6375984, + "GameResourceServiceServerV001": 6376080, + "GameUIService_001": 9216576, + "HostStateMgr001": 6378160, + "INETSUPPORT_001": 6346976, + "InputService_001": 9217328, + "KeyValueCache001": 6378336, + "MapListService_001": 9474976, + "NetworkClientService_001": 9475376, + "NetworkP2PService_001": 9476208, + "NetworkServerService_001": 9476640, + "NetworkService_001": 6376448, + "RenderService_001": 9477264, + "ScreenshotService001": 9477968, + "SimpleEngineLoopService_001": 6378432, + "SoundService_001": 6376512, + "Source2EngineToClient001": 6364128, + "Source2EngineToClientStringTable001": 6364224, + "Source2EngineToServer001": 6364344, + "Source2EngineToServerStringTable001": 6364384, + "SplitScreenService_001": 6377248, + "StatsService_001": 9478928, + "ToolService_001": 6377696, + "VENGINE_GAMEUIFUNCS_VERSION005": 6366064, + "VProfService_001": 6377760 }, "filesystem_stdio.dll": { "VAsyncFileSystem2_001": 2181488, @@ -89,10 +89,10 @@ "NavSystem001": 1206752 }, "networksystem.dll": { - "FlattenedSerializersVersion001": 2598768, - "NetworkMessagesVersion001": 2762880, - "NetworkSystemVersion001": 2703152, - "SerializedEntitiesVersion001": 2703392 + "FlattenedSerializersVersion001": 2602944, + "NetworkMessagesVersion001": 2767184, + "NetworkSystemVersion001": 2707328, + "SerializedEntitiesVersion001": 2707568 }, "panorama.dll": { "PanoramaUIEngine001": 5274800 @@ -130,16 +130,16 @@ "SchemaSystem_001": 485168 }, "server.dll": { - "EmptyWorldService001_Server": 28797968, - "EntitySubclassUtilsV001": 28451168, - "NavGameTest001": 29493496, - "ServerToolsInfo_001": 29170568, - "Source2GameClients001": 29158400, - "Source2GameDirector001": 30804624, - "Source2GameEntities001": 29168272, - "Source2Server001": 29167856, - "Source2ServerConfig001": 31807880, - "customnavsystem001": 28315416 + "EmptyWorldService001_Server": 28805776, + "EntitySubclassUtilsV001": 28459360, + "NavGameTest001": 29501144, + "ServerToolsInfo_001": 29178232, + "Source2GameClients001": 29166064, + "Source2GameDirector001": 30812368, + "Source2GameEntities001": 29175936, + "Source2Server001": 29175520, + "Source2ServerConfig001": 31816472, + "customnavsystem001": 28323672 }, "soundsystem.dll": { "SoundOpSystem001": 5192352, @@ -182,6 +182,9 @@ "v8system.dll": { "Source2V8System001": 202416 }, + "vconcomm.dll": { + "VConComm001": 234816 + }, "vphysics2.dll": { "VPhysics2_Handle_Interface_001": 4194528, "VPhysics2_Interface_001": 4194592 diff --git a/output/interfaces.rs b/output/interfaces.rs index 49354d19..e0433bb8 100644 --- a/output/interfaces.rs +++ b/output/interfaces.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, unused)] @@ -12,49 +12,49 @@ pub mod cs2_dumper { } // Module: client.dll pub mod client_dll { - pub const ClientToolsInfo_001: usize = 0x2062120; - pub const EmptyWorldService001_Client: usize = 0x201BF90; - pub const GameClientExports001: usize = 0x205EE00; - pub const LegacyGameUI001: usize = 0x207C650; - pub const Source2Client002: usize = 0x2308DE0; - pub const Source2ClientConfig001: usize = 0x228CEE0; - pub const Source2ClientPrediction001: usize = 0x2069A60; - pub const Source2ClientUI001: usize = 0x207AEE0; + pub const ClientToolsInfo_001: usize = 0x2062F90; + pub const EmptyWorldService001_Client: usize = 0x201CE60; + pub const GameClientExports001: usize = 0x205FC70; + pub const LegacyGameUI001: usize = 0x207D4D0; + pub const Source2Client002: usize = 0x2309DD0; + pub const Source2ClientConfig001: usize = 0x228DF00; + pub const Source2ClientPrediction001: usize = 0x206A8F0; + pub const Source2ClientUI001: usize = 0x207BD60; } // Module: engine2.dll pub mod engine2_dll { - pub const BenchmarkService001: usize = 0x6138E0; - pub const BugService001: usize = 0x8C8D70; - pub const ClientServerEngineLoopService_001: usize = 0x90A410; - pub const EngineGameUI001: usize = 0x6112E0; - pub const EngineServiceMgr001: usize = 0x909CC0; - pub const GameEventSystemClientV001: usize = 0x909FA0; - pub const GameEventSystemServerV001: usize = 0x90A0D0; - pub const GameResourceServiceClientV001: usize = 0x6139E0; - pub const GameResourceServiceServerV001: usize = 0x613A40; - pub const GameUIService_001: usize = 0x8C91A0; - pub const HostStateMgr001: usize = 0x614260; - pub const INETSUPPORT_001: usize = 0x60C8E0; - pub const InputService_001: usize = 0x8C9490; - pub const KeyValueCache001: usize = 0x614310; - pub const MapListService_001: usize = 0x908300; - pub const NetworkClientService_001: usize = 0x908490; - pub const NetworkP2PService_001: usize = 0x9087D0; - pub const NetworkServerService_001: usize = 0x908980; - pub const NetworkService_001: usize = 0x613BB0; - pub const RenderService_001: usize = 0x908BF0; - pub const ScreenshotService001: usize = 0x908EB0; - pub const SimpleEngineLoopService_001: usize = 0x614370; - pub const SoundService_001: usize = 0x613BF0; - pub const Source2EngineToClient001: usize = 0x610BE0; - pub const Source2EngineToClientStringTable001: usize = 0x610C40; - pub const Source2EngineToServer001: usize = 0x610CB8; - pub const Source2EngineToServerStringTable001: usize = 0x610CE0; - pub const SplitScreenService_001: usize = 0x613ED0; - pub const StatsService_001: usize = 0x909270; - pub const ToolService_001: usize = 0x614090; - pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x611370; - pub const VProfService_001: usize = 0x6140D0; + pub const BenchmarkService001: usize = 0x614930; + pub const BugService001: usize = 0x8C9E10; + pub const ClientServerEngineLoopService_001: usize = 0x90B4B0; + pub const EngineGameUI001: usize = 0x6122E0; + pub const EngineServiceMgr001: usize = 0x90AD60; + pub const GameEventSystemClientV001: usize = 0x90B040; + pub const GameEventSystemServerV001: usize = 0x90B170; + pub const GameResourceServiceClientV001: usize = 0x614A30; + pub const GameResourceServiceServerV001: usize = 0x614A90; + pub const GameUIService_001: usize = 0x8CA240; + pub const HostStateMgr001: usize = 0x6152B0; + pub const INETSUPPORT_001: usize = 0x60D8E0; + pub const InputService_001: usize = 0x8CA530; + pub const KeyValueCache001: usize = 0x615360; + pub const MapListService_001: usize = 0x9093A0; + pub const NetworkClientService_001: usize = 0x909530; + pub const NetworkP2PService_001: usize = 0x909870; + pub const NetworkServerService_001: usize = 0x909A20; + pub const NetworkService_001: usize = 0x614C00; + pub const RenderService_001: usize = 0x909C90; + pub const ScreenshotService001: usize = 0x909F50; + pub const SimpleEngineLoopService_001: usize = 0x6153C0; + pub const SoundService_001: usize = 0x614C40; + pub const Source2EngineToClient001: usize = 0x611BE0; + pub const Source2EngineToClientStringTable001: usize = 0x611C40; + pub const Source2EngineToServer001: usize = 0x611CB8; + pub const Source2EngineToServerStringTable001: usize = 0x611CE0; + pub const SplitScreenService_001: usize = 0x614F20; + pub const StatsService_001: usize = 0x90A310; + pub const ToolService_001: usize = 0x6150E0; + pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x612370; + pub const VProfService_001: usize = 0x615120; } // Module: filesystem_stdio.dll pub mod filesystem_stdio_dll { @@ -108,10 +108,10 @@ pub mod cs2_dumper { } // Module: networksystem.dll pub mod networksystem_dll { - pub const FlattenedSerializersVersion001: usize = 0x27A770; - pub const NetworkMessagesVersion001: usize = 0x2A2880; - pub const NetworkSystemVersion001: usize = 0x293F30; - pub const SerializedEntitiesVersion001: usize = 0x294020; + pub const FlattenedSerializersVersion001: usize = 0x27B7C0; + pub const NetworkMessagesVersion001: usize = 0x2A3950; + pub const NetworkSystemVersion001: usize = 0x294F80; + pub const SerializedEntitiesVersion001: usize = 0x295070; } // Module: panorama.dll pub mod panorama_dll { @@ -160,16 +160,16 @@ pub mod cs2_dumper { } // Module: server.dll pub mod server_dll { - pub const EmptyWorldService001_Server: usize = 0x1B76C10; - pub const EntitySubclassUtilsV001: usize = 0x1B22160; - pub const NavGameTest001: usize = 0x1C208F8; - pub const ServerToolsInfo_001: usize = 0x1BD1B88; - pub const Source2GameClients001: usize = 0x1BCEC00; - pub const Source2GameDirector001: usize = 0x1D60A90; - pub const Source2GameEntities001: usize = 0x1BD1290; - pub const Source2Server001: usize = 0x1BD10F0; - pub const Source2ServerConfig001: usize = 0x1E55988; - pub const customnavsystem001: usize = 0x1B00F18; + pub const EmptyWorldService001_Server: usize = 0x1B78A90; + pub const EntitySubclassUtilsV001: usize = 0x1B24160; + pub const NavGameTest001: usize = 0x1C226D8; + pub const ServerToolsInfo_001: usize = 0x1BD3978; + pub const Source2GameClients001: usize = 0x1BD09F0; + pub const Source2GameDirector001: usize = 0x1D628D0; + pub const Source2GameEntities001: usize = 0x1BD3080; + pub const Source2Server001: usize = 0x1BD2EE0; + pub const Source2ServerConfig001: usize = 0x1E57B18; + pub const customnavsystem001: usize = 0x1B02F58; } // Module: soundsystem.dll pub mod soundsystem_dll { @@ -217,6 +217,10 @@ pub mod cs2_dumper { pub mod v8system_dll { pub const Source2V8System001: usize = 0x316B0; } + // Module: vconcomm.dll + pub mod vconcomm_dll { + pub const VConComm001: usize = 0x39540; + } // Module: vphysics2.dll pub mod vphysics2_dll { pub const VPhysics2_Handle_Interface_001: usize = 0x4000E0; diff --git a/output/interfaces.zig b/output/interfaces.zig index 01c38ca7..e0f58bb9 100644 --- a/output/interfaces.zig +++ b/output/interfaces.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const interfaces = struct { @@ -10,49 +10,49 @@ pub const cs2_dumper = struct { }; // Module: client.dll pub const client_dll = struct { - pub const ClientToolsInfo_001: usize = 0x2061120; - pub const EmptyWorldService001_Client: usize = 0x201AF90; - pub const GameClientExports001: usize = 0x205DE00; - pub const LegacyGameUI001: usize = 0x207B660; - pub const Source2Client002: usize = 0x2307DE0; - pub const Source2ClientConfig001: usize = 0x228BED0; - pub const Source2ClientPrediction001: usize = 0x2068A70; - pub const Source2ClientUI001: usize = 0x2079EF0; + pub const ClientToolsInfo_001: usize = 0x2062F90; + pub const EmptyWorldService001_Client: usize = 0x201CE60; + pub const GameClientExports001: usize = 0x205FC70; + pub const LegacyGameUI001: usize = 0x207D4D0; + pub const Source2Client002: usize = 0x2309DD0; + pub const Source2ClientConfig001: usize = 0x228DF00; + pub const Source2ClientPrediction001: usize = 0x206A8F0; + pub const Source2ClientUI001: usize = 0x207BD60; }; // Module: engine2.dll pub const engine2_dll = struct { - pub const BenchmarkService001: usize = 0x6138E0; - pub const BugService001: usize = 0x8C8D60; - pub const ClientServerEngineLoopService_001: usize = 0x90A400; - pub const EngineGameUI001: usize = 0x6112E0; - pub const EngineServiceMgr001: usize = 0x909CB0; - pub const GameEventSystemClientV001: usize = 0x909F90; - pub const GameEventSystemServerV001: usize = 0x90A0C0; - pub const GameResourceServiceClientV001: usize = 0x6139E0; - pub const GameResourceServiceServerV001: usize = 0x613A40; - pub const GameUIService_001: usize = 0x8C9190; - pub const HostStateMgr001: usize = 0x614260; - pub const INETSUPPORT_001: usize = 0x60C8E0; - pub const InputService_001: usize = 0x8C9480; - pub const KeyValueCache001: usize = 0x614310; - pub const MapListService_001: usize = 0x9082F0; - pub const NetworkClientService_001: usize = 0x908480; - pub const NetworkP2PService_001: usize = 0x9087C0; - pub const NetworkServerService_001: usize = 0x908970; - pub const NetworkService_001: usize = 0x613BB0; - pub const RenderService_001: usize = 0x908BE0; - pub const ScreenshotService001: usize = 0x908EA0; - pub const SimpleEngineLoopService_001: usize = 0x614370; - pub const SoundService_001: usize = 0x613BF0; - pub const Source2EngineToClient001: usize = 0x610BE0; - pub const Source2EngineToClientStringTable001: usize = 0x610C40; - pub const Source2EngineToServer001: usize = 0x610CB8; - pub const Source2EngineToServerStringTable001: usize = 0x610CE0; - pub const SplitScreenService_001: usize = 0x613ED0; - pub const StatsService_001: usize = 0x909260; - pub const ToolService_001: usize = 0x614090; - pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x611370; - pub const VProfService_001: usize = 0x6140D0; + pub const BenchmarkService001: usize = 0x614930; + pub const BugService001: usize = 0x8C9E10; + pub const ClientServerEngineLoopService_001: usize = 0x90B4B0; + pub const EngineGameUI001: usize = 0x6122E0; + pub const EngineServiceMgr001: usize = 0x90AD60; + pub const GameEventSystemClientV001: usize = 0x90B040; + pub const GameEventSystemServerV001: usize = 0x90B170; + pub const GameResourceServiceClientV001: usize = 0x614A30; + pub const GameResourceServiceServerV001: usize = 0x614A90; + pub const GameUIService_001: usize = 0x8CA240; + pub const HostStateMgr001: usize = 0x6152B0; + pub const INETSUPPORT_001: usize = 0x60D8E0; + pub const InputService_001: usize = 0x8CA530; + pub const KeyValueCache001: usize = 0x615360; + pub const MapListService_001: usize = 0x9093A0; + pub const NetworkClientService_001: usize = 0x909530; + pub const NetworkP2PService_001: usize = 0x909870; + pub const NetworkServerService_001: usize = 0x909A20; + pub const NetworkService_001: usize = 0x614C00; + pub const RenderService_001: usize = 0x909C90; + pub const ScreenshotService001: usize = 0x909F50; + pub const SimpleEngineLoopService_001: usize = 0x6153C0; + pub const SoundService_001: usize = 0x614C40; + pub const Source2EngineToClient001: usize = 0x611BE0; + pub const Source2EngineToClientStringTable001: usize = 0x611C40; + pub const Source2EngineToServer001: usize = 0x611CB8; + pub const Source2EngineToServerStringTable001: usize = 0x611CE0; + pub const SplitScreenService_001: usize = 0x614F20; + pub const StatsService_001: usize = 0x90A310; + pub const ToolService_001: usize = 0x6150E0; + pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x612370; + pub const VProfService_001: usize = 0x615120; }; // Module: filesystem_stdio.dll pub const filesystem_stdio_dll = struct { @@ -106,10 +106,10 @@ pub const cs2_dumper = struct { }; // Module: networksystem.dll pub const networksystem_dll = struct { - pub const FlattenedSerializersVersion001: usize = 0x27A770; - pub const NetworkMessagesVersion001: usize = 0x2A2880; - pub const NetworkSystemVersion001: usize = 0x293F30; - pub const SerializedEntitiesVersion001: usize = 0x294020; + pub const FlattenedSerializersVersion001: usize = 0x27B7C0; + pub const NetworkMessagesVersion001: usize = 0x2A3950; + pub const NetworkSystemVersion001: usize = 0x294F80; + pub const SerializedEntitiesVersion001: usize = 0x295070; }; // Module: panorama.dll pub const panorama_dll = struct { @@ -158,16 +158,16 @@ pub const cs2_dumper = struct { }; // Module: server.dll pub const server_dll = struct { - pub const EmptyWorldService001_Server: usize = 0x1B76BE0; - pub const EntitySubclassUtilsV001: usize = 0x1B22140; - pub const NavGameTest001: usize = 0x1C207F8; - pub const ServerToolsInfo_001: usize = 0x1BD1A78; - pub const Source2GameClients001: usize = 0x1BCEAF0; - pub const Source2GameDirector001: usize = 0x1D60A30; - pub const Source2GameEntities001: usize = 0x1BD1180; - pub const Source2Server001: usize = 0x1BD0FE0; - pub const Source2ServerConfig001: usize = 0x1E55878; - pub const customnavsystem001: usize = 0x1B00EF8; + pub const EmptyWorldService001_Server: usize = 0x1B78A90; + pub const EntitySubclassUtilsV001: usize = 0x1B24160; + pub const NavGameTest001: usize = 0x1C226D8; + pub const ServerToolsInfo_001: usize = 0x1BD3978; + pub const Source2GameClients001: usize = 0x1BD09F0; + pub const Source2GameDirector001: usize = 0x1D628D0; + pub const Source2GameEntities001: usize = 0x1BD3080; + pub const Source2Server001: usize = 0x1BD2EE0; + pub const Source2ServerConfig001: usize = 0x1E57B18; + pub const customnavsystem001: usize = 0x1B02F58; }; // Module: soundsystem.dll pub const soundsystem_dll = struct { diff --git a/output/materialsystem2_dll.cs b/output/materialsystem2_dll.cs index b3e50170..0cd8181e 100644 --- a/output/materialsystem2_dll.cs +++ b/output/materialsystem2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: materialsystem2.dll diff --git a/output/materialsystem2_dll.hpp b/output/materialsystem2_dll.hpp index 64fadfa6..5b1099ef 100644 --- a/output/materialsystem2_dll.hpp +++ b/output/materialsystem2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/materialsystem2_dll.rs b/output/materialsystem2_dll.rs index 4786e401..b366453a 100644 --- a/output/materialsystem2_dll.rs +++ b/output/materialsystem2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/materialsystem2_dll.zig b/output/materialsystem2_dll.zig index 68feceae..c5b4a292 100644 --- a/output/materialsystem2_dll.zig +++ b/output/materialsystem2_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/networksystem_dll.cs b/output/networksystem_dll.cs index 29282c94..172c6cea 100644 --- a/output/networksystem_dll.cs +++ b/output/networksystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: networksystem.dll diff --git a/output/networksystem_dll.hpp b/output/networksystem_dll.hpp index 2763642e..439481d4 100644 --- a/output/networksystem_dll.hpp +++ b/output/networksystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/networksystem_dll.rs b/output/networksystem_dll.rs index ca0045cc..7075ff07 100644 --- a/output/networksystem_dll.rs +++ b/output/networksystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/networksystem_dll.zig b/output/networksystem_dll.zig index 43eeb8c5..47f455db 100644 --- a/output/networksystem_dll.zig +++ b/output/networksystem_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/offsets.cs b/output/offsets.cs index 8dfbd4bb..d847ae71 100644 --- a/output/offsets.cs +++ b/output/offsets.cs @@ -1,31 +1,31 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Offsets { // Module: client.dll public static class ClientDll { - public const nint dwCSGOInput = 0x2319FC0; - public const nint dwEntityList = 0x24AF268; - public const nint dwGameEntitySystem = 0x24AF268; + public const nint dwCSGOInput = 0x231B2E0; + public const nint dwEntityList = 0x24B0258; + public const nint dwGameEntitySystem = 0x24B0258; public const nint dwGameEntitySystem_highestEntityIndex = 0x20A0; - public const nint dwGameRules = 0x230DEE0; - public const nint dwGlobalVars = 0x205E5C0; - public const nint dwGlowManager = 0x230ACE8; - public const nint dwLocalPlayerController = 0x22F4188; - public const nint dwLocalPlayerPawn = 0x2069B50; - public const nint dwPlantedC4 = 0x2317740; - public const nint dwPrediction = 0x2069A60; - public const nint dwSensitivity = 0x230B7F8; + public const nint dwGameRules = 0x230EED0; + public const nint dwGlobalVars = 0x205F540; + public const nint dwGlowManager = 0x230BCD8; + public const nint dwLocalPlayerController = 0x22F5028; + public const nint dwLocalPlayerPawn = 0x206A9E0; + public const nint dwPlantedC4 = 0x2318A60; + public const nint dwPrediction = 0x206A8F0; + public const nint dwSensitivity = 0x230C7E8; public const nint dwSensitivity_sensitivity = 0x58; - public const nint dwViewAngles = 0x231A648; - public const nint dwViewMatrix = 0x230FF20; - public const nint dwViewRender = 0x2310338; - public const nint dwWeaponC4 = 0x2298F00; + public const nint dwViewAngles = 0x231B968; + public const nint dwViewMatrix = 0x2310F10; + public const nint dwViewRender = 0x2311328; + public const nint dwWeaponC4 = 0x229A2B0; } // Module: engine2.dll public static class Engine2Dll { - public const nint dwBuildNumber = 0x60D514; - public const nint dwNetworkGameClient = 0x908530; + public const nint dwBuildNumber = 0x60E514; + public const nint dwNetworkGameClient = 0x9095D0; public const nint dwNetworkGameClient_clientTickCount = 0x378; public const nint dwNetworkGameClient_deltaTick = 0x24C; public const nint dwNetworkGameClient_isBackgroundMap = 0x2C141F; @@ -33,8 +33,8 @@ namespace CS2Dumper.Offsets { public const nint dwNetworkGameClient_maxClients = 0x240; public const nint dwNetworkGameClient_serverTickCount = 0x24C; public const nint dwNetworkGameClient_signOnState = 0x230; - public const nint dwWindowHeight = 0x90C8F4; - public const nint dwWindowWidth = 0x90C8F0; + public const nint dwWindowHeight = 0x90D99C; + public const nint dwWindowWidth = 0x90D998; } // Module: inputsystem.dll public static class InputsystemDll { diff --git a/output/offsets.hpp b/output/offsets.hpp index c1f99849..d03ffabe 100644 --- a/output/offsets.hpp +++ b/output/offsets.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once @@ -10,28 +10,28 @@ namespace cs2_dumper { namespace offsets { // Module: client.dll namespace client_dll { - constexpr std::ptrdiff_t dwCSGOInput = 0x2319FC0; - constexpr std::ptrdiff_t dwEntityList = 0x24AF268; - constexpr std::ptrdiff_t dwGameEntitySystem = 0x24AF268; + constexpr std::ptrdiff_t dwCSGOInput = 0x231B2E0; + constexpr std::ptrdiff_t dwEntityList = 0x24B0258; + constexpr std::ptrdiff_t dwGameEntitySystem = 0x24B0258; constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20A0; - constexpr std::ptrdiff_t dwGameRules = 0x230DEE0; - constexpr std::ptrdiff_t dwGlobalVars = 0x205E5C0; - constexpr std::ptrdiff_t dwGlowManager = 0x230ACE8; - constexpr std::ptrdiff_t dwLocalPlayerController = 0x22F4188; - constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x2069B50; - constexpr std::ptrdiff_t dwPlantedC4 = 0x2317740; - constexpr std::ptrdiff_t dwPrediction = 0x2069A60; - constexpr std::ptrdiff_t dwSensitivity = 0x230B7F8; + constexpr std::ptrdiff_t dwGameRules = 0x230EED0; + constexpr std::ptrdiff_t dwGlobalVars = 0x205F540; + constexpr std::ptrdiff_t dwGlowManager = 0x230BCD8; + constexpr std::ptrdiff_t dwLocalPlayerController = 0x22F5028; + constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x206A9E0; + constexpr std::ptrdiff_t dwPlantedC4 = 0x2318A60; + constexpr std::ptrdiff_t dwPrediction = 0x206A8F0; + constexpr std::ptrdiff_t dwSensitivity = 0x230C7E8; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x58; - constexpr std::ptrdiff_t dwViewAngles = 0x231A648; - constexpr std::ptrdiff_t dwViewMatrix = 0x230FF20; - constexpr std::ptrdiff_t dwViewRender = 0x2310338; - constexpr std::ptrdiff_t dwWeaponC4 = 0x2298F00; + constexpr std::ptrdiff_t dwViewAngles = 0x231B968; + constexpr std::ptrdiff_t dwViewMatrix = 0x2310F10; + constexpr std::ptrdiff_t dwViewRender = 0x2311328; + constexpr std::ptrdiff_t dwWeaponC4 = 0x229A2B0; } // Module: engine2.dll namespace engine2_dll { - constexpr std::ptrdiff_t dwBuildNumber = 0x60D514; - constexpr std::ptrdiff_t dwNetworkGameClient = 0x908530; + constexpr std::ptrdiff_t dwBuildNumber = 0x60E514; + constexpr std::ptrdiff_t dwNetworkGameClient = 0x9095D0; constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x378; constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x24C; constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x2C141F; @@ -39,8 +39,8 @@ namespace cs2_dumper { constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x240; constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x24C; constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x230; - constexpr std::ptrdiff_t dwWindowHeight = 0x90C8F4; - constexpr std::ptrdiff_t dwWindowWidth = 0x90C8F0; + constexpr std::ptrdiff_t dwWindowHeight = 0x90D99C; + constexpr std::ptrdiff_t dwWindowWidth = 0x90D998; } // Module: inputsystem.dll namespace inputsystem_dll { diff --git a/output/offsets.json b/output/offsets.json index 68e48d4a..7ec6820c 100644 --- a/output/offsets.json +++ b/output/offsets.json @@ -1,26 +1,26 @@ { "client.dll": { - "dwCSGOInput": 36806592, - "dwEntityList": 38466152, - "dwGameEntitySystem": 38466152, + "dwCSGOInput": 36811488, + "dwEntityList": 38470232, + "dwGameEntitySystem": 38470232, "dwGameEntitySystem_highestEntityIndex": 8352, - "dwGameRules": 36757216, - "dwGlobalVars": 33940928, - "dwGlowManager": 36744424, - "dwLocalPlayerController": 36651400, - "dwLocalPlayerPawn": 33987408, - "dwPlantedC4": 36796224, - "dwPrediction": 33987168, - "dwSensitivity": 36747256, + "dwGameRules": 36761296, + "dwGlobalVars": 33944896, + "dwGlowManager": 36748504, + "dwLocalPlayerController": 36655144, + "dwLocalPlayerPawn": 33991136, + "dwPlantedC4": 36801120, + "dwPrediction": 33990896, + "dwSensitivity": 36751336, "dwSensitivity_sensitivity": 88, - "dwViewAngles": 36808264, - "dwViewMatrix": 36765472, - "dwViewRender": 36766520, - "dwWeaponC4": 36278016 + "dwViewAngles": 36813160, + "dwViewMatrix": 36769552, + "dwViewRender": 36770600, + "dwWeaponC4": 36283056 }, "engine2.dll": { - "dwBuildNumber": 6346004, - "dwNetworkGameClient": 9471280, + "dwBuildNumber": 6350100, + "dwNetworkGameClient": 9475536, "dwNetworkGameClient_clientTickCount": 888, "dwNetworkGameClient_deltaTick": 588, "dwNetworkGameClient_isBackgroundMap": 2888735, @@ -28,8 +28,8 @@ "dwNetworkGameClient_maxClients": 576, "dwNetworkGameClient_serverTickCount": 588, "dwNetworkGameClient_signOnState": 560, - "dwWindowHeight": 9488628, - "dwWindowWidth": 9488624 + "dwWindowHeight": 9492892, + "dwWindowWidth": 9492888 }, "inputsystem.dll": { "dwInputSystem": 285392 diff --git a/output/offsets.rs b/output/offsets.rs index f219c71e..9f1d109e 100644 --- a/output/offsets.rs +++ b/output/offsets.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, unused)] @@ -7,28 +7,28 @@ pub mod cs2_dumper { pub mod offsets { // Module: client.dll pub mod client_dll { - pub const dwCSGOInput: usize = 0x2319FC0; - pub const dwEntityList: usize = 0x24AF268; - pub const dwGameEntitySystem: usize = 0x24AF268; + pub const dwCSGOInput: usize = 0x231B2E0; + pub const dwEntityList: usize = 0x24B0258; + pub const dwGameEntitySystem: usize = 0x24B0258; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20A0; - pub const dwGameRules: usize = 0x230DEE0; - pub const dwGlobalVars: usize = 0x205E5C0; - pub const dwGlowManager: usize = 0x230ACE8; - pub const dwLocalPlayerController: usize = 0x22F4188; - pub const dwLocalPlayerPawn: usize = 0x2069B50; - pub const dwPlantedC4: usize = 0x2317740; - pub const dwPrediction: usize = 0x2069A60; - pub const dwSensitivity: usize = 0x230B7F8; + pub const dwGameRules: usize = 0x230EED0; + pub const dwGlobalVars: usize = 0x205F540; + pub const dwGlowManager: usize = 0x230BCD8; + pub const dwLocalPlayerController: usize = 0x22F5028; + pub const dwLocalPlayerPawn: usize = 0x206A9E0; + pub const dwPlantedC4: usize = 0x2318A60; + pub const dwPrediction: usize = 0x206A8F0; + pub const dwSensitivity: usize = 0x230C7E8; pub const dwSensitivity_sensitivity: usize = 0x58; - pub const dwViewAngles: usize = 0x231A648; - pub const dwViewMatrix: usize = 0x230FF20; - pub const dwViewRender: usize = 0x2310338; - pub const dwWeaponC4: usize = 0x2298F00; + pub const dwViewAngles: usize = 0x231B968; + pub const dwViewMatrix: usize = 0x2310F10; + pub const dwViewRender: usize = 0x2311328; + pub const dwWeaponC4: usize = 0x229A2B0; } // Module: engine2.dll pub mod engine2_dll { - pub const dwBuildNumber: usize = 0x60D514; - pub const dwNetworkGameClient: usize = 0x908530; + pub const dwBuildNumber: usize = 0x60E514; + pub const dwNetworkGameClient: usize = 0x9095D0; pub const dwNetworkGameClient_clientTickCount: usize = 0x378; pub const dwNetworkGameClient_deltaTick: usize = 0x24C; pub const dwNetworkGameClient_isBackgroundMap: usize = 0x2C141F; @@ -36,8 +36,8 @@ pub mod cs2_dumper { pub const dwNetworkGameClient_maxClients: usize = 0x240; pub const dwNetworkGameClient_serverTickCount: usize = 0x24C; pub const dwNetworkGameClient_signOnState: usize = 0x230; - pub const dwWindowHeight: usize = 0x90C8F4; - pub const dwWindowWidth: usize = 0x90C8F0; + pub const dwWindowHeight: usize = 0x90D99C; + pub const dwWindowWidth: usize = 0x90D998; } // Module: inputsystem.dll pub mod inputsystem_dll { diff --git a/output/offsets.zig b/output/offsets.zig index 9034dd53..d327bec3 100644 --- a/output/offsets.zig +++ b/output/offsets.zig @@ -1,32 +1,32 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const offsets = struct { // Module: client.dll pub const client_dll = struct { - pub const dwCSGOInput: usize = 0x2318FC0; - pub const dwEntityList: usize = 0x24AE268; - pub const dwGameEntitySystem: usize = 0x24AE268; + pub const dwCSGOInput: usize = 0x231B2E0; + pub const dwEntityList: usize = 0x24B0258; + pub const dwGameEntitySystem: usize = 0x24B0258; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20A0; - pub const dwGameRules: usize = 0x230CEE0; - pub const dwGlobalVars: usize = 0x205D5C0; - pub const dwGlowManager: usize = 0x2309CE8; - pub const dwLocalPlayerController: usize = 0x22F3178; - pub const dwLocalPlayerPawn: usize = 0x2068B60; - pub const dwPlantedC4: usize = 0x2316740; - pub const dwPrediction: usize = 0x2068A70; - pub const dwSensitivity: usize = 0x230A7F8; + pub const dwGameRules: usize = 0x230EED0; + pub const dwGlobalVars: usize = 0x205F540; + pub const dwGlowManager: usize = 0x230BCD8; + pub const dwLocalPlayerController: usize = 0x22F5028; + pub const dwLocalPlayerPawn: usize = 0x206A9E0; + pub const dwPlantedC4: usize = 0x2318A60; + pub const dwPrediction: usize = 0x206A8F0; + pub const dwSensitivity: usize = 0x230C7E8; pub const dwSensitivity_sensitivity: usize = 0x58; - pub const dwViewAngles: usize = 0x2319648; - pub const dwViewMatrix: usize = 0x230EF20; - pub const dwViewRender: usize = 0x230F338; - pub const dwWeaponC4: usize = 0x2298380; + pub const dwViewAngles: usize = 0x231B968; + pub const dwViewMatrix: usize = 0x2310F10; + pub const dwViewRender: usize = 0x2311328; + pub const dwWeaponC4: usize = 0x229A2B0; }; // Module: engine2.dll pub const engine2_dll = struct { - pub const dwBuildNumber: usize = 0x60D514; - pub const dwNetworkGameClient: usize = 0x908520; + pub const dwBuildNumber: usize = 0x60E514; + pub const dwNetworkGameClient: usize = 0x9095D0; pub const dwNetworkGameClient_clientTickCount: usize = 0x378; pub const dwNetworkGameClient_deltaTick: usize = 0x24C; pub const dwNetworkGameClient_isBackgroundMap: usize = 0x2C141F; @@ -34,8 +34,8 @@ pub const cs2_dumper = struct { pub const dwNetworkGameClient_maxClients: usize = 0x240; pub const dwNetworkGameClient_serverTickCount: usize = 0x24C; pub const dwNetworkGameClient_signOnState: usize = 0x230; - pub const dwWindowHeight: usize = 0x90C8DC; - pub const dwWindowWidth: usize = 0x90C8D8; + pub const dwWindowHeight: usize = 0x90D99C; + pub const dwWindowWidth: usize = 0x90D998; }; // Module: inputsystem.dll pub const inputsystem_dll = struct { diff --git a/output/panorama_dll.cs b/output/panorama_dll.cs index c2e689e3..7718edf7 100644 --- a/output/panorama_dll.cs +++ b/output/panorama_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: panorama.dll diff --git a/output/panorama_dll.hpp b/output/panorama_dll.hpp index 3d43036c..83ecdefc 100644 --- a/output/panorama_dll.hpp +++ b/output/panorama_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/panorama_dll.rs b/output/panorama_dll.rs index 18fe8e0c..049dce91 100644 --- a/output/panorama_dll.rs +++ b/output/panorama_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/panorama_dll.zig b/output/panorama_dll.zig index 87db1ee1..d5083ecb 100644 --- a/output/panorama_dll.zig +++ b/output/panorama_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/particles_dll.cs b/output/particles_dll.cs index 4ff5c912..a434c48f 100644 --- a/output/particles_dll.cs +++ b/output/particles_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: particles.dll diff --git a/output/particles_dll.hpp b/output/particles_dll.hpp index 35e8c0b0..210c2525 100644 --- a/output/particles_dll.hpp +++ b/output/particles_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/particles_dll.rs b/output/particles_dll.rs index aec5d1ed..eda77d25 100644 --- a/output/particles_dll.rs +++ b/output/particles_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/particles_dll.zig b/output/particles_dll.zig index 66fced42..f556383e 100644 --- a/output/particles_dll.zig +++ b/output/particles_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/pulse_system_dll.cs b/output/pulse_system_dll.cs index d7469305..4341b3f6 100644 --- a/output/pulse_system_dll.cs +++ b/output/pulse_system_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: pulse_system.dll diff --git a/output/pulse_system_dll.hpp b/output/pulse_system_dll.hpp index e3c50b5d..128ca85a 100644 --- a/output/pulse_system_dll.hpp +++ b/output/pulse_system_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/pulse_system_dll.rs b/output/pulse_system_dll.rs index 75651410..44e234fe 100644 --- a/output/pulse_system_dll.rs +++ b/output/pulse_system_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/pulse_system_dll.zig b/output/pulse_system_dll.zig index 76a18f6a..15c6c85e 100644 --- a/output/pulse_system_dll.zig +++ b/output/pulse_system_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/rendersystemdx11_dll.cs b/output/rendersystemdx11_dll.cs index f18823f5..180f220a 100644 --- a/output/rendersystemdx11_dll.cs +++ b/output/rendersystemdx11_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: rendersystemdx11.dll diff --git a/output/rendersystemdx11_dll.hpp b/output/rendersystemdx11_dll.hpp index 5ed8e54e..abcee4a7 100644 --- a/output/rendersystemdx11_dll.hpp +++ b/output/rendersystemdx11_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/rendersystemdx11_dll.rs b/output/rendersystemdx11_dll.rs index 6b3977f2..37bcf418 100644 --- a/output/rendersystemdx11_dll.rs +++ b/output/rendersystemdx11_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/rendersystemdx11_dll.zig b/output/rendersystemdx11_dll.zig index dfe836c8..a96a1745 100644 --- a/output/rendersystemdx11_dll.zig +++ b/output/rendersystemdx11_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/resourcesystem_dll.cs b/output/resourcesystem_dll.cs index 400248ef..39a08e7d 100644 --- a/output/resourcesystem_dll.cs +++ b/output/resourcesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: resourcesystem.dll diff --git a/output/resourcesystem_dll.hpp b/output/resourcesystem_dll.hpp index c7a7d1bf..83f4903d 100644 --- a/output/resourcesystem_dll.hpp +++ b/output/resourcesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/resourcesystem_dll.rs b/output/resourcesystem_dll.rs index 591ecdbe..1ca0a931 100644 --- a/output/resourcesystem_dll.rs +++ b/output/resourcesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/resourcesystem_dll.zig b/output/resourcesystem_dll.zig index c4287265..4ec319ee 100644 --- a/output/resourcesystem_dll.zig +++ b/output/resourcesystem_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/scenesystem_dll.cs b/output/scenesystem_dll.cs index 53778280..97467032 100644 --- a/output/scenesystem_dll.cs +++ b/output/scenesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: scenesystem.dll diff --git a/output/scenesystem_dll.hpp b/output/scenesystem_dll.hpp index 8ff2a25a..59dd186b 100644 --- a/output/scenesystem_dll.hpp +++ b/output/scenesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/scenesystem_dll.rs b/output/scenesystem_dll.rs index 86c7a1b4..147e435c 100644 --- a/output/scenesystem_dll.rs +++ b/output/scenesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/scenesystem_dll.zig b/output/scenesystem_dll.zig index ed62f9d6..fc0d2303 100644 --- a/output/scenesystem_dll.zig +++ b/output/scenesystem_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/schemasystem_dll.cs b/output/schemasystem_dll.cs index e97132b9..8c0aa1c7 100644 --- a/output/schemasystem_dll.cs +++ b/output/schemasystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: schemasystem.dll diff --git a/output/schemasystem_dll.hpp b/output/schemasystem_dll.hpp index 21fd904a..e59cb515 100644 --- a/output/schemasystem_dll.hpp +++ b/output/schemasystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/schemasystem_dll.rs b/output/schemasystem_dll.rs index 88c2c57b..a83183e4 100644 --- a/output/schemasystem_dll.rs +++ b/output/schemasystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/schemasystem_dll.zig b/output/schemasystem_dll.zig index 6b3e8757..87e9ec7c 100644 --- a/output/schemasystem_dll.zig +++ b/output/schemasystem_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/server_dll.cs b/output/server_dll.cs index c558e720..bd1dfabc 100644 --- a/output/server_dll.cs +++ b/output/server_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: server.dll diff --git a/output/server_dll.hpp b/output/server_dll.hpp index fc6d8a27..bff0fd83 100644 --- a/output/server_dll.hpp +++ b/output/server_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/server_dll.rs b/output/server_dll.rs index 0419ac31..248f94a8 100644 --- a/output/server_dll.rs +++ b/output/server_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/server_dll.zig b/output/server_dll.zig index 58b81a32..b973bf04 100644 --- a/output/server_dll.zig +++ b/output/server_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { @@ -2555,7 +2555,7 @@ pub const cs2_dumper = struct { pub const m_visible: usize = 0xB10; // CUtlVector }; // Parent: CBot - // Field count: 139 + // Field count: 140 pub const CCSBot = struct { pub const m_eyePosition: usize = 0x108; // VectorWS pub const m_name: usize = 0x114; // char[64] @@ -2617,14 +2617,15 @@ pub const cs2_dumper = struct { pub const m_bendNoisePositionValid: usize = 0x6334; // bool pub const m_lookAroundStateTimestamp: usize = 0x6338; // float32 pub const m_lookAheadAngle: usize = 0x633C; // float32 - pub const m_forwardAngle: usize = 0x6340; // float32 - pub const m_inhibitLookAroundTimestamp: usize = 0x6344; // float32 - pub const m_lookAtSpot: usize = 0x634C; // Vector - pub const m_lookAtSpotDuration: usize = 0x635C; // float32 - pub const m_lookAtSpotTimestamp: usize = 0x6360; // float32 - pub const m_lookAtSpotAngleTolerance: usize = 0x6364; // float32 - pub const m_lookAtSpotClearIfClose: usize = 0x6368; // bool - pub const m_lookAtSpotAttack: usize = 0x6369; // bool + pub const m_lookUpAngle: usize = 0x6340; // float32 + pub const m_forwardAngle: usize = 0x6344; // float32 + pub const m_inhibitLookAroundTimestamp: usize = 0x6348; // float32 + pub const m_lookAtSpot: usize = 0x6350; // Vector + pub const m_lookAtSpotDuration: usize = 0x6360; // float32 + pub const m_lookAtSpotTimestamp: usize = 0x6364; // float32 + pub const m_lookAtSpotAngleTolerance: usize = 0x6368; // float32 + pub const m_lookAtSpotClearIfClose: usize = 0x636C; // bool + pub const m_lookAtSpotAttack: usize = 0x636D; // bool pub const m_lookAtDesc: usize = 0x6370; // char* pub const m_peripheralTimestamp: usize = 0x6378; // float32 pub const m_approachPointCount: usize = 0x6500; // uint8 @@ -13372,7 +13373,7 @@ pub const cs2_dumper = struct { pub const CBtNodeDecorator = struct { }; // Parent: None - // Field count: 11 + // Field count: 12 pub const CSAdditionalPerRoundStats_t = struct { pub const m_numChickensKilled: usize = 0x0; // int32 pub const m_killsWhileBlind: usize = 0x4; // int32 @@ -13385,6 +13386,7 @@ pub const cs2_dumper = struct { pub const m_nDefuseStarts: usize = 0x1C; // int32 pub const m_nHostagePickUps: usize = 0x20; // int32 pub const m_numTeammatesFlashed: usize = 0x24; // int32 + pub const m_strAnnotationsWorkshopId: usize = 0x28; // CUtlString }; // Parent: None // Field count: 0 @@ -13426,18 +13428,18 @@ pub const cs2_dumper = struct { // Parent: None // Field count: 12 pub const CSAdditionalMatchStats_t = struct { - pub const m_numRoundsSurvivedStreak: usize = 0xF0; // int32 - pub const m_maxNumRoundsSurvivedStreak: usize = 0xF4; // int32 - pub const m_numRoundsSurvivedTotal: usize = 0xF8; // int32 - pub const m_iRoundsWonWithoutPurchase: usize = 0xFC; // int32 - pub const m_iRoundsWonWithoutPurchaseTotal: usize = 0x100; // int32 - pub const m_numFirstKills: usize = 0x104; // int32 - pub const m_numClutchKills: usize = 0x108; // int32 - pub const m_numPistolKills: usize = 0x10C; // int32 - pub const m_numSniperKills: usize = 0x110; // int32 - pub const m_iNumSuicides: usize = 0x114; // int32 - pub const m_iNumTeamKills: usize = 0x118; // int32 - pub const m_flTeamDamage: usize = 0x11C; // float32 + pub const m_numRoundsSurvivedStreak: usize = 0xF8; // int32 + pub const m_maxNumRoundsSurvivedStreak: usize = 0xFC; // int32 + pub const m_numRoundsSurvivedTotal: usize = 0x100; // int32 + pub const m_iRoundsWonWithoutPurchase: usize = 0x104; // int32 + pub const m_iRoundsWonWithoutPurchaseTotal: usize = 0x108; // int32 + pub const m_numFirstKills: usize = 0x10C; // int32 + pub const m_numClutchKills: usize = 0x110; // int32 + pub const m_numPistolKills: usize = 0x114; // int32 + pub const m_numSniperKills: usize = 0x118; // int32 + pub const m_iNumSuicides: usize = 0x11C; // int32 + pub const m_iNumTeamKills: usize = 0x120; // int32 + pub const m_flTeamDamage: usize = 0x124; // float32 }; // Parent: None // Field count: 0 diff --git a/output/soundsystem_dll.cs b/output/soundsystem_dll.cs index ce73fbe6..d3a3e0d0 100644 --- a/output/soundsystem_dll.cs +++ b/output/soundsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: soundsystem.dll diff --git a/output/soundsystem_dll.hpp b/output/soundsystem_dll.hpp index 79c39bd4..32a5b9bf 100644 --- a/output/soundsystem_dll.hpp +++ b/output/soundsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/soundsystem_dll.rs b/output/soundsystem_dll.rs index 109726ba..913fe663 100644 --- a/output/soundsystem_dll.rs +++ b/output/soundsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/soundsystem_dll.zig b/output/soundsystem_dll.zig index 0ed78530..b73d64b5 100644 --- a/output/soundsystem_dll.zig +++ b/output/soundsystem_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/steamaudio_dll.cs b/output/steamaudio_dll.cs index cb619d23..0d3c4db8 100644 --- a/output/steamaudio_dll.cs +++ b/output/steamaudio_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: steamaudio.dll diff --git a/output/steamaudio_dll.hpp b/output/steamaudio_dll.hpp index ef7592f9..8b5ffd40 100644 --- a/output/steamaudio_dll.hpp +++ b/output/steamaudio_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/steamaudio_dll.rs b/output/steamaudio_dll.rs index c80031ca..70711bba 100644 --- a/output/steamaudio_dll.rs +++ b/output/steamaudio_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/steamaudio_dll.zig b/output/steamaudio_dll.zig index d543af7a..fa974fa9 100644 --- a/output/steamaudio_dll.zig +++ b/output/steamaudio_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/vphysics2_dll.cs b/output/vphysics2_dll.cs index 9e0b1ee2..3fad6784 100644 --- a/output/vphysics2_dll.cs +++ b/output/vphysics2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: vphysics2.dll diff --git a/output/vphysics2_dll.hpp b/output/vphysics2_dll.hpp index e9bf5948..bce3622c 100644 --- a/output/vphysics2_dll.hpp +++ b/output/vphysics2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/vphysics2_dll.rs b/output/vphysics2_dll.rs index c95946e7..ed706817 100644 --- a/output/vphysics2_dll.rs +++ b/output/vphysics2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/vphysics2_dll.zig b/output/vphysics2_dll.zig index 07f42909..f134b1f5 100644 --- a/output/vphysics2_dll.zig +++ b/output/vphysics2_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/output/worldrenderer_dll.cs b/output/worldrenderer_dll.cs index d83af9ab..c6f51836 100644 --- a/output/worldrenderer_dll.cs +++ b/output/worldrenderer_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC namespace CS2Dumper.Schemas { // Module: worldrenderer.dll diff --git a/output/worldrenderer_dll.hpp b/output/worldrenderer_dll.hpp index d6d9c209..60170ea7 100644 --- a/output/worldrenderer_dll.hpp +++ b/output/worldrenderer_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #pragma once diff --git a/output/worldrenderer_dll.rs b/output/worldrenderer_dll.rs index b9690294..8f465e66 100644 --- a/output/worldrenderer_dll.rs +++ b/output/worldrenderer_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-19 10:05:24.652271200 UTC +// 2026-03-27 23:29:07.271766300 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/worldrenderer_dll.zig b/output/worldrenderer_dll.zig index c64ed55c..57143e9d 100644 --- a/output/worldrenderer_dll.zig +++ b/output/worldrenderer_dll.zig @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2026-03-16 07:21:21.899821400 UTC +// 2026-03-27 23:29:07.271766300 UTC pub const cs2_dumper = struct { pub const schemas = struct { diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 5d56faf9..00000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly"