From 2c423d5db25d35651538c05f1bfca0374eaa22ef Mon Sep 17 00:00:00 2001 From: Daniel Y Date: Wed, 26 Nov 2025 01:18:28 +0200 Subject: [PATCH] Auto update offsets to build 20897362 (release 0.1.3) --- output/animationsystem_dll.cs | 2 +- output/animationsystem_dll.hpp | 2 +- output/animationsystem_dll.rs | 2 +- output/buttons.cs | 8 ++--- output/buttons.hpp | 8 ++--- output/buttons.json | 6 ++-- output/buttons.rs | 8 ++--- output/client_dll.cs | 2 +- output/client_dll.hpp | 2 +- output/client_dll.rs | 2 +- output/engine2_dll.cs | 2 +- output/engine2_dll.hpp | 2 +- output/engine2_dll.rs | 2 +- output/host_dll.cs | 2 +- output/host_dll.hpp | 2 +- output/host_dll.rs | 2 +- output/info.json | 2 +- output/interfaces.cs | 58 ++++++++++++++++----------------- output/interfaces.hpp | 58 ++++++++++++++++----------------- output/interfaces.json | 56 +++++++++++++++---------------- output/interfaces.rs | 58 ++++++++++++++++----------------- output/materialsystem2_dll.cs | 2 +- output/materialsystem2_dll.hpp | 2 +- output/materialsystem2_dll.rs | 2 +- output/networksystem_dll.cs | 2 +- output/networksystem_dll.hpp | 2 +- output/networksystem_dll.rs | 2 +- output/offsets.cs | 26 +++++++-------- output/offsets.hpp | 26 +++++++-------- output/offsets.json | 24 +++++++------- output/offsets.rs | 26 +++++++-------- output/panorama_dll.cs | 2 +- output/panorama_dll.hpp | 2 +- output/panorama_dll.rs | 2 +- output/particles_dll.cs | 2 +- output/particles_dll.hpp | 2 +- output/particles_dll.rs | 2 +- output/pulse_system_dll.cs | 2 +- output/pulse_system_dll.hpp | 2 +- output/pulse_system_dll.rs | 2 +- output/rendersystemdx11_dll.cs | 2 +- output/rendersystemdx11_dll.hpp | 2 +- output/rendersystemdx11_dll.rs | 2 +- output/resourcesystem_dll.cs | 2 +- output/resourcesystem_dll.hpp | 2 +- output/resourcesystem_dll.rs | 2 +- output/scenesystem_dll.cs | 2 +- output/scenesystem_dll.hpp | 2 +- output/scenesystem_dll.rs | 2 +- output/schemasystem_dll.cs | 2 +- output/schemasystem_dll.hpp | 2 +- output/schemasystem_dll.rs | 2 +- output/server_dll.cs | 2 +- output/server_dll.hpp | 2 +- output/server_dll.rs | 2 +- output/soundsystem_dll.cs | 2 +- output/soundsystem_dll.hpp | 2 +- output/soundsystem_dll.rs | 2 +- output/steamaudio_dll.cs | 2 +- output/steamaudio_dll.hpp | 2 +- output/steamaudio_dll.rs | 2 +- output/vphysics2_dll.cs | 2 +- output/vphysics2_dll.hpp | 2 +- output/vphysics2_dll.rs | 2 +- output/worldrenderer_dll.cs | 2 +- output/worldrenderer_dll.hpp | 2 +- output/worldrenderer_dll.rs | 2 +- 67 files changed, 236 insertions(+), 236 deletions(-) diff --git a/output/animationsystem_dll.cs b/output/animationsystem_dll.cs index 091e0ac4..1da1e343 100644 --- a/output/animationsystem_dll.cs +++ b/output/animationsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: animationsystem.dll diff --git a/output/animationsystem_dll.hpp b/output/animationsystem_dll.hpp index 3724faea..b53c090b 100644 --- a/output/animationsystem_dll.hpp +++ b/output/animationsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/animationsystem_dll.rs b/output/animationsystem_dll.rs index 09e2813d..a9584e9e 100644 --- a/output/animationsystem_dll.rs +++ b/output/animationsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/buttons.cs b/output/buttons.cs index 9e42acfc..6d639a68 100644 --- a/output/buttons.cs +++ b/output/buttons.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper { // Module: client.dll @@ -11,14 +11,14 @@ namespace CS2Dumper { public const nint forward = 0x1BE65E0; public const nint jump = 0x1BE68B0; public const nint left = 0x1BE6700; - public const nint lookatweapon = 0x1E3A060; + public const nint lookatweapon = 0x1E3A0F0; public const nint reload = 0x1BE6310; public const nint right = 0x1BE6790; - public const nint showscores = 0x1E39F40; + public const nint showscores = 0x1E39FD0; public const nint sprint = 0x1BE6280; public const nint turnleft = 0x1BE64C0; public const nint turnright = 0x1BE6550; public const nint use = 0x1BE6820; - public const nint zoom = 0x1E39FD0; + public const nint zoom = 0x1E3A060; } } diff --git a/output/buttons.hpp b/output/buttons.hpp index 08a2bb34..7366c25b 100644 --- a/output/buttons.hpp +++ b/output/buttons.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once @@ -15,14 +15,14 @@ namespace cs2_dumper { constexpr std::ptrdiff_t forward = 0x1BE65E0; constexpr std::ptrdiff_t jump = 0x1BE68B0; constexpr std::ptrdiff_t left = 0x1BE6700; - constexpr std::ptrdiff_t lookatweapon = 0x1E3A060; + constexpr std::ptrdiff_t lookatweapon = 0x1E3A0F0; constexpr std::ptrdiff_t reload = 0x1BE6310; constexpr std::ptrdiff_t right = 0x1BE6790; - constexpr std::ptrdiff_t showscores = 0x1E39F40; + constexpr std::ptrdiff_t showscores = 0x1E39FD0; constexpr std::ptrdiff_t sprint = 0x1BE6280; constexpr std::ptrdiff_t turnleft = 0x1BE64C0; constexpr std::ptrdiff_t turnright = 0x1BE6550; constexpr std::ptrdiff_t use = 0x1BE6820; - constexpr std::ptrdiff_t zoom = 0x1E39FD0; + constexpr std::ptrdiff_t zoom = 0x1E3A060; } } diff --git a/output/buttons.json b/output/buttons.json index 1f82338c..9b8313e3 100644 --- a/output/buttons.json +++ b/output/buttons.json @@ -7,14 +7,14 @@ "forward": 29255136, "jump": 29255856, "left": 29255424, - "lookatweapon": 31694944, + "lookatweapon": 31695088, "reload": 29254416, "right": 29255568, - "showscores": 31694656, + "showscores": 31694800, "sprint": 29254272, "turnleft": 29254848, "turnright": 29254992, "use": 29255712, - "zoom": 31694800 + "zoom": 31694944 } } \ No newline at end of file diff --git a/output/buttons.rs b/output/buttons.rs index 7d5a6242..c130d58d 100644 --- a/output/buttons.rs +++ b/output/buttons.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, unused)] @@ -13,14 +13,14 @@ pub mod cs2_dumper { pub const forward: usize = 0x1BE65E0; pub const jump: usize = 0x1BE68B0; pub const left: usize = 0x1BE6700; - pub const lookatweapon: usize = 0x1E3A060; + pub const lookatweapon: usize = 0x1E3A0F0; pub const reload: usize = 0x1BE6310; pub const right: usize = 0x1BE6790; - pub const showscores: usize = 0x1E39F40; + pub const showscores: usize = 0x1E39FD0; pub const sprint: usize = 0x1BE6280; pub const turnleft: usize = 0x1BE64C0; pub const turnright: usize = 0x1BE6550; pub const r#use: usize = 0x1BE6820; - pub const zoom: usize = 0x1E39FD0; + pub const zoom: usize = 0x1E3A060; } } diff --git a/output/client_dll.cs b/output/client_dll.cs index 8a239597..6ad4f7b8 100644 --- a/output/client_dll.cs +++ b/output/client_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: client.dll diff --git a/output/client_dll.hpp b/output/client_dll.hpp index 39a8f44f..9ace1a16 100644 --- a/output/client_dll.hpp +++ b/output/client_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/client_dll.rs b/output/client_dll.rs index 7b41bd6a..1671aa15 100644 --- a/output/client_dll.rs +++ b/output/client_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/engine2_dll.cs b/output/engine2_dll.cs index d45d4b12..07d2ca15 100644 --- a/output/engine2_dll.cs +++ b/output/engine2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: engine2.dll diff --git a/output/engine2_dll.hpp b/output/engine2_dll.hpp index 6974497d..b7e05069 100644 --- a/output/engine2_dll.hpp +++ b/output/engine2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/engine2_dll.rs b/output/engine2_dll.rs index 436f1c7c..539af6ad 100644 --- a/output/engine2_dll.rs +++ b/output/engine2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/host_dll.cs b/output/host_dll.cs index c6be2077..5ffee066 100644 --- a/output/host_dll.cs +++ b/output/host_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: host.dll diff --git a/output/host_dll.hpp b/output/host_dll.hpp index b70fd410..2109627e 100644 --- a/output/host_dll.hpp +++ b/output/host_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/host_dll.rs b/output/host_dll.rs index 5056a961..b7e98947 100644 --- a/output/host_dll.rs +++ b/output/host_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/info.json b/output/info.json index 13bc34e8..a5679e46 100644 --- a/output/info.json +++ b/output/info.json @@ -1,4 +1,4 @@ { "build_number": 14126, - "timestamp": "2025-11-22T10:24:50.671288800+00:00" + "timestamp": "2025-11-25T23:18:27.836375200+00:00" } \ No newline at end of file diff --git a/output/interfaces.cs b/output/interfaces.cs index 007cd1ca..f85fce20 100644 --- a/output/interfaces.cs +++ b/output/interfaces.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Interfaces { // Module: animationsystem.dll @@ -10,11 +10,11 @@ namespace CS2Dumper.Interfaces { // Module: client.dll public static class ClientDll { public const nint ClientToolsInfo_001 = 0x1BE5BB0; - public const nint EmptyWorldService001_Client = 0x1BA0FB0; + public const nint EmptyWorldService001_Client = 0x1BA0FA0; public const nint GameClientExports001 = 0x1BE2890; public const nint LegacyGameUI001 = 0x1C01130; - public const nint Source2Client002 = 0x1E2A570; - public const nint Source2ClientConfig001 = 0x1DC3DD0; + public const nint Source2Client002 = 0x1E2A5F0; + public const nint Source2ClientConfig001 = 0x1DC3E50; public const nint Source2ClientPrediction001 = 0x1BECE50; public const nint Source2ClientUI001 = 0x1BFF670; } @@ -124,7 +124,7 @@ namespace CS2Dumper.Interfaces { } // Module: particles.dll public static class ParticlesDll { - public const nint ParticleSystemMgr003 = 0x555680; + public const nint ParticleSystemMgr003 = 0x555660; } // Module: pulse_system.dll public static class PulseSystemDll { @@ -148,7 +148,7 @@ namespace CS2Dumper.Interfaces { // Module: scenesystem.dll public static class ScenesystemDll { public const nint RenderingPipelines_001 = 0x61BB40; - public const nint SceneSystem_002 = 0x83E7D0; + public const nint SceneSystem_002 = 0x83E790; public const nint SceneUtils_001 = 0x61C440; } // Module: schemasystem.dll @@ -158,7 +158,7 @@ namespace CS2Dumper.Interfaces { // Module: server.dll public static class ServerDll { public const nint EmptyWorldService001_Server = 0x1732FA0; - public const nint EntitySubclassUtilsV001 = 0x16DF2D0; + public const nint EntitySubclassUtilsV001 = 0x16DF2C0; public const nint NavGameTest001 = 0x17DBD10; public const nint ServerToolsInfo_001 = 0x178B1A8; public const nint Source2GameClients001 = 0x1786AF0; @@ -181,28 +181,28 @@ namespace CS2Dumper.Interfaces { } // Module: steamclient64.dll public static class Steamclient64Dll { - public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB27E3A); - public const nint IVALIDATE001 = 0x155E8C8; - public const nint SteamClient006 = 0x155BDE0; - public const nint SteamClient007 = 0x155BDE8; - public const nint SteamClient008 = 0x155BDF0; - public const nint SteamClient009 = 0x155BDF8; - public const nint SteamClient010 = 0x155BE00; - public const nint SteamClient011 = 0x155BE08; - public const nint SteamClient012 = 0x155BE10; - public const nint SteamClient013 = 0x155BE18; - public const nint SteamClient014 = 0x155BE20; - public const nint SteamClient015 = 0x155BE28; - public const nint SteamClient016 = 0x155BE30; - public const nint SteamClient017 = 0x155BE38; - public const nint SteamClient018 = 0x155BE40; - public const nint SteamClient019 = 0x155BE48; - public const nint SteamClient020 = 0x155BE50; - public const nint SteamClient021 = 0x155BE58; - public const nint SteamClient022 = 0x155BE60; - public const nint SteamClient023 = 0x155BE68; - public const nint p2pvoice002 = 0x14E1DBF; - public const nint p2pvoicesingleton002 = 0x15380F0; + public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB280AA); + public const nint IVALIDATE001 = 0x15608C8; + public const nint SteamClient006 = 0x155DDE0; + public const nint SteamClient007 = 0x155DDE8; + public const nint SteamClient008 = 0x155DDF0; + public const nint SteamClient009 = 0x155DDF8; + public const nint SteamClient010 = 0x155DE00; + public const nint SteamClient011 = 0x155DE08; + public const nint SteamClient012 = 0x155DE10; + public const nint SteamClient013 = 0x155DE18; + public const nint SteamClient014 = 0x155DE20; + public const nint SteamClient015 = 0x155DE28; + public const nint SteamClient016 = 0x155DE30; + public const nint SteamClient017 = 0x155DE38; + public const nint SteamClient018 = 0x155DE40; + public const nint SteamClient019 = 0x155DE48; + public const nint SteamClient020 = 0x155DE50; + public const nint SteamClient021 = 0x155DE58; + public const nint SteamClient022 = 0x155DE60; + public const nint SteamClient023 = 0x155DE68; + public const nint p2pvoice002 = 0x14E1E7F; + public const nint p2pvoicesingleton002 = 0x153A0F0; } // Module: tier0.dll public static class Tier0Dll { diff --git a/output/interfaces.hpp b/output/interfaces.hpp index d346b5b8..45fcdfbc 100644 --- a/output/interfaces.hpp +++ b/output/interfaces.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once @@ -15,11 +15,11 @@ namespace cs2_dumper { // Module: client.dll namespace client_dll { constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1BE5BB0; - constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1BA0FB0; + constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1BA0FA0; constexpr std::ptrdiff_t GameClientExports001 = 0x1BE2890; constexpr std::ptrdiff_t LegacyGameUI001 = 0x1C01130; - constexpr std::ptrdiff_t Source2Client002 = 0x1E2A570; - constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1DC3DD0; + constexpr std::ptrdiff_t Source2Client002 = 0x1E2A5F0; + constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1DC3E50; constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1BECE50; constexpr std::ptrdiff_t Source2ClientUI001 = 0x1BFF670; } @@ -129,7 +129,7 @@ namespace cs2_dumper { } // Module: particles.dll namespace particles_dll { - constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x555680; + constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x555660; } // Module: pulse_system.dll namespace pulse_system_dll { @@ -153,7 +153,7 @@ namespace cs2_dumper { // Module: scenesystem.dll namespace scenesystem_dll { constexpr std::ptrdiff_t RenderingPipelines_001 = 0x61BB40; - constexpr std::ptrdiff_t SceneSystem_002 = 0x83E7D0; + constexpr std::ptrdiff_t SceneSystem_002 = 0x83E790; constexpr std::ptrdiff_t SceneUtils_001 = 0x61C440; } // Module: schemasystem.dll @@ -163,7 +163,7 @@ namespace cs2_dumper { // Module: server.dll namespace server_dll { constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1732FA0; - constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x16DF2D0; + constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x16DF2C0; constexpr std::ptrdiff_t NavGameTest001 = 0x17DBD10; constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x178B1A8; constexpr std::ptrdiff_t Source2GameClients001 = 0x1786AF0; @@ -186,28 +186,28 @@ namespace cs2_dumper { } // Module: steamclient64.dll namespace steamclient64_dll { - constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB27E3A; - constexpr std::ptrdiff_t IVALIDATE001 = 0x155E8C8; - constexpr std::ptrdiff_t SteamClient006 = 0x155BDE0; - constexpr std::ptrdiff_t SteamClient007 = 0x155BDE8; - constexpr std::ptrdiff_t SteamClient008 = 0x155BDF0; - constexpr std::ptrdiff_t SteamClient009 = 0x155BDF8; - constexpr std::ptrdiff_t SteamClient010 = 0x155BE00; - constexpr std::ptrdiff_t SteamClient011 = 0x155BE08; - constexpr std::ptrdiff_t SteamClient012 = 0x155BE10; - constexpr std::ptrdiff_t SteamClient013 = 0x155BE18; - constexpr std::ptrdiff_t SteamClient014 = 0x155BE20; - constexpr std::ptrdiff_t SteamClient015 = 0x155BE28; - constexpr std::ptrdiff_t SteamClient016 = 0x155BE30; - constexpr std::ptrdiff_t SteamClient017 = 0x155BE38; - constexpr std::ptrdiff_t SteamClient018 = 0x155BE40; - constexpr std::ptrdiff_t SteamClient019 = 0x155BE48; - constexpr std::ptrdiff_t SteamClient020 = 0x155BE50; - constexpr std::ptrdiff_t SteamClient021 = 0x155BE58; - constexpr std::ptrdiff_t SteamClient022 = 0x155BE60; - constexpr std::ptrdiff_t SteamClient023 = 0x155BE68; - constexpr std::ptrdiff_t p2pvoice002 = 0x14E1DBF; - constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x15380F0; + constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB280AA; + constexpr std::ptrdiff_t IVALIDATE001 = 0x15608C8; + constexpr std::ptrdiff_t SteamClient006 = 0x155DDE0; + constexpr std::ptrdiff_t SteamClient007 = 0x155DDE8; + constexpr std::ptrdiff_t SteamClient008 = 0x155DDF0; + constexpr std::ptrdiff_t SteamClient009 = 0x155DDF8; + constexpr std::ptrdiff_t SteamClient010 = 0x155DE00; + constexpr std::ptrdiff_t SteamClient011 = 0x155DE08; + constexpr std::ptrdiff_t SteamClient012 = 0x155DE10; + constexpr std::ptrdiff_t SteamClient013 = 0x155DE18; + constexpr std::ptrdiff_t SteamClient014 = 0x155DE20; + constexpr std::ptrdiff_t SteamClient015 = 0x155DE28; + constexpr std::ptrdiff_t SteamClient016 = 0x155DE30; + constexpr std::ptrdiff_t SteamClient017 = 0x155DE38; + constexpr std::ptrdiff_t SteamClient018 = 0x155DE40; + constexpr std::ptrdiff_t SteamClient019 = 0x155DE48; + constexpr std::ptrdiff_t SteamClient020 = 0x155DE50; + constexpr std::ptrdiff_t SteamClient021 = 0x155DE58; + constexpr std::ptrdiff_t SteamClient022 = 0x155DE60; + constexpr std::ptrdiff_t SteamClient023 = 0x155DE68; + constexpr std::ptrdiff_t p2pvoice002 = 0x14E1E7F; + constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x153A0F0; } // Module: tier0.dll namespace tier0_dll { diff --git a/output/interfaces.json b/output/interfaces.json index e65e4b47..1dd164e8 100644 --- a/output/interfaces.json +++ b/output/interfaces.json @@ -5,11 +5,11 @@ }, "client.dll": { "ClientToolsInfo_001": 29252528, - "EmptyWorldService001_Client": 28970928, + "EmptyWorldService001_Client": 28970912, "GameClientExports001": 29239440, "LegacyGameUI001": 29364528, - "Source2Client002": 31630704, - "Source2ClientConfig001": 31210960, + "Source2Client002": 31630832, + "Source2ClientConfig001": 31211088, "Source2ClientPrediction001": 29281872, "Source2ClientUI001": 29357680 }, @@ -104,7 +104,7 @@ "PanoramaUIClient001": 2691584 }, "particles.dll": { - "ParticleSystemMgr003": 5592704 + "ParticleSystemMgr003": 5592672 }, "pulse_system.dll": { "IPulseSystem_001": 2035248 @@ -123,7 +123,7 @@ }, "scenesystem.dll": { "RenderingPipelines_001": 6404928, - "SceneSystem_002": 8644560, + "SceneSystem_002": 8644496, "SceneUtils_001": 6407232 }, "schemasystem.dll": { @@ -131,7 +131,7 @@ }, "server.dll": { "EmptyWorldService001_Server": 24326048, - "EntitySubclassUtilsV001": 23982800, + "EntitySubclassUtilsV001": 23982784, "NavGameTest001": 25017616, "ServerToolsInfo_001": 24687016, "Source2GameClients001": 24668912, @@ -151,28 +151,28 @@ "SteamAudio001": 2454896 }, "steamclient64.dll": { - "CLIENTENGINE_INTERFACE_VERSION005": 18446744071758315066, - "IVALIDATE001": 22407368, - "SteamClient006": 22396384, - "SteamClient007": 22396392, - "SteamClient008": 22396400, - "SteamClient009": 22396408, - "SteamClient010": 22396416, - "SteamClient011": 22396424, - "SteamClient012": 22396432, - "SteamClient013": 22396440, - "SteamClient014": 22396448, - "SteamClient015": 22396456, - "SteamClient016": 22396464, - "SteamClient017": 22396472, - "SteamClient018": 22396480, - "SteamClient019": 22396488, - "SteamClient020": 22396496, - "SteamClient021": 22396504, - "SteamClient022": 22396512, - "SteamClient023": 22396520, - "p2pvoice002": 21896639, - "p2pvoicesingleton002": 22249712 + "CLIENTENGINE_INTERFACE_VERSION005": 18446744071758315690, + "IVALIDATE001": 22415560, + "SteamClient006": 22404576, + "SteamClient007": 22404584, + "SteamClient008": 22404592, + "SteamClient009": 22404600, + "SteamClient010": 22404608, + "SteamClient011": 22404616, + "SteamClient012": 22404624, + "SteamClient013": 22404632, + "SteamClient014": 22404640, + "SteamClient015": 22404648, + "SteamClient016": 22404656, + "SteamClient017": 22404664, + "SteamClient018": 22404672, + "SteamClient019": 22404680, + "SteamClient020": 22404688, + "SteamClient021": 22404696, + "SteamClient022": 22404704, + "SteamClient023": 22404712, + "p2pvoice002": 21896831, + "p2pvoicesingleton002": 22257904 }, "tier0.dll": { "TestScriptMgr001": 3765664, diff --git a/output/interfaces.rs b/output/interfaces.rs index 80b759ca..61148633 100644 --- a/output/interfaces.rs +++ b/output/interfaces.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, unused)] @@ -13,11 +13,11 @@ pub mod cs2_dumper { // Module: client.dll pub mod client_dll { pub const ClientToolsInfo_001: usize = 0x1BE5BB0; - pub const EmptyWorldService001_Client: usize = 0x1BA0FB0; + pub const EmptyWorldService001_Client: usize = 0x1BA0FA0; pub const GameClientExports001: usize = 0x1BE2890; pub const LegacyGameUI001: usize = 0x1C01130; - pub const Source2Client002: usize = 0x1E2A570; - pub const Source2ClientConfig001: usize = 0x1DC3DD0; + pub const Source2Client002: usize = 0x1E2A5F0; + pub const Source2ClientConfig001: usize = 0x1DC3E50; pub const Source2ClientPrediction001: usize = 0x1BECE50; pub const Source2ClientUI001: usize = 0x1BFF670; } @@ -127,7 +127,7 @@ pub mod cs2_dumper { } // Module: particles.dll pub mod particles_dll { - pub const ParticleSystemMgr003: usize = 0x555680; + pub const ParticleSystemMgr003: usize = 0x555660; } // Module: pulse_system.dll pub mod pulse_system_dll { @@ -151,7 +151,7 @@ pub mod cs2_dumper { // Module: scenesystem.dll pub mod scenesystem_dll { pub const RenderingPipelines_001: usize = 0x61BB40; - pub const SceneSystem_002: usize = 0x83E7D0; + pub const SceneSystem_002: usize = 0x83E790; pub const SceneUtils_001: usize = 0x61C440; } // Module: schemasystem.dll @@ -161,7 +161,7 @@ pub mod cs2_dumper { // Module: server.dll pub mod server_dll { pub const EmptyWorldService001_Server: usize = 0x1732FA0; - pub const EntitySubclassUtilsV001: usize = 0x16DF2D0; + pub const EntitySubclassUtilsV001: usize = 0x16DF2C0; pub const NavGameTest001: usize = 0x17DBD10; pub const ServerToolsInfo_001: usize = 0x178B1A8; pub const Source2GameClients001: usize = 0x1786AF0; @@ -184,28 +184,28 @@ pub mod cs2_dumper { } // Module: steamclient64.dll pub mod steamclient64_dll { - pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB27E3A; - pub const IVALIDATE001: usize = 0x155E8C8; - pub const SteamClient006: usize = 0x155BDE0; - pub const SteamClient007: usize = 0x155BDE8; - pub const SteamClient008: usize = 0x155BDF0; - pub const SteamClient009: usize = 0x155BDF8; - pub const SteamClient010: usize = 0x155BE00; - pub const SteamClient011: usize = 0x155BE08; - pub const SteamClient012: usize = 0x155BE10; - pub const SteamClient013: usize = 0x155BE18; - pub const SteamClient014: usize = 0x155BE20; - pub const SteamClient015: usize = 0x155BE28; - pub const SteamClient016: usize = 0x155BE30; - pub const SteamClient017: usize = 0x155BE38; - pub const SteamClient018: usize = 0x155BE40; - pub const SteamClient019: usize = 0x155BE48; - pub const SteamClient020: usize = 0x155BE50; - pub const SteamClient021: usize = 0x155BE58; - pub const SteamClient022: usize = 0x155BE60; - pub const SteamClient023: usize = 0x155BE68; - pub const p2pvoice002: usize = 0x14E1DBF; - pub const p2pvoicesingleton002: usize = 0x15380F0; + pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB280AA; + pub const IVALIDATE001: usize = 0x15608C8; + pub const SteamClient006: usize = 0x155DDE0; + pub const SteamClient007: usize = 0x155DDE8; + pub const SteamClient008: usize = 0x155DDF0; + pub const SteamClient009: usize = 0x155DDF8; + pub const SteamClient010: usize = 0x155DE00; + pub const SteamClient011: usize = 0x155DE08; + pub const SteamClient012: usize = 0x155DE10; + pub const SteamClient013: usize = 0x155DE18; + pub const SteamClient014: usize = 0x155DE20; + pub const SteamClient015: usize = 0x155DE28; + pub const SteamClient016: usize = 0x155DE30; + pub const SteamClient017: usize = 0x155DE38; + pub const SteamClient018: usize = 0x155DE40; + pub const SteamClient019: usize = 0x155DE48; + pub const SteamClient020: usize = 0x155DE50; + pub const SteamClient021: usize = 0x155DE58; + pub const SteamClient022: usize = 0x155DE60; + pub const SteamClient023: usize = 0x155DE68; + pub const p2pvoice002: usize = 0x14E1E7F; + pub const p2pvoicesingleton002: usize = 0x153A0F0; } // Module: tier0.dll pub mod tier0_dll { diff --git a/output/materialsystem2_dll.cs b/output/materialsystem2_dll.cs index bbdf86e9..fe06f0a5 100644 --- a/output/materialsystem2_dll.cs +++ b/output/materialsystem2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: materialsystem2.dll diff --git a/output/materialsystem2_dll.hpp b/output/materialsystem2_dll.hpp index 1a1adf97..523fa5bf 100644 --- a/output/materialsystem2_dll.hpp +++ b/output/materialsystem2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/materialsystem2_dll.rs b/output/materialsystem2_dll.rs index 5fc629cd..6b447795 100644 --- a/output/materialsystem2_dll.rs +++ b/output/materialsystem2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/networksystem_dll.cs b/output/networksystem_dll.cs index b5920766..3a4c4a98 100644 --- a/output/networksystem_dll.cs +++ b/output/networksystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: networksystem.dll diff --git a/output/networksystem_dll.hpp b/output/networksystem_dll.hpp index 94e5c5d1..709d1900 100644 --- a/output/networksystem_dll.hpp +++ b/output/networksystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/networksystem_dll.rs b/output/networksystem_dll.rs index 7214c845..c231c796 100644 --- a/output/networksystem_dll.rs +++ b/output/networksystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/offsets.cs b/output/offsets.cs index f7876244..d29873ba 100644 --- a/output/offsets.cs +++ b/output/offsets.cs @@ -1,26 +1,26 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Offsets { // Module: client.dll public static class ClientDll { - public const nint dwCSGOInput = 0x1E3A140; - public const nint dwEntityList = 0x1D11CF8; - public const nint dwGameEntitySystem = 0x1FB69E0; + public const nint dwCSGOInput = 0x1E3A1D0; + public const nint dwEntityList = 0x1D11D78; + public const nint dwGameEntitySystem = 0x1FB6A70; public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0; - public const nint dwGameRules = 0x1E2F410; + public const nint dwGameRules = 0x1E2F490; public const nint dwGlobalVars = 0x1BE21C0; - public const nint dwGlowManager = 0x1E2C2B8; - public const nint dwLocalPlayerController = 0x1E1BBD8; + public const nint dwGlowManager = 0x1E2C338; + public const nint dwLocalPlayerController = 0x1E1BC58; public const nint dwLocalPlayerPawn = 0x1BECF38; - public const nint dwPlantedC4 = 0x1E34BD8; + public const nint dwPlantedC4 = 0x1E34C68; public const nint dwPrediction = 0x1BECE50; - public const nint dwSensitivity = 0x1E2CD08; + public const nint dwSensitivity = 0x1E2CD88; public const nint dwSensitivity_sensitivity = 0x50; - public const nint dwViewAngles = 0x1E3A7F0; - public const nint dwViewMatrix = 0x1E303D0; - public const nint dwViewRender = 0x1E30F48; - public const nint dwWeaponC4 = 0x1DCD150; + public const nint dwViewAngles = 0x1E3A880; + public const nint dwViewMatrix = 0x1E30450; + public const nint dwViewRender = 0x1E30FC8; + public const nint dwWeaponC4 = 0x1DCD210; } // Module: engine2.dll public static class Engine2Dll { diff --git a/output/offsets.hpp b/output/offsets.hpp index 0b690ca4..cb9b5c55 100644 --- a/output/offsets.hpp +++ b/output/offsets.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once @@ -9,23 +9,23 @@ namespace cs2_dumper { namespace offsets { // Module: client.dll namespace client_dll { - constexpr std::ptrdiff_t dwCSGOInput = 0x1E3A140; - constexpr std::ptrdiff_t dwEntityList = 0x1D11CF8; - constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FB69E0; + constexpr std::ptrdiff_t dwCSGOInput = 0x1E3A1D0; + constexpr std::ptrdiff_t dwEntityList = 0x1D11D78; + constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FB6A70; constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0; - constexpr std::ptrdiff_t dwGameRules = 0x1E2F410; + constexpr std::ptrdiff_t dwGameRules = 0x1E2F490; constexpr std::ptrdiff_t dwGlobalVars = 0x1BE21C0; - constexpr std::ptrdiff_t dwGlowManager = 0x1E2C2B8; - constexpr std::ptrdiff_t dwLocalPlayerController = 0x1E1BBD8; + constexpr std::ptrdiff_t dwGlowManager = 0x1E2C338; + constexpr std::ptrdiff_t dwLocalPlayerController = 0x1E1BC58; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1BECF38; - constexpr std::ptrdiff_t dwPlantedC4 = 0x1E34BD8; + constexpr std::ptrdiff_t dwPlantedC4 = 0x1E34C68; constexpr std::ptrdiff_t dwPrediction = 0x1BECE50; - constexpr std::ptrdiff_t dwSensitivity = 0x1E2CD08; + constexpr std::ptrdiff_t dwSensitivity = 0x1E2CD88; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x50; - constexpr std::ptrdiff_t dwViewAngles = 0x1E3A7F0; - constexpr std::ptrdiff_t dwViewMatrix = 0x1E303D0; - constexpr std::ptrdiff_t dwViewRender = 0x1E30F48; - constexpr std::ptrdiff_t dwWeaponC4 = 0x1DCD150; + constexpr std::ptrdiff_t dwViewAngles = 0x1E3A880; + constexpr std::ptrdiff_t dwViewMatrix = 0x1E30450; + constexpr std::ptrdiff_t dwViewRender = 0x1E30FC8; + constexpr std::ptrdiff_t dwWeaponC4 = 0x1DCD210; } // Module: engine2.dll namespace engine2_dll { diff --git a/output/offsets.json b/output/offsets.json index b6268731..69aea9b2 100644 --- a/output/offsets.json +++ b/output/offsets.json @@ -1,22 +1,22 @@ { "client.dll": { - "dwCSGOInput": 31695168, - "dwEntityList": 30481656, - "dwGameEntitySystem": 33253856, + "dwCSGOInput": 31695312, + "dwEntityList": 30481784, + "dwGameEntitySystem": 33254000, "dwGameEntitySystem_highestEntityIndex": 8432, - "dwGameRules": 31650832, + "dwGameRules": 31650960, "dwGlobalVars": 29237696, - "dwGlowManager": 31638200, - "dwLocalPlayerController": 31570904, + "dwGlowManager": 31638328, + "dwLocalPlayerController": 31571032, "dwLocalPlayerPawn": 29282104, - "dwPlantedC4": 31673304, + "dwPlantedC4": 31673448, "dwPrediction": 29281872, - "dwSensitivity": 31640840, + "dwSensitivity": 31640968, "dwSensitivity_sensitivity": 80, - "dwViewAngles": 31696880, - "dwViewMatrix": 31654864, - "dwViewRender": 31657800, - "dwWeaponC4": 31248720 + "dwViewAngles": 31697024, + "dwViewMatrix": 31654992, + "dwViewRender": 31657928, + "dwWeaponC4": 31248912 }, "engine2.dll": { "dwBuildNumber": 6231012, diff --git a/output/offsets.rs b/output/offsets.rs index e593fa84..e87e0eaf 100644 --- a/output/offsets.rs +++ b/output/offsets.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, unused)] @@ -7,23 +7,23 @@ pub mod cs2_dumper { pub mod offsets { // Module: client.dll pub mod client_dll { - pub const dwCSGOInput: usize = 0x1E3A140; - pub const dwEntityList: usize = 0x1D11CF8; - pub const dwGameEntitySystem: usize = 0x1FB69E0; + pub const dwCSGOInput: usize = 0x1E3A1D0; + pub const dwEntityList: usize = 0x1D11D78; + pub const dwGameEntitySystem: usize = 0x1FB6A70; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0; - pub const dwGameRules: usize = 0x1E2F410; + pub const dwGameRules: usize = 0x1E2F490; pub const dwGlobalVars: usize = 0x1BE21C0; - pub const dwGlowManager: usize = 0x1E2C2B8; - pub const dwLocalPlayerController: usize = 0x1E1BBD8; + pub const dwGlowManager: usize = 0x1E2C338; + pub const dwLocalPlayerController: usize = 0x1E1BC58; pub const dwLocalPlayerPawn: usize = 0x1BECF38; - pub const dwPlantedC4: usize = 0x1E34BD8; + pub const dwPlantedC4: usize = 0x1E34C68; pub const dwPrediction: usize = 0x1BECE50; - pub const dwSensitivity: usize = 0x1E2CD08; + pub const dwSensitivity: usize = 0x1E2CD88; pub const dwSensitivity_sensitivity: usize = 0x50; - pub const dwViewAngles: usize = 0x1E3A7F0; - pub const dwViewMatrix: usize = 0x1E303D0; - pub const dwViewRender: usize = 0x1E30F48; - pub const dwWeaponC4: usize = 0x1DCD150; + pub const dwViewAngles: usize = 0x1E3A880; + pub const dwViewMatrix: usize = 0x1E30450; + pub const dwViewRender: usize = 0x1E30FC8; + pub const dwWeaponC4: usize = 0x1DCD210; } // Module: engine2.dll pub mod engine2_dll { diff --git a/output/panorama_dll.cs b/output/panorama_dll.cs index 13d7b6d9..058bb194 100644 --- a/output/panorama_dll.cs +++ b/output/panorama_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: panorama.dll diff --git a/output/panorama_dll.hpp b/output/panorama_dll.hpp index 698b1f24..0f8b8999 100644 --- a/output/panorama_dll.hpp +++ b/output/panorama_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/panorama_dll.rs b/output/panorama_dll.rs index edf4026e..14bb9180 100644 --- a/output/panorama_dll.rs +++ b/output/panorama_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/particles_dll.cs b/output/particles_dll.cs index 6687110b..52689cb8 100644 --- a/output/particles_dll.cs +++ b/output/particles_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: particles.dll diff --git a/output/particles_dll.hpp b/output/particles_dll.hpp index 9fc992eb..dfc33b8b 100644 --- a/output/particles_dll.hpp +++ b/output/particles_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/particles_dll.rs b/output/particles_dll.rs index 555899f2..f86642c7 100644 --- a/output/particles_dll.rs +++ b/output/particles_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/pulse_system_dll.cs b/output/pulse_system_dll.cs index c3ce798a..6fa5be48 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 -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: pulse_system.dll diff --git a/output/pulse_system_dll.hpp b/output/pulse_system_dll.hpp index e29812c8..93f4c264 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 -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/pulse_system_dll.rs b/output/pulse_system_dll.rs index 55645f71..c94500f8 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 -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/rendersystemdx11_dll.cs b/output/rendersystemdx11_dll.cs index ed83ea1e..d47a7431 100644 --- a/output/rendersystemdx11_dll.cs +++ b/output/rendersystemdx11_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: rendersystemdx11.dll diff --git a/output/rendersystemdx11_dll.hpp b/output/rendersystemdx11_dll.hpp index 49e00014..65d9e0da 100644 --- a/output/rendersystemdx11_dll.hpp +++ b/output/rendersystemdx11_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/rendersystemdx11_dll.rs b/output/rendersystemdx11_dll.rs index 73d56d5f..bdd5bf87 100644 --- a/output/rendersystemdx11_dll.rs +++ b/output/rendersystemdx11_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/resourcesystem_dll.cs b/output/resourcesystem_dll.cs index 70d61bbe..5c6a765a 100644 --- a/output/resourcesystem_dll.cs +++ b/output/resourcesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: resourcesystem.dll diff --git a/output/resourcesystem_dll.hpp b/output/resourcesystem_dll.hpp index 06b239c6..3d38f5c5 100644 --- a/output/resourcesystem_dll.hpp +++ b/output/resourcesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/resourcesystem_dll.rs b/output/resourcesystem_dll.rs index ee3ca17b..67267d72 100644 --- a/output/resourcesystem_dll.rs +++ b/output/resourcesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/scenesystem_dll.cs b/output/scenesystem_dll.cs index ca4a396b..9a44a782 100644 --- a/output/scenesystem_dll.cs +++ b/output/scenesystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: scenesystem.dll diff --git a/output/scenesystem_dll.hpp b/output/scenesystem_dll.hpp index f60afc1f..3d1d8b94 100644 --- a/output/scenesystem_dll.hpp +++ b/output/scenesystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/scenesystem_dll.rs b/output/scenesystem_dll.rs index e9af0000..e6e14264 100644 --- a/output/scenesystem_dll.rs +++ b/output/scenesystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/schemasystem_dll.cs b/output/schemasystem_dll.cs index 82ad6c60..a6f00e8b 100644 --- a/output/schemasystem_dll.cs +++ b/output/schemasystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: schemasystem.dll diff --git a/output/schemasystem_dll.hpp b/output/schemasystem_dll.hpp index 4ff0be20..601eb075 100644 --- a/output/schemasystem_dll.hpp +++ b/output/schemasystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/schemasystem_dll.rs b/output/schemasystem_dll.rs index e8f9f729..43544173 100644 --- a/output/schemasystem_dll.rs +++ b/output/schemasystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/server_dll.cs b/output/server_dll.cs index 88439356..cf4e4be3 100644 --- a/output/server_dll.cs +++ b/output/server_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: server.dll diff --git a/output/server_dll.hpp b/output/server_dll.hpp index 882494ca..281bf9fb 100644 --- a/output/server_dll.hpp +++ b/output/server_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/server_dll.rs b/output/server_dll.rs index 3f83fab8..f1055946 100644 --- a/output/server_dll.rs +++ b/output/server_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/soundsystem_dll.cs b/output/soundsystem_dll.cs index 04e90800..9db72227 100644 --- a/output/soundsystem_dll.cs +++ b/output/soundsystem_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: soundsystem.dll diff --git a/output/soundsystem_dll.hpp b/output/soundsystem_dll.hpp index 03fdb202..dc7080da 100644 --- a/output/soundsystem_dll.hpp +++ b/output/soundsystem_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/soundsystem_dll.rs b/output/soundsystem_dll.rs index 8c2c301d..02ac62a9 100644 --- a/output/soundsystem_dll.rs +++ b/output/soundsystem_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/steamaudio_dll.cs b/output/steamaudio_dll.cs index d8406857..405fa78a 100644 --- a/output/steamaudio_dll.cs +++ b/output/steamaudio_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: steamaudio.dll diff --git a/output/steamaudio_dll.hpp b/output/steamaudio_dll.hpp index cd6b095e..fdc8e15b 100644 --- a/output/steamaudio_dll.hpp +++ b/output/steamaudio_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/steamaudio_dll.rs b/output/steamaudio_dll.rs index d7589281..e8da401a 100644 --- a/output/steamaudio_dll.rs +++ b/output/steamaudio_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/vphysics2_dll.cs b/output/vphysics2_dll.cs index e3f2cb12..f575e583 100644 --- a/output/vphysics2_dll.cs +++ b/output/vphysics2_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: vphysics2.dll diff --git a/output/vphysics2_dll.hpp b/output/vphysics2_dll.hpp index ec8d04fb..d6c25498 100644 --- a/output/vphysics2_dll.hpp +++ b/output/vphysics2_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/vphysics2_dll.rs b/output/vphysics2_dll.rs index 76902531..58f7530e 100644 --- a/output/vphysics2_dll.rs +++ b/output/vphysics2_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] diff --git a/output/worldrenderer_dll.cs b/output/worldrenderer_dll.cs index e163d538..17b795a1 100644 --- a/output/worldrenderer_dll.cs +++ b/output/worldrenderer_dll.cs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC namespace CS2Dumper.Schemas { // Module: worldrenderer.dll diff --git a/output/worldrenderer_dll.hpp b/output/worldrenderer_dll.hpp index fef87880..83a7cc12 100644 --- a/output/worldrenderer_dll.hpp +++ b/output/worldrenderer_dll.hpp @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #pragma once diff --git a/output/worldrenderer_dll.rs b/output/worldrenderer_dll.rs index 02676d9b..85de2fa8 100644 --- a/output/worldrenderer_dll.rs +++ b/output/worldrenderer_dll.rs @@ -1,5 +1,5 @@ // Generated using https://github.com/a2x/cs2-dumper -// 2025-11-22 10:24:50.671288800 UTC +// 2025-11-25 23:18:27.836375200 UTC #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]