From c0d406f220bd3137f4b63dd54e62197371903942 Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Sat, 4 Nov 2023 14:06:09 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Game=20Update=2013967=20(2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 34 ++++-------------------------- generated/animationsystem.dll.cs | 2 +- generated/animationsystem.dll.hpp | 2 +- generated/animationsystem.dll.py | 2 +- generated/animationsystem.dll.rs | 2 +- generated/client.dll.cs | 2 +- generated/client.dll.hpp | 2 +- generated/client.dll.py | 2 +- generated/client.dll.rs | 2 +- generated/engine2.dll.cs | 2 +- generated/engine2.dll.hpp | 2 +- generated/engine2.dll.py | 2 +- generated/engine2.dll.rs | 2 +- generated/host.dll.cs | 2 +- generated/host.dll.hpp | 2 +- generated/host.dll.py | 2 +- generated/host.dll.rs | 2 +- generated/interfaces.cs | 24 ++++++++++----------- generated/interfaces.hpp | 24 ++++++++++----------- generated/interfaces.json | 22 +++++++++---------- generated/interfaces.py | 24 ++++++++++----------- generated/interfaces.rs | 24 ++++++++++----------- generated/materialsystem2.dll.cs | 2 +- generated/materialsystem2.dll.hpp | 2 +- generated/materialsystem2.dll.py | 2 +- generated/materialsystem2.dll.rs | 2 +- generated/networksystem.dll.cs | 2 +- generated/networksystem.dll.hpp | 2 +- generated/networksystem.dll.py | 2 +- generated/networksystem.dll.rs | 2 +- generated/offsets.cs | 6 ++---- generated/offsets.hpp | 6 ++---- generated/offsets.json | 10 +-------- generated/offsets.py | 6 ++---- generated/offsets.rs | 6 ++---- generated/particles.dll.cs | 2 +- generated/particles.dll.hpp | 2 +- generated/particles.dll.py | 2 +- generated/particles.dll.rs | 2 +- generated/pulse_system.dll.cs | 2 +- generated/pulse_system.dll.hpp | 2 +- generated/pulse_system.dll.py | 2 +- generated/pulse_system.dll.rs | 2 +- generated/rendersystemdx11.dll.cs | 2 +- generated/rendersystemdx11.dll.hpp | 2 +- generated/rendersystemdx11.dll.py | 2 +- generated/rendersystemdx11.dll.rs | 2 +- generated/resourcesystem.dll.cs | 2 +- generated/resourcesystem.dll.hpp | 2 +- generated/resourcesystem.dll.py | 2 +- generated/resourcesystem.dll.rs | 2 +- generated/scenesystem.dll.cs | 2 +- generated/scenesystem.dll.hpp | 2 +- generated/scenesystem.dll.py | 2 +- generated/scenesystem.dll.rs | 2 +- generated/schemasystem.dll.cs | 2 +- generated/schemasystem.dll.hpp | 2 +- generated/schemasystem.dll.py | 2 +- generated/schemasystem.dll.rs | 2 +- generated/server.dll.cs | 2 +- generated/server.dll.hpp | 2 +- generated/server.dll.py | 2 +- generated/server.dll.rs | 2 +- generated/soundsystem.dll.cs | 2 +- generated/soundsystem.dll.hpp | 2 +- generated/soundsystem.dll.py | 2 +- generated/soundsystem.dll.rs | 2 +- generated/vphysics2.dll.cs | 2 +- generated/vphysics2.dll.hpp | 2 +- generated/vphysics2.dll.py | 2 +- generated/vphysics2.dll.rs | 2 +- generated/worldrenderer.dll.cs | 2 +- generated/worldrenderer.dll.hpp | 2 +- generated/worldrenderer.dll.py | 2 +- generated/worldrenderer.dll.rs | 2 +- 75 files changed, 136 insertions(+), 178 deletions(-) diff --git a/config.json b/config.json index 7449080..e2a40b4 100644 --- a/config.json +++ b/config.json @@ -1,15 +1,5 @@ { "signatures": [ - { - "name": "dwBaseEntityModel_setModel", - "module": "client.dll", - "pattern": "E8 ? ? ? ? F3 0F 10 4C 3B ?", - "operations": [ - { - "type": "resolveJmp" - } - ] - }, { "name": "dwBuildNumber", "module": "engine2.dll", @@ -154,31 +144,15 @@ } ] }, - { - "name": "dwGameEntitySystem_getBaseEntity", - "module": "client.dll", - "pattern": "8B D3 E8 ? ? ? ? 48 8B F8 48 85 C0 74 76", - "operations": [ - { - "type": "add", - "value": 2 - }, - { - "type": "resolveJmp" - } - ] - }, { "name": "dwGameEntitySystem_getHighestEntityIndex", "module": "client.dll", - "pattern": "33 DB E8 ? ? ? ? 8B 08", + "pattern": "8B 81 ? ? ? ? 89 02 48 8B C2 C3 CC CC CC CC 48 89 5C 24 ? 48 89 6C 24", "operations": [ { - "type": "add", - "value": 2 - }, - { - "type": "resolveJmp" + "type": "slice", + "start": 2, + "end": 4 } ] }, diff --git a/generated/animationsystem.dll.cs b/generated/animationsystem.dll.cs index ce0ec6b..9acfbdf 100644 --- a/generated/animationsystem.dll.cs +++ b/generated/animationsystem.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class AimMatrixOpFixedSettings_t { diff --git a/generated/animationsystem.dll.hpp b/generated/animationsystem.dll.hpp index e4a7851..76a2548 100644 --- a/generated/animationsystem.dll.hpp +++ b/generated/animationsystem.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/animationsystem.dll.py b/generated/animationsystem.dll.py index 556f2b4..45d6ab2 100644 --- a/generated/animationsystem.dll.py +++ b/generated/animationsystem.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class AimMatrixOpFixedSettings_t: diff --git a/generated/animationsystem.dll.rs b/generated/animationsystem.dll.rs index f3bc754..d708399 100644 --- a/generated/animationsystem.dll.rs +++ b/generated/animationsystem.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/client.dll.cs b/generated/client.dll.cs index c861aac..a9e04ef 100644 --- a/generated/client.dll.cs +++ b/generated/client.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ public static class ActiveModelConfig_t { diff --git a/generated/client.dll.hpp b/generated/client.dll.hpp index 6552854..95db2d7 100644 --- a/generated/client.dll.hpp +++ b/generated/client.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #pragma once diff --git a/generated/client.dll.py b/generated/client.dll.py index 6f7a6be..bbaad6f 100644 --- a/generated/client.dll.py +++ b/generated/client.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:03 +0000 +Sat, 4 Nov 2023 04:05:17 +0000 ''' class ActiveModelConfig_t: diff --git a/generated/client.dll.rs b/generated/client.dll.rs index a503158..1769547 100644 --- a/generated/client.dll.rs +++ b/generated/client.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/engine2.dll.cs b/generated/engine2.dll.cs index 6487b44..8e4d025 100644 --- a/generated/engine2.dll.cs +++ b/generated/engine2.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class CEmptyEntityInstance { diff --git a/generated/engine2.dll.hpp b/generated/engine2.dll.hpp index 20c7e4b..c01d996 100644 --- a/generated/engine2.dll.hpp +++ b/generated/engine2.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/engine2.dll.py b/generated/engine2.dll.py index 4659bb9..d04027f 100644 --- a/generated/engine2.dll.py +++ b/generated/engine2.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class CEmptyEntityInstance: diff --git a/generated/engine2.dll.rs b/generated/engine2.dll.rs index fdbe0a4..ed0d21c 100644 --- a/generated/engine2.dll.rs +++ b/generated/engine2.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/host.dll.cs b/generated/host.dll.cs index 168087c..69ad1e9 100644 --- a/generated/host.dll.cs +++ b/generated/host.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ public static class CAnimScriptBase { diff --git a/generated/host.dll.hpp b/generated/host.dll.hpp index 13dc938..41e5dca 100644 --- a/generated/host.dll.hpp +++ b/generated/host.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #pragma once diff --git a/generated/host.dll.py b/generated/host.dll.py index d51aa12..0facc34 100644 --- a/generated/host.dll.py +++ b/generated/host.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:03 +0000 +Sat, 4 Nov 2023 04:05:17 +0000 ''' class CAnimScriptBase: diff --git a/generated/host.dll.rs b/generated/host.dll.rs index fa44d2b..8a67a8d 100644 --- a/generated/host.dll.rs +++ b/generated/host.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/interfaces.cs b/generated/interfaces.cs index 686a898..b87a5e9 100644 --- a/generated/interfaces.cs +++ b/generated/interfaces.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:04 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ public static class animationsystem_dll { // animationsystem.dll @@ -9,12 +9,12 @@ public static class animationsystem_dll { // animationsystem.dll } public static class client_dll { // client.dll - public const nint LegacyGameUI001 = 0x8997F0; - public const nint Source2ClientUI001 = 0x888500; - public const nint Source2ClientPrediction001 = 0x7A1830; - public const nint ClientToolsInfo_001 = 0x72DA70; - public const nint Source2Client002 = 0x72DA90; - public const nint GameClientExports001 = 0x72DA80; + public const nint LegacyGameUI001 = 0x899820; + public const nint Source2ClientUI001 = 0x888530; + public const nint Source2ClientPrediction001 = 0x7A1860; + public const nint ClientToolsInfo_001 = 0x72DAA0; + public const nint Source2Client002 = 0x72DAC0; + public const nint GameClientExports001 = 0x72DAB0; public const nint EmptyWorldService001_Client = 0x48DEF0; public const nint Source2ClientConfig001 = 0x474F00; } @@ -157,11 +157,11 @@ public static class schemasystem_dll { // schemasystem.dll } public static class server_dll { // server.dll - public const nint NavGameTest001 = 0xA353F0; - public const nint ServerToolsInfo_001 = 0x838760; - public const nint Source2GameClients001 = 0x838770; - public const nint Source2GameEntities001 = 0x838780; - public const nint Source2Server001 = 0x838790; + public const nint NavGameTest001 = 0xA35420; + public const nint ServerToolsInfo_001 = 0x838790; + public const nint Source2GameClients001 = 0x8387A0; + public const nint Source2GameEntities001 = 0x8387B0; + public const nint Source2Server001 = 0x8387C0; public const nint EmptyWorldService001_Server = 0x58D750; public const nint Source2ServerConfig001 = 0x56D760; public const nint EntitySubclassUtilsV001 = 0x2CD4C0; diff --git a/generated/interfaces.hpp b/generated/interfaces.hpp index b120001..d773cba 100644 --- a/generated/interfaces.hpp +++ b/generated/interfaces.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:04 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #pragma once @@ -13,12 +13,12 @@ namespace animationsystem_dll { // animationsystem.dll } namespace client_dll { // client.dll - constexpr std::ptrdiff_t LegacyGameUI001 = 0x8997F0; - constexpr std::ptrdiff_t Source2ClientUI001 = 0x888500; - constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7A1830; - constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x72DA70; - constexpr std::ptrdiff_t Source2Client002 = 0x72DA90; - constexpr std::ptrdiff_t GameClientExports001 = 0x72DA80; + constexpr std::ptrdiff_t LegacyGameUI001 = 0x899820; + constexpr std::ptrdiff_t Source2ClientUI001 = 0x888530; + constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7A1860; + constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x72DAA0; + constexpr std::ptrdiff_t Source2Client002 = 0x72DAC0; + constexpr std::ptrdiff_t GameClientExports001 = 0x72DAB0; constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x48DEF0; constexpr std::ptrdiff_t Source2ClientConfig001 = 0x474F00; } @@ -161,11 +161,11 @@ namespace schemasystem_dll { // schemasystem.dll } namespace server_dll { // server.dll - constexpr std::ptrdiff_t NavGameTest001 = 0xA353F0; - constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x838760; - constexpr std::ptrdiff_t Source2GameClients001 = 0x838770; - constexpr std::ptrdiff_t Source2GameEntities001 = 0x838780; - constexpr std::ptrdiff_t Source2Server001 = 0x838790; + constexpr std::ptrdiff_t NavGameTest001 = 0xA35420; + constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x838790; + constexpr std::ptrdiff_t Source2GameClients001 = 0x8387A0; + constexpr std::ptrdiff_t Source2GameEntities001 = 0x8387B0; + constexpr std::ptrdiff_t Source2Server001 = 0x8387C0; constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x58D750; constexpr std::ptrdiff_t Source2ServerConfig001 = 0x56D760; constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2CD4C0; diff --git a/generated/interfaces.json b/generated/interfaces.json index a4edb52..3eac102 100644 --- a/generated/interfaces.json +++ b/generated/interfaces.json @@ -15,7 +15,7 @@ "client_dll": { "data": { "ClientToolsInfo_001": { - "value": 7527024, + "value": 7527072, "comment": null }, "EmptyWorldService001_Client": { @@ -23,15 +23,15 @@ "comment": null }, "GameClientExports001": { - "value": 7527040, + "value": 7527088, "comment": null }, "LegacyGameUI001": { - "value": 9017328, + "value": 9017376, "comment": null }, "Source2Client002": { - "value": 7527056, + "value": 7527104, "comment": null }, "Source2ClientConfig001": { @@ -39,11 +39,11 @@ "comment": null }, "Source2ClientPrediction001": { - "value": 8001584, + "value": 8001632, "comment": null }, "Source2ClientUI001": { - "value": 8946944, + "value": 8946992, "comment": null } }, @@ -461,15 +461,15 @@ "comment": null }, "NavGameTest001": { - "value": 10703856, + "value": 10703904, "comment": null }, "ServerToolsInfo_001": { - "value": 8619872, + "value": 8619920, "comment": null }, "Source2GameClients001": { - "value": 8619888, + "value": 8619936, "comment": null }, "Source2GameDirector001": { @@ -477,11 +477,11 @@ "comment": null }, "Source2GameEntities001": { - "value": 8619904, + "value": 8619952, "comment": null }, "Source2Server001": { - "value": 8619920, + "value": 8619968, "comment": null }, "Source2ServerConfig001": { diff --git a/generated/interfaces.py b/generated/interfaces.py index 40d3dce..18bd634 100644 --- a/generated/interfaces.py +++ b/generated/interfaces.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:04 +0000 +Sat, 4 Nov 2023 04:05:17 +0000 ''' class animationsystem_dll: # animationsystem.dll @@ -8,12 +8,12 @@ class animationsystem_dll: # animationsystem.dll AnimationSystem_001 = 0x5F1D0 class client_dll: # client.dll - LegacyGameUI001 = 0x8997F0 - Source2ClientUI001 = 0x888500 - Source2ClientPrediction001 = 0x7A1830 - ClientToolsInfo_001 = 0x72DA70 - Source2Client002 = 0x72DA90 - GameClientExports001 = 0x72DA80 + LegacyGameUI001 = 0x899820 + Source2ClientUI001 = 0x888530 + Source2ClientPrediction001 = 0x7A1860 + ClientToolsInfo_001 = 0x72DAA0 + Source2Client002 = 0x72DAC0 + GameClientExports001 = 0x72DAB0 EmptyWorldService001_Client = 0x48DEF0 Source2ClientConfig001 = 0x474F00 @@ -134,11 +134,11 @@ class schemasystem_dll: # schemasystem.dll SchemaSystem_001 = 0xA930 class server_dll: # server.dll - NavGameTest001 = 0xA353F0 - ServerToolsInfo_001 = 0x838760 - Source2GameClients001 = 0x838770 - Source2GameEntities001 = 0x838780 - Source2Server001 = 0x838790 + NavGameTest001 = 0xA35420 + ServerToolsInfo_001 = 0x838790 + Source2GameClients001 = 0x8387A0 + Source2GameEntities001 = 0x8387B0 + Source2Server001 = 0x8387C0 EmptyWorldService001_Server = 0x58D750 Source2ServerConfig001 = 0x56D760 EntitySubclassUtilsV001 = 0x2CD4C0 diff --git a/generated/interfaces.rs b/generated/interfaces.rs index de11bd9..f6eaa48 100644 --- a/generated/interfaces.rs +++ b/generated/interfaces.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:04 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] @@ -11,12 +11,12 @@ pub mod animationsystem_dll { // animationsystem.dll } pub mod client_dll { // client.dll - pub const LegacyGameUI001: usize = 0x8997F0; - pub const Source2ClientUI001: usize = 0x888500; - pub const Source2ClientPrediction001: usize = 0x7A1830; - pub const ClientToolsInfo_001: usize = 0x72DA70; - pub const Source2Client002: usize = 0x72DA90; - pub const GameClientExports001: usize = 0x72DA80; + pub const LegacyGameUI001: usize = 0x899820; + pub const Source2ClientUI001: usize = 0x888530; + pub const Source2ClientPrediction001: usize = 0x7A1860; + pub const ClientToolsInfo_001: usize = 0x72DAA0; + pub const Source2Client002: usize = 0x72DAC0; + pub const GameClientExports001: usize = 0x72DAB0; pub const EmptyWorldService001_Client: usize = 0x48DEF0; pub const Source2ClientConfig001: usize = 0x474F00; } @@ -159,11 +159,11 @@ pub mod schemasystem_dll { // schemasystem.dll } pub mod server_dll { // server.dll - pub const NavGameTest001: usize = 0xA353F0; - pub const ServerToolsInfo_001: usize = 0x838760; - pub const Source2GameClients001: usize = 0x838770; - pub const Source2GameEntities001: usize = 0x838780; - pub const Source2Server001: usize = 0x838790; + pub const NavGameTest001: usize = 0xA35420; + pub const ServerToolsInfo_001: usize = 0x838790; + pub const Source2GameClients001: usize = 0x8387A0; + pub const Source2GameEntities001: usize = 0x8387B0; + pub const Source2Server001: usize = 0x8387C0; pub const EmptyWorldService001_Server: usize = 0x58D750; pub const Source2ServerConfig001: usize = 0x56D760; pub const EntitySubclassUtilsV001: usize = 0x2CD4C0; diff --git a/generated/materialsystem2.dll.cs b/generated/materialsystem2.dll.cs index d9f216d..d25c1c1 100644 --- a/generated/materialsystem2.dll.cs +++ b/generated/materialsystem2.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class MaterialParamBuffer_t { // MaterialParam_t diff --git a/generated/materialsystem2.dll.hpp b/generated/materialsystem2.dll.hpp index effbabd..1cc1aad 100644 --- a/generated/materialsystem2.dll.hpp +++ b/generated/materialsystem2.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/materialsystem2.dll.py b/generated/materialsystem2.dll.py index 4d9da44..087f3d8 100644 --- a/generated/materialsystem2.dll.py +++ b/generated/materialsystem2.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class MaterialParamBuffer_t: # MaterialParam_t diff --git a/generated/materialsystem2.dll.rs b/generated/materialsystem2.dll.rs index f7316e6..82dfad3 100644 --- a/generated/materialsystem2.dll.rs +++ b/generated/materialsystem2.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/networksystem.dll.cs b/generated/networksystem.dll.cs index 50af0d3..ca7dc71 100644 --- a/generated/networksystem.dll.cs +++ b/generated/networksystem.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class ChangeAccessorFieldPathIndex_t { diff --git a/generated/networksystem.dll.hpp b/generated/networksystem.dll.hpp index 8a10faf..f452e5d 100644 --- a/generated/networksystem.dll.hpp +++ b/generated/networksystem.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/networksystem.dll.py b/generated/networksystem.dll.py index 0f60201..0cc293c 100644 --- a/generated/networksystem.dll.py +++ b/generated/networksystem.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class ChangeAccessorFieldPathIndex_t: diff --git a/generated/networksystem.dll.rs b/generated/networksystem.dll.rs index 1883723..f110a83 100644 --- a/generated/networksystem.dll.rs +++ b/generated/networksystem.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/offsets.cs b/generated/offsets.cs index 256e32e..935ba73 100644 --- a/generated/offsets.cs +++ b/generated/offsets.cs @@ -1,10 +1,9 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:21 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ public static class client_dll { // client.dll - public const nint dwBaseEntityModel_setModel = 0x581500; public const nint dwEntityList = 0x17AB958; public const nint dwForceAttack = 0x16B02B0; public const nint dwForceAttack2 = 0x16B0340; @@ -15,8 +14,7 @@ public static class client_dll { // client.dll public const nint dwForceLeft = 0x16B0610; public const nint dwForceRight = 0x16B06A0; public const nint dwGameEntitySystem = 0x18D51A8; - public const nint dwGameEntitySystem_getBaseEntity = 0x604B10; - public const nint dwGameEntitySystem_getHighestEntityIndex = 0x5F6800; + public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510; public const nint dwGameRules = 0x1807FA8; public const nint dwGlobalVars = 0x16AC100; public const nint dwGlowManager = 0x1807708; diff --git a/generated/offsets.hpp b/generated/offsets.hpp index ff239ce..ddf0918 100644 --- a/generated/offsets.hpp +++ b/generated/offsets.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:21 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #pragma once @@ -8,7 +8,6 @@ #include namespace client_dll { // client.dll - constexpr std::ptrdiff_t dwBaseEntityModel_setModel = 0x581500; constexpr std::ptrdiff_t dwEntityList = 0x17AB958; constexpr std::ptrdiff_t dwForceAttack = 0x16B02B0; constexpr std::ptrdiff_t dwForceAttack2 = 0x16B0340; @@ -19,8 +18,7 @@ namespace client_dll { // client.dll constexpr std::ptrdiff_t dwForceLeft = 0x16B0610; constexpr std::ptrdiff_t dwForceRight = 0x16B06A0; constexpr std::ptrdiff_t dwGameEntitySystem = 0x18D51A8; - constexpr std::ptrdiff_t dwGameEntitySystem_getBaseEntity = 0x604B10; - constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x5F6800; + constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510; constexpr std::ptrdiff_t dwGameRules = 0x1807FA8; constexpr std::ptrdiff_t dwGlobalVars = 0x16AC100; constexpr std::ptrdiff_t dwGlowManager = 0x1807708; diff --git a/generated/offsets.json b/generated/offsets.json index 9ad5e31..7ea95ed 100644 --- a/generated/offsets.json +++ b/generated/offsets.json @@ -1,10 +1,6 @@ { "client_dll": { "data": { - "dwBaseEntityModel_setModel": { - "value": 5772544, - "comment": null - }, "dwEntityList": { "value": 24820056, "comment": null @@ -45,12 +41,8 @@ "value": 26038696, "comment": null }, - "dwGameEntitySystem_getBaseEntity": { - "value": 6310672, - "comment": null - }, "dwGameEntitySystem_getHighestEntityIndex": { - "value": 6252544, + "value": 5392, "comment": null }, "dwGameRules": { diff --git a/generated/offsets.py b/generated/offsets.py index 10d8c2b..92354ca 100644 --- a/generated/offsets.py +++ b/generated/offsets.py @@ -1,10 +1,9 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:21 +0000 +Sat, 4 Nov 2023 04:05:17 +0000 ''' class client_dll: # client.dll - dwBaseEntityModel_setModel = 0x581500 dwEntityList = 0x17AB958 dwForceAttack = 0x16B02B0 dwForceAttack2 = 0x16B0340 @@ -15,8 +14,7 @@ class client_dll: # client.dll dwForceLeft = 0x16B0610 dwForceRight = 0x16B06A0 dwGameEntitySystem = 0x18D51A8 - dwGameEntitySystem_getBaseEntity = 0x604B10 - dwGameEntitySystem_getHighestEntityIndex = 0x5F6800 + dwGameEntitySystem_getHighestEntityIndex = 0x1510 dwGameRules = 0x1807FA8 dwGlobalVars = 0x16AC100 dwGlowManager = 0x1807708 diff --git a/generated/offsets.rs b/generated/offsets.rs index e52c5a5..e2d1776 100644 --- a/generated/offsets.rs +++ b/generated/offsets.rs @@ -1,12 +1,11 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:21 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] pub mod client_dll { // client.dll - pub const dwBaseEntityModel_setModel: usize = 0x581500; pub const dwEntityList: usize = 0x17AB958; pub const dwForceAttack: usize = 0x16B02B0; pub const dwForceAttack2: usize = 0x16B0340; @@ -17,8 +16,7 @@ pub mod client_dll { // client.dll pub const dwForceLeft: usize = 0x16B0610; pub const dwForceRight: usize = 0x16B06A0; pub const dwGameEntitySystem: usize = 0x18D51A8; - pub const dwGameEntitySystem_getBaseEntity: usize = 0x604B10; - pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x5F6800; + pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510; pub const dwGameRules: usize = 0x1807FA8; pub const dwGlobalVars: usize = 0x16AC100; pub const dwGlowManager: usize = 0x1807708; diff --git a/generated/particles.dll.cs b/generated/particles.dll.cs index 65c7fba..6172b9a 100644 --- a/generated/particles.dll.cs +++ b/generated/particles.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class CBaseRendererSource2 { // CParticleFunctionRenderer diff --git a/generated/particles.dll.hpp b/generated/particles.dll.hpp index 9537be2..82cad9a 100644 --- a/generated/particles.dll.hpp +++ b/generated/particles.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/particles.dll.py b/generated/particles.dll.py index 94c3771..657d0b8 100644 --- a/generated/particles.dll.py +++ b/generated/particles.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:03 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class CBaseRendererSource2: # CParticleFunctionRenderer diff --git a/generated/particles.dll.rs b/generated/particles.dll.rs index 3c4d421..db65498 100644 --- a/generated/particles.dll.rs +++ b/generated/particles.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/pulse_system.dll.cs b/generated/pulse_system.dll.cs index 483d6c9..023afb2 100644 --- a/generated/pulse_system.dll.cs +++ b/generated/pulse_system.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class CBasePulseGraphInstance { diff --git a/generated/pulse_system.dll.hpp b/generated/pulse_system.dll.hpp index c3c8b72..b98a4b6 100644 --- a/generated/pulse_system.dll.hpp +++ b/generated/pulse_system.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/pulse_system.dll.py b/generated/pulse_system.dll.py index c7eda3b..879022b 100644 --- a/generated/pulse_system.dll.py +++ b/generated/pulse_system.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class CBasePulseGraphInstance: diff --git a/generated/pulse_system.dll.rs b/generated/pulse_system.dll.rs index 5beeef3..1b75c18 100644 --- a/generated/pulse_system.dll.rs +++ b/generated/pulse_system.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/rendersystemdx11.dll.cs b/generated/rendersystemdx11.dll.cs index 03314e4..c6d7641 100644 --- a/generated/rendersystemdx11.dll.cs +++ b/generated/rendersystemdx11.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class RenderInputLayoutField_t { diff --git a/generated/rendersystemdx11.dll.hpp b/generated/rendersystemdx11.dll.hpp index 4f22b35..9393249 100644 --- a/generated/rendersystemdx11.dll.hpp +++ b/generated/rendersystemdx11.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/rendersystemdx11.dll.py b/generated/rendersystemdx11.dll.py index 67d4f77..8498798 100644 --- a/generated/rendersystemdx11.dll.py +++ b/generated/rendersystemdx11.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class RenderInputLayoutField_t: diff --git a/generated/rendersystemdx11.dll.rs b/generated/rendersystemdx11.dll.rs index a088ca9..0555a1f 100644 --- a/generated/rendersystemdx11.dll.rs +++ b/generated/rendersystemdx11.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/resourcesystem.dll.cs b/generated/resourcesystem.dll.cs index 7145bb2..b15af5b 100644 --- a/generated/resourcesystem.dll.cs +++ b/generated/resourcesystem.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class AABB_t { diff --git a/generated/resourcesystem.dll.hpp b/generated/resourcesystem.dll.hpp index bf20b4d..c04c84a 100644 --- a/generated/resourcesystem.dll.hpp +++ b/generated/resourcesystem.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/resourcesystem.dll.py b/generated/resourcesystem.dll.py index 1348d48..56a6f4b 100644 --- a/generated/resourcesystem.dll.py +++ b/generated/resourcesystem.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class AABB_t: diff --git a/generated/resourcesystem.dll.rs b/generated/resourcesystem.dll.rs index 78cb57a..70b8fa8 100644 --- a/generated/resourcesystem.dll.rs +++ b/generated/resourcesystem.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/scenesystem.dll.cs b/generated/scenesystem.dll.cs index 1ad4e5a..c265813 100644 --- a/generated/scenesystem.dll.cs +++ b/generated/scenesystem.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class CSSDSEndFrameViewInfo { diff --git a/generated/scenesystem.dll.hpp b/generated/scenesystem.dll.hpp index 3ea5d49..fd061b1 100644 --- a/generated/scenesystem.dll.hpp +++ b/generated/scenesystem.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/scenesystem.dll.py b/generated/scenesystem.dll.py index 72dad42..17d8c29 100644 --- a/generated/scenesystem.dll.py +++ b/generated/scenesystem.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class CSSDSEndFrameViewInfo: diff --git a/generated/scenesystem.dll.rs b/generated/scenesystem.dll.rs index bd8340a..da7df9a 100644 --- a/generated/scenesystem.dll.rs +++ b/generated/scenesystem.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/schemasystem.dll.cs b/generated/schemasystem.dll.cs index ad4bde3..9fd2616 100644 --- a/generated/schemasystem.dll.cs +++ b/generated/schemasystem.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class CExampleSchemaVData_Monomorphic { diff --git a/generated/schemasystem.dll.hpp b/generated/schemasystem.dll.hpp index af2e6c4..856fd1f 100644 --- a/generated/schemasystem.dll.hpp +++ b/generated/schemasystem.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/schemasystem.dll.py b/generated/schemasystem.dll.py index 65cfde8..7131018 100644 --- a/generated/schemasystem.dll.py +++ b/generated/schemasystem.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class CExampleSchemaVData_Monomorphic: diff --git a/generated/schemasystem.dll.rs b/generated/schemasystem.dll.rs index 8fb2893..327e41b 100644 --- a/generated/schemasystem.dll.rs +++ b/generated/schemasystem.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/server.dll.cs b/generated/server.dll.cs index 9cc82f6..3549dc5 100644 --- a/generated/server.dll.cs +++ b/generated/server.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class ActiveModelConfig_t { diff --git a/generated/server.dll.hpp b/generated/server.dll.hpp index 96077db..1336bc1 100644 --- a/generated/server.dll.hpp +++ b/generated/server.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/server.dll.py b/generated/server.dll.py index b043992..b365ba6 100644 --- a/generated/server.dll.py +++ b/generated/server.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:03 +0000 +Sat, 4 Nov 2023 04:05:17 +0000 ''' class ActiveModelConfig_t: diff --git a/generated/server.dll.rs b/generated/server.dll.rs index b83e50b..ac93fa9 100644 --- a/generated/server.dll.rs +++ b/generated/server.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:03 +0000 + * Sat, 4 Nov 2023 04:05:17 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/soundsystem.dll.cs b/generated/soundsystem.dll.cs index be42f02..37b51ab 100644 --- a/generated/soundsystem.dll.cs +++ b/generated/soundsystem.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class CDSPMixgroupModifier { diff --git a/generated/soundsystem.dll.hpp b/generated/soundsystem.dll.hpp index abf1462..eeb5ab8 100644 --- a/generated/soundsystem.dll.hpp +++ b/generated/soundsystem.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/soundsystem.dll.py b/generated/soundsystem.dll.py index 0a0b69e..c46ad56 100644 --- a/generated/soundsystem.dll.py +++ b/generated/soundsystem.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class CDSPMixgroupModifier: diff --git a/generated/soundsystem.dll.rs b/generated/soundsystem.dll.rs index acdd873..fcd0ca6 100644 --- a/generated/soundsystem.dll.rs +++ b/generated/soundsystem.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/vphysics2.dll.cs b/generated/vphysics2.dll.cs index 10ef398..178bb74 100644 --- a/generated/vphysics2.dll.cs +++ b/generated/vphysics2.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class CFeIndexedJiggleBone { diff --git a/generated/vphysics2.dll.hpp b/generated/vphysics2.dll.hpp index d94ed6b..ff18437 100644 --- a/generated/vphysics2.dll.hpp +++ b/generated/vphysics2.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/vphysics2.dll.py b/generated/vphysics2.dll.py index e221492..6cd6c03 100644 --- a/generated/vphysics2.dll.py +++ b/generated/vphysics2.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class CFeIndexedJiggleBone: diff --git a/generated/vphysics2.dll.rs b/generated/vphysics2.dll.rs index d2d7292..53fb96d 100644 --- a/generated/vphysics2.dll.rs +++ b/generated/vphysics2.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/worldrenderer.dll.cs b/generated/worldrenderer.dll.cs index d481d59..45002f3 100644 --- a/generated/worldrenderer.dll.cs +++ b/generated/worldrenderer.dll.cs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ public static class AggregateLODSetup_t { diff --git a/generated/worldrenderer.dll.hpp b/generated/worldrenderer.dll.hpp index 5a59364..71ce249 100644 --- a/generated/worldrenderer.dll.hpp +++ b/generated/worldrenderer.dll.hpp @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #pragma once diff --git a/generated/worldrenderer.dll.py b/generated/worldrenderer.dll.py index c92d7d1..af056f7 100644 --- a/generated/worldrenderer.dll.py +++ b/generated/worldrenderer.dll.py @@ -1,6 +1,6 @@ ''' Created using https://github.com/a2x/cs2-dumper -Sat, 4 Nov 2023 00:33:02 +0000 +Sat, 4 Nov 2023 04:05:16 +0000 ''' class AggregateLODSetup_t: diff --git a/generated/worldrenderer.dll.rs b/generated/worldrenderer.dll.rs index 9dd31a5..ca050f1 100644 --- a/generated/worldrenderer.dll.rs +++ b/generated/worldrenderer.dll.rs @@ -1,6 +1,6 @@ /* * Created using https://github.com/a2x/cs2-dumper - * Sat, 4 Nov 2023 00:33:02 +0000 + * Sat, 4 Nov 2023 04:05:16 +0000 */ #![allow(non_snake_case, non_upper_case_globals)]