diff --git a/generated/animationsystem.dll.cs b/generated/animationsystem.dll.cs index c95f6a9..b8399a7 100644 --- a/generated/animationsystem.dll.cs +++ b/generated/animationsystem.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class AimMatrixOpFixedSettings_t { diff --git a/generated/animationsystem.dll.hpp b/generated/animationsystem.dll.hpp index 82300d6..3e73e17 100644 --- a/generated/animationsystem.dll.hpp +++ b/generated/animationsystem.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/animationsystem.dll.py b/generated/animationsystem.dll.py index 05e4d7c..bc9b8de 100644 --- a/generated/animationsystem.dll.py +++ b/generated/animationsystem.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class AimMatrixOpFixedSettings_t: diff --git a/generated/animationsystem.dll.rs b/generated/animationsystem.dll.rs index 61f3235..6cbc3e5 100644 --- a/generated/animationsystem.dll.rs +++ b/generated/animationsystem.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/client.dll.cs b/generated/client.dll.cs index 9b71277..18c437f 100644 --- a/generated/client.dll.cs +++ b/generated/client.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ public static class ActiveModelConfig_t { @@ -1800,6 +1800,7 @@ public static class C_CSGO_PreviewModel { // C_BaseFlex public const nint m_defaultAnim = 0x1080; // CUtlString public const nint m_nDefaultAnimLoopMode = 0x1088; // AnimLoopMode_t public const nint m_flInitialModelScale = 0x108C; // float + public const nint m_sInitialWeaponState = 0x1090; // CUtlString } public static class C_CSGO_PreviewModelAlias_csgo_item_previewmodel { // C_CSGO_PreviewModel diff --git a/generated/client.dll.hpp b/generated/client.dll.hpp index ee71fc7..6d0c74c 100644 --- a/generated/client.dll.hpp +++ b/generated/client.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #pragma once @@ -1804,6 +1804,7 @@ namespace C_CSGO_PreviewModel { // C_BaseFlex constexpr std::ptrdiff_t m_defaultAnim = 0x1080; // CUtlString constexpr std::ptrdiff_t m_nDefaultAnimLoopMode = 0x1088; // AnimLoopMode_t constexpr std::ptrdiff_t m_flInitialModelScale = 0x108C; // float + constexpr std::ptrdiff_t m_sInitialWeaponState = 0x1090; // CUtlString } namespace C_CSGO_PreviewModelAlias_csgo_item_previewmodel { // C_CSGO_PreviewModel diff --git a/generated/client.dll.json b/generated/client.dll.json index f097253..f0489b0 100644 --- a/generated/client.dll.json +++ b/generated/client.dll.json @@ -5954,6 +5954,10 @@ "m_nDefaultAnimLoopMode": { "value": 4232, "comment": "AnimLoopMode_t" + }, + "m_sInitialWeaponState": { + "value": 4240, + "comment": "CUtlString" } }, "comment": "C_BaseFlex" diff --git a/generated/client.dll.py b/generated/client.dll.py index 5fa18e9..bd1f5af 100644 --- a/generated/client.dll.py +++ b/generated/client.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:41 +0000 +Sat, 16 Mar 2024 00:42:38 +0000 ''' class ActiveModelConfig_t: @@ -1632,6 +1632,7 @@ class C_CSGO_PreviewModel: # C_BaseFlex m_defaultAnim = 0x1080 # CUtlString m_nDefaultAnimLoopMode = 0x1088 # AnimLoopMode_t m_flInitialModelScale = 0x108C # float + m_sInitialWeaponState = 0x1090 # CUtlString class C_CSGO_PreviewModelAlias_csgo_item_previewmodel: # C_CSGO_PreviewModel diff --git a/generated/client.dll.rs b/generated/client.dll.rs index 224aad6..594a2e2 100644 --- a/generated/client.dll.rs +++ b/generated/client.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] @@ -1802,6 +1802,7 @@ pub mod C_CSGO_PreviewModel { // C_BaseFlex pub const m_defaultAnim: usize = 0x1080; // CUtlString pub const m_nDefaultAnimLoopMode: usize = 0x1088; // AnimLoopMode_t pub const m_flInitialModelScale: usize = 0x108C; // float + pub const m_sInitialWeaponState: usize = 0x1090; // CUtlString } pub mod C_CSGO_PreviewModelAlias_csgo_item_previewmodel { // C_CSGO_PreviewModel diff --git a/generated/client.dll.yaml b/generated/client.dll.yaml index 2f3f202..8264ec0 100644 --- a/generated/client.dll.yaml +++ b/generated/client.dll.yaml @@ -1460,6 +1460,7 @@ C_CSGO_PreviewModel: # C_BaseFlex m_defaultAnim: 4224 # CUtlString m_nDefaultAnimLoopMode: 4232 # AnimLoopMode_t m_flInitialModelScale: 4236 # float + m_sInitialWeaponState: 4240 # CUtlString C_CSGO_PreviewModelAlias_csgo_item_previewmodel: # C_CSGO_PreviewModel C_CSGO_PreviewModel_GraphController: # CAnimGraphControllerBase m_pszCharacterMode: 24 # CAnimGraphParamOptionalRef diff --git a/generated/engine2.dll.cs b/generated/engine2.dll.cs index 597b0a6..8c6c3ea 100644 --- a/generated/engine2.dll.cs +++ b/generated/engine2.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class CEmptyEntityInstance { diff --git a/generated/engine2.dll.hpp b/generated/engine2.dll.hpp index 9549aea..3216d2b 100644 --- a/generated/engine2.dll.hpp +++ b/generated/engine2.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/engine2.dll.py b/generated/engine2.dll.py index 6d8f496..5334ac3 100644 --- a/generated/engine2.dll.py +++ b/generated/engine2.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class CEmptyEntityInstance: diff --git a/generated/engine2.dll.rs b/generated/engine2.dll.rs index 697fed3..3a0fe8d 100644 --- a/generated/engine2.dll.rs +++ b/generated/engine2.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/host.dll.cs b/generated/host.dll.cs index d9d1005..48d015a 100644 --- a/generated/host.dll.cs +++ b/generated/host.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ public static class CAnimScriptBase { diff --git a/generated/host.dll.hpp b/generated/host.dll.hpp index 22916f2..ded8d0b 100644 --- a/generated/host.dll.hpp +++ b/generated/host.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #pragma once diff --git a/generated/host.dll.py b/generated/host.dll.py index 433caec..3326dab 100644 --- a/generated/host.dll.py +++ b/generated/host.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:42 +0000 +Sat, 16 Mar 2024 00:42:38 +0000 ''' class CAnimScriptBase: diff --git a/generated/host.dll.rs b/generated/host.dll.rs index de85bf1..a2448d4 100644 --- a/generated/host.dll.rs +++ b/generated/host.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/interfaces.cs b/generated/interfaces.cs index c8ee3fc..08fbc27 100644 --- a/generated/interfaces.cs +++ b/generated/interfaces.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ public static class animationsystem_dll { // animationsystem.dll @@ -9,14 +9,14 @@ public static class animationsystem_dll { // animationsystem.dll } public static class client_dll { // client.dll - public const nint LegacyGameUI001 = 0x8AEEA0; - public const nint Source2ClientUI001 = 0x89E100; - public const nint Source2ClientPrediction001 = 0x7AF770; - public const nint ClientToolsInfo_001 = 0x732CE0; - public const nint Source2Client002 = 0x732D00; - public const nint GameClientExports001 = 0x732CF0; - public const nint EmptyWorldService001_Client = 0x480640; - public const nint Source2ClientConfig001 = 0x46BA50; + public const nint LegacyGameUI001 = 0x8AEC50; + public const nint Source2ClientUI001 = 0x89E270; + public const nint Source2ClientPrediction001 = 0x7AF7A0; + public const nint ClientToolsInfo_001 = 0x732D10; + public const nint Source2Client002 = 0x732D30; + public const nint GameClientExports001 = 0x732D20; + public const nint EmptyWorldService001_Client = 0x480670; + public const nint Source2ClientConfig001 = 0x46BA80; } public static class engine2_dll { // engine2.dll diff --git a/generated/interfaces.hpp b/generated/interfaces.hpp index 26bde87..71bdef5 100644 --- a/generated/interfaces.hpp +++ b/generated/interfaces.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #pragma once @@ -13,14 +13,14 @@ namespace animationsystem_dll { // animationsystem.dll } namespace client_dll { // client.dll - constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AEEA0; - constexpr std::ptrdiff_t Source2ClientUI001 = 0x89E100; - constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7AF770; - constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x732CE0; - constexpr std::ptrdiff_t Source2Client002 = 0x732D00; - constexpr std::ptrdiff_t GameClientExports001 = 0x732CF0; - constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x480640; - constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46BA50; + constexpr std::ptrdiff_t LegacyGameUI001 = 0x8AEC50; + constexpr std::ptrdiff_t Source2ClientUI001 = 0x89E270; + constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7AF7A0; + constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x732D10; + constexpr std::ptrdiff_t Source2Client002 = 0x732D30; + constexpr std::ptrdiff_t GameClientExports001 = 0x732D20; + constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x480670; + constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46BA80; } namespace engine2_dll { // engine2.dll diff --git a/generated/interfaces.json b/generated/interfaces.json index 56e01a0..70f894f 100644 --- a/generated/interfaces.json +++ b/generated/interfaces.json @@ -15,35 +15,35 @@ "client_dll": { "data": { "ClientToolsInfo_001": { - "value": 7548128, + "value": 7548176, "comment": null }, "EmptyWorldService001_Client": { - "value": 4720192, + "value": 4720240, "comment": null }, "GameClientExports001": { - "value": 7548144, + "value": 7548192, "comment": null }, "LegacyGameUI001": { - "value": 9105056, + "value": 9104464, "comment": null }, "Source2Client002": { - "value": 7548160, + "value": 7548208, "comment": null }, "Source2ClientConfig001": { - "value": 4635216, + "value": 4635264, "comment": null }, "Source2ClientPrediction001": { - "value": 8058736, + "value": 8058784, "comment": null }, "Source2ClientUI001": { - "value": 9036032, + "value": 9036400, "comment": null } }, diff --git a/generated/interfaces.py b/generated/interfaces.py index 2de6ebf..f47756d 100644 --- a/generated/interfaces.py +++ b/generated/interfaces.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:42 +0000 +Sat, 16 Mar 2024 00:42:38 +0000 ''' class animationsystem_dll: # animationsystem.dll @@ -8,14 +8,14 @@ class animationsystem_dll: # animationsystem.dll AnimationSystem_001 = 0x6DA00 class client_dll: # client.dll - LegacyGameUI001 = 0x8AEEA0 - Source2ClientUI001 = 0x89E100 - Source2ClientPrediction001 = 0x7AF770 - ClientToolsInfo_001 = 0x732CE0 - Source2Client002 = 0x732D00 - GameClientExports001 = 0x732CF0 - EmptyWorldService001_Client = 0x480640 - Source2ClientConfig001 = 0x46BA50 + LegacyGameUI001 = 0x8AEC50 + Source2ClientUI001 = 0x89E270 + Source2ClientPrediction001 = 0x7AF7A0 + ClientToolsInfo_001 = 0x732D10 + Source2Client002 = 0x732D30 + GameClientExports001 = 0x732D20 + EmptyWorldService001_Client = 0x480670 + Source2ClientConfig001 = 0x46BA80 class engine2_dll: # engine2.dll SimpleEngineLoopService_001 = 0x1F6E10 diff --git a/generated/interfaces.rs b/generated/interfaces.rs index c268e9c..7a028a3 100644 --- a/generated/interfaces.rs +++ b/generated/interfaces.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] @@ -11,14 +11,14 @@ pub mod animationsystem_dll { // animationsystem.dll } pub mod client_dll { // client.dll - pub const LegacyGameUI001: usize = 0x8AEEA0; - pub const Source2ClientUI001: usize = 0x89E100; - pub const Source2ClientPrediction001: usize = 0x7AF770; - pub const ClientToolsInfo_001: usize = 0x732CE0; - pub const Source2Client002: usize = 0x732D00; - pub const GameClientExports001: usize = 0x732CF0; - pub const EmptyWorldService001_Client: usize = 0x480640; - pub const Source2ClientConfig001: usize = 0x46BA50; + pub const LegacyGameUI001: usize = 0x8AEC50; + pub const Source2ClientUI001: usize = 0x89E270; + pub const Source2ClientPrediction001: usize = 0x7AF7A0; + pub const ClientToolsInfo_001: usize = 0x732D10; + pub const Source2Client002: usize = 0x732D30; + pub const GameClientExports001: usize = 0x732D20; + pub const EmptyWorldService001_Client: usize = 0x480670; + pub const Source2ClientConfig001: usize = 0x46BA80; } pub mod engine2_dll { // engine2.dll diff --git a/generated/interfaces.yaml b/generated/interfaces.yaml index b4a4131..08f46a4 100644 --- a/generated/interfaces.yaml +++ b/generated/interfaces.yaml @@ -3,14 +3,14 @@ animationsystem_dll: # animationsystem.dll AnimationSystemUtils_001: 470656 AnimationSystem_001: 449024 client_dll: # client.dll - LegacyGameUI001: 9105056 - Source2ClientUI001: 9036032 - Source2ClientPrediction001: 8058736 - ClientToolsInfo_001: 7548128 - Source2Client002: 7548160 - GameClientExports001: 7548144 - EmptyWorldService001_Client: 4720192 - Source2ClientConfig001: 4635216 + LegacyGameUI001: 9104464 + Source2ClientUI001: 9036400 + Source2ClientPrediction001: 8058784 + ClientToolsInfo_001: 7548176 + Source2Client002: 7548208 + GameClientExports001: 7548192 + EmptyWorldService001_Client: 4720240 + Source2ClientConfig001: 4635264 engine2_dll: # engine2.dll SimpleEngineLoopService_001: 2059792 ClientServerEngineLoopService_001: 2010144 diff --git a/generated/materialsystem2.dll.cs b/generated/materialsystem2.dll.cs index 5456219..e63c2c5 100644 --- a/generated/materialsystem2.dll.cs +++ b/generated/materialsystem2.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class MaterialParamBuffer_t { // MaterialParam_t diff --git a/generated/materialsystem2.dll.hpp b/generated/materialsystem2.dll.hpp index ad05c67..bcbdcc2 100644 --- a/generated/materialsystem2.dll.hpp +++ b/generated/materialsystem2.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/materialsystem2.dll.py b/generated/materialsystem2.dll.py index 08cfc87..47b6a8f 100644 --- a/generated/materialsystem2.dll.py +++ b/generated/materialsystem2.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class MaterialParamBuffer_t: # MaterialParam_t diff --git a/generated/materialsystem2.dll.rs b/generated/materialsystem2.dll.rs index 98247c5..032b3ed 100644 --- a/generated/materialsystem2.dll.rs +++ b/generated/materialsystem2.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/networksystem.dll.cs b/generated/networksystem.dll.cs index 3b6b94f..772f38f 100644 --- a/generated/networksystem.dll.cs +++ b/generated/networksystem.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class ChangeAccessorFieldPathIndex_t { diff --git a/generated/networksystem.dll.hpp b/generated/networksystem.dll.hpp index cf6cb25..92a6058 100644 --- a/generated/networksystem.dll.hpp +++ b/generated/networksystem.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/networksystem.dll.py b/generated/networksystem.dll.py index dace434..0ddfcf7 100644 --- a/generated/networksystem.dll.py +++ b/generated/networksystem.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class ChangeAccessorFieldPathIndex_t: diff --git a/generated/networksystem.dll.rs b/generated/networksystem.dll.rs index 7ceb0c1..11de3cb 100644 --- a/generated/networksystem.dll.rs +++ b/generated/networksystem.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/offsets.cs b/generated/offsets.cs index 534c5db..3fe7882 100644 --- a/generated/offsets.cs +++ b/generated/offsets.cs @@ -1,33 +1,33 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ public static class client_dll { // client.dll - public const nint dwEntityList = 0x18BFC08; - public const nint dwForceAttack = 0x172D030; - public const nint dwForceAttack2 = 0x172D0C0; - public const nint dwForceBackward = 0x172D300; - public const nint dwForceCrouch = 0x172D5D0; - public const nint dwForceForward = 0x172D270; - public const nint dwForceJump = 0x172D540; - public const nint dwForceLeft = 0x172D390; - public const nint dwForceRight = 0x172D420; - public const nint dwGameEntitySystem = 0x19DD590; + public const nint dwEntityList = 0x18C2D58; + public const nint dwForceAttack = 0x1730020; + public const nint dwForceAttack2 = 0x17300B0; + public const nint dwForceBackward = 0x17302F0; + public const nint dwForceCrouch = 0x17305C0; + public const nint dwForceForward = 0x1730260; + public const nint dwForceJump = 0x1730530; + public const nint dwForceLeft = 0x1730380; + public const nint dwForceRight = 0x1730410; + public const nint dwGameEntitySystem = 0x19E0790; public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510; - public const nint dwGameRules = 0x191CB50; - public const nint dwGlobalVars = 0x1727BB0; - public const nint dwGlowManager = 0x191CF70; - public const nint dwInterfaceLinkList = 0x1A0E6D8; - public const nint dwLocalPlayerController = 0x190F428; - public const nint dwLocalPlayerPawn = 0x17341B8; - public const nint dwPlantedC4 = 0x1925988; - public const nint dwPrediction = 0x1734080; - public const nint dwSensitivity = 0x191D898; + public const nint dwGameRules = 0x191FCA0; + public const nint dwGlobalVars = 0x172ABA0; + public const nint dwGlowManager = 0x19200C0; + public const nint dwInterfaceLinkList = 0x1A118D8; + public const nint dwLocalPlayerController = 0x1912578; + public const nint dwLocalPlayerPawn = 0x17371A8; + public const nint dwPlantedC4 = 0x1928AD8; + public const nint dwPrediction = 0x1737070; + public const nint dwSensitivity = 0x19209E8; public const nint dwSensitivity_sensitivity = 0x40; - public const nint dwViewAngles = 0x192D860; - public const nint dwViewMatrix = 0x1921050; - public const nint dwViewRender = 0x19218D0; + public const nint dwViewAngles = 0x19309B0; + public const nint dwViewMatrix = 0x19241A0; + public const nint dwViewRender = 0x1924A20; } public static class engine2_dll { // engine2.dll @@ -42,7 +42,7 @@ public static class engine2_dll { // engine2.dll } public static class game_info { // Some additional information about the game at dump time - public const nint buildNumber = 0x36AC; // Game build number + public const nint buildNumber = 0x36AD; // Game build number } public static class inputsystem_dll { // inputsystem.dll diff --git a/generated/offsets.hpp b/generated/offsets.hpp index 7a5d597..023f106 100644 --- a/generated/offsets.hpp +++ b/generated/offsets.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #pragma once @@ -8,30 +8,30 @@ #include namespace client_dll { // client.dll - constexpr std::ptrdiff_t dwEntityList = 0x18BFC08; - constexpr std::ptrdiff_t dwForceAttack = 0x172D030; - constexpr std::ptrdiff_t dwForceAttack2 = 0x172D0C0; - constexpr std::ptrdiff_t dwForceBackward = 0x172D300; - constexpr std::ptrdiff_t dwForceCrouch = 0x172D5D0; - constexpr std::ptrdiff_t dwForceForward = 0x172D270; - constexpr std::ptrdiff_t dwForceJump = 0x172D540; - constexpr std::ptrdiff_t dwForceLeft = 0x172D390; - constexpr std::ptrdiff_t dwForceRight = 0x172D420; - constexpr std::ptrdiff_t dwGameEntitySystem = 0x19DD590; + constexpr std::ptrdiff_t dwEntityList = 0x18C2D58; + constexpr std::ptrdiff_t dwForceAttack = 0x1730020; + constexpr std::ptrdiff_t dwForceAttack2 = 0x17300B0; + constexpr std::ptrdiff_t dwForceBackward = 0x17302F0; + constexpr std::ptrdiff_t dwForceCrouch = 0x17305C0; + constexpr std::ptrdiff_t dwForceForward = 0x1730260; + constexpr std::ptrdiff_t dwForceJump = 0x1730530; + constexpr std::ptrdiff_t dwForceLeft = 0x1730380; + constexpr std::ptrdiff_t dwForceRight = 0x1730410; + constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E0790; constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510; - constexpr std::ptrdiff_t dwGameRules = 0x191CB50; - constexpr std::ptrdiff_t dwGlobalVars = 0x1727BB0; - constexpr std::ptrdiff_t dwGlowManager = 0x191CF70; - constexpr std::ptrdiff_t dwInterfaceLinkList = 0x1A0E6D8; - constexpr std::ptrdiff_t dwLocalPlayerController = 0x190F428; - constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17341B8; - constexpr std::ptrdiff_t dwPlantedC4 = 0x1925988; - constexpr std::ptrdiff_t dwPrediction = 0x1734080; - constexpr std::ptrdiff_t dwSensitivity = 0x191D898; + constexpr std::ptrdiff_t dwGameRules = 0x191FCA0; + constexpr std::ptrdiff_t dwGlobalVars = 0x172ABA0; + constexpr std::ptrdiff_t dwGlowManager = 0x19200C0; + constexpr std::ptrdiff_t dwInterfaceLinkList = 0x1A118D8; + constexpr std::ptrdiff_t dwLocalPlayerController = 0x1912578; + constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17371A8; + constexpr std::ptrdiff_t dwPlantedC4 = 0x1928AD8; + constexpr std::ptrdiff_t dwPrediction = 0x1737070; + constexpr std::ptrdiff_t dwSensitivity = 0x19209E8; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; - constexpr std::ptrdiff_t dwViewAngles = 0x192D860; - constexpr std::ptrdiff_t dwViewMatrix = 0x1921050; - constexpr std::ptrdiff_t dwViewRender = 0x19218D0; + constexpr std::ptrdiff_t dwViewAngles = 0x19309B0; + constexpr std::ptrdiff_t dwViewMatrix = 0x19241A0; + constexpr std::ptrdiff_t dwViewRender = 0x1924A20; } namespace engine2_dll { // engine2.dll @@ -46,7 +46,7 @@ namespace engine2_dll { // engine2.dll } namespace game_info { // Some additional information about the game at dump time - constexpr std::ptrdiff_t buildNumber = 0x36AC; // Game build number + constexpr std::ptrdiff_t buildNumber = 0x36AD; // Game build number } namespace inputsystem_dll { // inputsystem.dll diff --git a/generated/offsets.json b/generated/offsets.json index f8e0de9..8bc7a7e 100644 --- a/generated/offsets.json +++ b/generated/offsets.json @@ -2,43 +2,43 @@ "client_dll": { "data": { "dwEntityList": { - "value": 25951240, + "value": 25963864, "comment": null }, "dwForceAttack": { - "value": 24301616, + "value": 24313888, "comment": null }, "dwForceAttack2": { - "value": 24301760, + "value": 24314032, "comment": null }, "dwForceBackward": { - "value": 24302336, + "value": 24314608, "comment": null }, "dwForceCrouch": { - "value": 24303056, + "value": 24315328, "comment": null }, "dwForceForward": { - "value": 24302192, + "value": 24314464, "comment": null }, "dwForceJump": { - "value": 24302912, + "value": 24315184, "comment": null }, "dwForceLeft": { - "value": 24302480, + "value": 24314752, "comment": null }, "dwForceRight": { - "value": 24302624, + "value": 24314896, "comment": null }, "dwGameEntitySystem": { - "value": 27121040, + "value": 27133840, "comment": null }, "dwGameEntitySystem_getHighestEntityIndex": { @@ -46,39 +46,39 @@ "comment": null }, "dwGameRules": { - "value": 26331984, + "value": 26344608, "comment": null }, "dwGlobalVars": { - "value": 24279984, + "value": 24292256, "comment": null }, "dwGlowManager": { - "value": 26333040, + "value": 26345664, "comment": null }, "dwInterfaceLinkList": { - "value": 27322072, + "value": 27334872, "comment": null }, "dwLocalPlayerController": { - "value": 26276904, + "value": 26289528, "comment": null }, "dwLocalPlayerPawn": { - "value": 24330680, + "value": 24342952, "comment": null }, "dwPlantedC4": { - "value": 26368392, + "value": 26381016, "comment": null }, "dwPrediction": { - "value": 24330368, + "value": 24342640, "comment": null }, "dwSensitivity": { - "value": 26335384, + "value": 26348008, "comment": null }, "dwSensitivity_sensitivity": { @@ -86,15 +86,15 @@ "comment": null }, "dwViewAngles": { - "value": 26400864, + "value": 26413488, "comment": null }, "dwViewMatrix": { - "value": 26349648, + "value": 26362272, "comment": null }, "dwViewRender": { - "value": 26351824, + "value": 26364448, "comment": null } }, @@ -140,7 +140,7 @@ "game_info": { "data": { "buildNumber": { - "value": 13996, + "value": 13997, "comment": "Game build number" } }, diff --git a/generated/offsets.py b/generated/offsets.py index 1261086..329e637 100644 --- a/generated/offsets.py +++ b/generated/offsets.py @@ -1,33 +1,33 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:42 +0000 +Sat, 16 Mar 2024 00:42:38 +0000 ''' class client_dll: # client.dll - dwEntityList = 0x18BFC08 - dwForceAttack = 0x172D030 - dwForceAttack2 = 0x172D0C0 - dwForceBackward = 0x172D300 - dwForceCrouch = 0x172D5D0 - dwForceForward = 0x172D270 - dwForceJump = 0x172D540 - dwForceLeft = 0x172D390 - dwForceRight = 0x172D420 - dwGameEntitySystem = 0x19DD590 + dwEntityList = 0x18C2D58 + dwForceAttack = 0x1730020 + dwForceAttack2 = 0x17300B0 + dwForceBackward = 0x17302F0 + dwForceCrouch = 0x17305C0 + dwForceForward = 0x1730260 + dwForceJump = 0x1730530 + dwForceLeft = 0x1730380 + dwForceRight = 0x1730410 + dwGameEntitySystem = 0x19E0790 dwGameEntitySystem_getHighestEntityIndex = 0x1510 - dwGameRules = 0x191CB50 - dwGlobalVars = 0x1727BB0 - dwGlowManager = 0x191CF70 - dwInterfaceLinkList = 0x1A0E6D8 - dwLocalPlayerController = 0x190F428 - dwLocalPlayerPawn = 0x17341B8 - dwPlantedC4 = 0x1925988 - dwPrediction = 0x1734080 - dwSensitivity = 0x191D898 + dwGameRules = 0x191FCA0 + dwGlobalVars = 0x172ABA0 + dwGlowManager = 0x19200C0 + dwInterfaceLinkList = 0x1A118D8 + dwLocalPlayerController = 0x1912578 + dwLocalPlayerPawn = 0x17371A8 + dwPlantedC4 = 0x1928AD8 + dwPrediction = 0x1737070 + dwSensitivity = 0x19209E8 dwSensitivity_sensitivity = 0x40 - dwViewAngles = 0x192D860 - dwViewMatrix = 0x1921050 - dwViewRender = 0x19218D0 + dwViewAngles = 0x19309B0 + dwViewMatrix = 0x19241A0 + dwViewRender = 0x1924A20 class engine2_dll: # engine2.dll dwBuildNumber = 0x513574 @@ -40,7 +40,7 @@ class engine2_dll: # engine2.dll dwWindowWidth = 0x5CBC60 class game_info: # Some additional information about the game at dump time - buildNumber = 0x36AC # Game build number + buildNumber = 0x36AD # Game build number class inputsystem_dll: # inputsystem.dll dwInputSystem = 0x367A0 diff --git a/generated/offsets.rs b/generated/offsets.rs index 7665c17..f40ac89 100644 --- a/generated/offsets.rs +++ b/generated/offsets.rs @@ -1,35 +1,35 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:42 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] pub mod client_dll { // client.dll - pub const dwEntityList: usize = 0x18BFC08; - pub const dwForceAttack: usize = 0x172D030; - pub const dwForceAttack2: usize = 0x172D0C0; - pub const dwForceBackward: usize = 0x172D300; - pub const dwForceCrouch: usize = 0x172D5D0; - pub const dwForceForward: usize = 0x172D270; - pub const dwForceJump: usize = 0x172D540; - pub const dwForceLeft: usize = 0x172D390; - pub const dwForceRight: usize = 0x172D420; - pub const dwGameEntitySystem: usize = 0x19DD590; + pub const dwEntityList: usize = 0x18C2D58; + pub const dwForceAttack: usize = 0x1730020; + pub const dwForceAttack2: usize = 0x17300B0; + pub const dwForceBackward: usize = 0x17302F0; + pub const dwForceCrouch: usize = 0x17305C0; + pub const dwForceForward: usize = 0x1730260; + pub const dwForceJump: usize = 0x1730530; + pub const dwForceLeft: usize = 0x1730380; + pub const dwForceRight: usize = 0x1730410; + pub const dwGameEntitySystem: usize = 0x19E0790; pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510; - pub const dwGameRules: usize = 0x191CB50; - pub const dwGlobalVars: usize = 0x1727BB0; - pub const dwGlowManager: usize = 0x191CF70; - pub const dwInterfaceLinkList: usize = 0x1A0E6D8; - pub const dwLocalPlayerController: usize = 0x190F428; - pub const dwLocalPlayerPawn: usize = 0x17341B8; - pub const dwPlantedC4: usize = 0x1925988; - pub const dwPrediction: usize = 0x1734080; - pub const dwSensitivity: usize = 0x191D898; + pub const dwGameRules: usize = 0x191FCA0; + pub const dwGlobalVars: usize = 0x172ABA0; + pub const dwGlowManager: usize = 0x19200C0; + pub const dwInterfaceLinkList: usize = 0x1A118D8; + pub const dwLocalPlayerController: usize = 0x1912578; + pub const dwLocalPlayerPawn: usize = 0x17371A8; + pub const dwPlantedC4: usize = 0x1928AD8; + pub const dwPrediction: usize = 0x1737070; + pub const dwSensitivity: usize = 0x19209E8; pub const dwSensitivity_sensitivity: usize = 0x40; - pub const dwViewAngles: usize = 0x192D860; - pub const dwViewMatrix: usize = 0x1921050; - pub const dwViewRender: usize = 0x19218D0; + pub const dwViewAngles: usize = 0x19309B0; + pub const dwViewMatrix: usize = 0x19241A0; + pub const dwViewRender: usize = 0x1924A20; } pub mod engine2_dll { // engine2.dll @@ -44,7 +44,7 @@ pub mod engine2_dll { // engine2.dll } pub mod game_info { // Some additional information about the game at dump time - pub const buildNumber: usize = 0x36AC; // Game build number + pub const buildNumber: usize = 0x36AD; // Game build number } pub mod inputsystem_dll { // inputsystem.dll diff --git a/generated/offsets.yaml b/generated/offsets.yaml index 84ea336..4296806 100644 --- a/generated/offsets.yaml +++ b/generated/offsets.yaml @@ -1,29 +1,29 @@ --- client_dll: # client.dll - dwEntityList: 25951240 - dwForceAttack: 24301616 - dwForceAttack2: 24301760 - dwForceBackward: 24302336 - dwForceCrouch: 24303056 - dwForceForward: 24302192 - dwForceJump: 24302912 - dwForceLeft: 24302480 - dwForceRight: 24302624 - dwGameEntitySystem: 27121040 + dwEntityList: 25963864 + dwForceAttack: 24313888 + dwForceAttack2: 24314032 + dwForceBackward: 24314608 + dwForceCrouch: 24315328 + dwForceForward: 24314464 + dwForceJump: 24315184 + dwForceLeft: 24314752 + dwForceRight: 24314896 + dwGameEntitySystem: 27133840 dwGameEntitySystem_getHighestEntityIndex: 5392 - dwGameRules: 26331984 - dwGlobalVars: 24279984 - dwGlowManager: 26333040 - dwInterfaceLinkList: 27322072 - dwLocalPlayerController: 26276904 - dwLocalPlayerPawn: 24330680 - dwPlantedC4: 26368392 - dwPrediction: 24330368 - dwSensitivity: 26335384 + dwGameRules: 26344608 + dwGlobalVars: 24292256 + dwGlowManager: 26345664 + dwInterfaceLinkList: 27334872 + dwLocalPlayerController: 26289528 + dwLocalPlayerPawn: 24342952 + dwPlantedC4: 26381016 + dwPrediction: 24342640 + dwSensitivity: 26348008 dwSensitivity_sensitivity: 64 - dwViewAngles: 26400864 - dwViewMatrix: 26349648 - dwViewRender: 26351824 + dwViewAngles: 26413488 + dwViewMatrix: 26362272 + dwViewRender: 26364448 engine2_dll: # engine2.dll dwBuildNumber: 5322100 dwNetworkGameClient_deltaTick: 600 @@ -34,7 +34,7 @@ engine2_dll: # engine2.dll dwWindowHeight: 6077540 dwWindowWidth: 6077536 game_info: # Some additional information about the game at dump time - buildNumber: 13996 # Game build number + buildNumber: 13997 # Game build number inputsystem_dll: # inputsystem.dll dwInputSystem: 223136 matchmaking_dll: # matchmaking.dll diff --git a/generated/particles.dll.cs b/generated/particles.dll.cs index 56a0456..d7d4947 100644 --- a/generated/particles.dll.cs +++ b/generated/particles.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class CBaseRendererSource2 { // CParticleFunctionRenderer diff --git a/generated/particles.dll.hpp b/generated/particles.dll.hpp index c618e2a..0e49551 100644 --- a/generated/particles.dll.hpp +++ b/generated/particles.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/particles.dll.py b/generated/particles.dll.py index bb2ef63..ad4288a 100644 --- a/generated/particles.dll.py +++ b/generated/particles.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:41 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class CBaseRendererSource2: # CParticleFunctionRenderer diff --git a/generated/particles.dll.rs b/generated/particles.dll.rs index 4744cca..c4578cc 100644 --- a/generated/particles.dll.rs +++ b/generated/particles.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/pulse_system.dll.cs b/generated/pulse_system.dll.cs index 6f74874..91bd84a 100644 --- a/generated/pulse_system.dll.cs +++ b/generated/pulse_system.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class CBasePulseGraphInstance { diff --git a/generated/pulse_system.dll.hpp b/generated/pulse_system.dll.hpp index 3023106..59f9625 100644 --- a/generated/pulse_system.dll.hpp +++ b/generated/pulse_system.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/pulse_system.dll.py b/generated/pulse_system.dll.py index 5ead52d..3ad0497 100644 --- a/generated/pulse_system.dll.py +++ b/generated/pulse_system.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:41 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class CBasePulseGraphInstance: diff --git a/generated/pulse_system.dll.rs b/generated/pulse_system.dll.rs index 2e8bc30..6740589 100644 --- a/generated/pulse_system.dll.rs +++ b/generated/pulse_system.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/rendersystemdx11.dll.cs b/generated/rendersystemdx11.dll.cs index fb28d38..df21d20 100644 --- a/generated/rendersystemdx11.dll.cs +++ b/generated/rendersystemdx11.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class RenderInputLayoutField_t { diff --git a/generated/rendersystemdx11.dll.hpp b/generated/rendersystemdx11.dll.hpp index af5449a..ea30831 100644 --- a/generated/rendersystemdx11.dll.hpp +++ b/generated/rendersystemdx11.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/rendersystemdx11.dll.py b/generated/rendersystemdx11.dll.py index 6f7e0b4..9790e8c 100644 --- a/generated/rendersystemdx11.dll.py +++ b/generated/rendersystemdx11.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class RenderInputLayoutField_t: diff --git a/generated/rendersystemdx11.dll.rs b/generated/rendersystemdx11.dll.rs index ca43a82..6c0a56a 100644 --- a/generated/rendersystemdx11.dll.rs +++ b/generated/rendersystemdx11.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/resourcesystem.dll.cs b/generated/resourcesystem.dll.cs index 69e6b15..d6f5f87 100644 --- a/generated/resourcesystem.dll.cs +++ b/generated/resourcesystem.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class AABB_t { diff --git a/generated/resourcesystem.dll.hpp b/generated/resourcesystem.dll.hpp index f7b75cf..ae79701 100644 --- a/generated/resourcesystem.dll.hpp +++ b/generated/resourcesystem.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/resourcesystem.dll.py b/generated/resourcesystem.dll.py index b712739..94edc19 100644 --- a/generated/resourcesystem.dll.py +++ b/generated/resourcesystem.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class AABB_t: diff --git a/generated/resourcesystem.dll.rs b/generated/resourcesystem.dll.rs index 0449640..726a8a5 100644 --- a/generated/resourcesystem.dll.rs +++ b/generated/resourcesystem.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/scenesystem.dll.cs b/generated/scenesystem.dll.cs index e55bf41..8e80146 100644 --- a/generated/scenesystem.dll.cs +++ b/generated/scenesystem.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class CSSDSEndFrameViewInfo { diff --git a/generated/scenesystem.dll.hpp b/generated/scenesystem.dll.hpp index 032e8d4..a2a3546 100644 --- a/generated/scenesystem.dll.hpp +++ b/generated/scenesystem.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/scenesystem.dll.py b/generated/scenesystem.dll.py index f13d724..8c4ee71 100644 --- a/generated/scenesystem.dll.py +++ b/generated/scenesystem.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class CSSDSEndFrameViewInfo: diff --git a/generated/scenesystem.dll.rs b/generated/scenesystem.dll.rs index 2824655..091eee4 100644 --- a/generated/scenesystem.dll.rs +++ b/generated/scenesystem.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/schemasystem.dll.cs b/generated/schemasystem.dll.cs index 5978723..e3e44f5 100644 --- a/generated/schemasystem.dll.cs +++ b/generated/schemasystem.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class CExampleSchemaVData_Monomorphic { diff --git a/generated/schemasystem.dll.hpp b/generated/schemasystem.dll.hpp index 1e4eafa..448939e 100644 --- a/generated/schemasystem.dll.hpp +++ b/generated/schemasystem.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/schemasystem.dll.py b/generated/schemasystem.dll.py index 98ae0f1..6bad14f 100644 --- a/generated/schemasystem.dll.py +++ b/generated/schemasystem.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class CExampleSchemaVData_Monomorphic: diff --git a/generated/schemasystem.dll.rs b/generated/schemasystem.dll.rs index 0eda951..89d70cf 100644 --- a/generated/schemasystem.dll.rs +++ b/generated/schemasystem.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/server.dll.cs b/generated/server.dll.cs index 54dc981..ca95f4e 100644 --- a/generated/server.dll.cs +++ b/generated/server.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class ActiveModelConfig_t { diff --git a/generated/server.dll.hpp b/generated/server.dll.hpp index eed4c2b..51b0e3a 100644 --- a/generated/server.dll.hpp +++ b/generated/server.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #pragma once diff --git a/generated/server.dll.py b/generated/server.dll.py index 10d8d18..cfd375d 100644 --- a/generated/server.dll.py +++ b/generated/server.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:41 +0000 +Sat, 16 Mar 2024 00:42:38 +0000 ''' class ActiveModelConfig_t: diff --git a/generated/server.dll.rs b/generated/server.dll.rs index a9bc838..f0e32df 100644 --- a/generated/server.dll.rs +++ b/generated/server.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:41 +0000 + * Sat, 16 Mar 2024 00:42:38 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/soundsystem.dll.cs b/generated/soundsystem.dll.cs index 3153ded..837cb41 100644 --- a/generated/soundsystem.dll.cs +++ b/generated/soundsystem.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class CDSPMixgroupModifier { diff --git a/generated/soundsystem.dll.hpp b/generated/soundsystem.dll.hpp index 64decdc..da78a71 100644 --- a/generated/soundsystem.dll.hpp +++ b/generated/soundsystem.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/soundsystem.dll.py b/generated/soundsystem.dll.py index c23a0b9..0be2b81 100644 --- a/generated/soundsystem.dll.py +++ b/generated/soundsystem.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class CDSPMixgroupModifier: diff --git a/generated/soundsystem.dll.rs b/generated/soundsystem.dll.rs index 49718af..365c445 100644 --- a/generated/soundsystem.dll.rs +++ b/generated/soundsystem.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/vphysics2.dll.cs b/generated/vphysics2.dll.cs index c543894..bebfedd 100644 --- a/generated/vphysics2.dll.cs +++ b/generated/vphysics2.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class CFeIndexedJiggleBone { diff --git a/generated/vphysics2.dll.hpp b/generated/vphysics2.dll.hpp index b954a21..aa27172 100644 --- a/generated/vphysics2.dll.hpp +++ b/generated/vphysics2.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/vphysics2.dll.py b/generated/vphysics2.dll.py index d432ee8..c7f0874 100644 --- a/generated/vphysics2.dll.py +++ b/generated/vphysics2.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class CFeIndexedJiggleBone: diff --git a/generated/vphysics2.dll.rs b/generated/vphysics2.dll.rs index 665877b..ee0ae78 100644 --- a/generated/vphysics2.dll.rs +++ b/generated/vphysics2.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)] diff --git a/generated/worldrenderer.dll.cs b/generated/worldrenderer.dll.cs index 06b140a..f63b7de 100644 --- a/generated/worldrenderer.dll.cs +++ b/generated/worldrenderer.dll.cs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ public static class AggregateLODSetup_t { diff --git a/generated/worldrenderer.dll.hpp b/generated/worldrenderer.dll.hpp index 19998eb..1e20af9 100644 --- a/generated/worldrenderer.dll.hpp +++ b/generated/worldrenderer.dll.hpp @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #pragma once diff --git a/generated/worldrenderer.dll.py b/generated/worldrenderer.dll.py index 6e78c9c..33d810c 100644 --- a/generated/worldrenderer.dll.py +++ b/generated/worldrenderer.dll.py @@ -1,6 +1,6 @@ ''' Generated using https://github.com/a2x/cs2-dumper -Thu, 14 Mar 2024 05:07:40 +0000 +Sat, 16 Mar 2024 00:42:37 +0000 ''' class AggregateLODSetup_t: diff --git a/generated/worldrenderer.dll.rs b/generated/worldrenderer.dll.rs index 9cbbc53..3dac9ec 100644 --- a/generated/worldrenderer.dll.rs +++ b/generated/worldrenderer.dll.rs @@ -1,6 +1,6 @@ /* * Generated using https://github.com/a2x/cs2-dumper - * Thu, 14 Mar 2024 05:07:40 +0000 + * Sat, 16 Mar 2024 00:42:37 +0000 */ #![allow(non_snake_case, non_upper_case_globals)]