Game update (14015)

This commit is contained in:
a2x 2024-06-15 11:37:03 +10:00
parent 6a69ee5232
commit 9111d7a0f4
65 changed files with 341 additions and 337 deletions

View File

@ -1,24 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper { namespace CS2Dumper {
// Module: client.dll // Module: client.dll
public static class Buttons { public static class Buttons {
public const nint attack = 0x38E9730; public const nint attack = 0x38EA730;
public const nint attack2 = 0x38E9690; public const nint attack2 = 0x38EA690;
public const nint back = 0x38E9310; public const nint back = 0x38EA310;
public const nint duck = 0x38E8E70; public const nint duck = 0x38E9E70;
public const nint forward = 0x38E93B0; public const nint forward = 0x38EA3B0;
public const nint jump = 0x38E8F10; public const nint jump = 0x38E9F10;
public const nint left = 0x38E9270; public const nint left = 0x38EA270;
public const nint lookatweapon = 0x38FCC10; public const nint lookatweapon = 0x38FDC10;
public const nint reload = 0x38E97D0; public const nint reload = 0x38EA7D0;
public const nint right = 0x38E91D0; public const nint right = 0x38EA1D0;
public const nint showscores = 0x38FCD50; public const nint showscores = 0x38FDD50;
public const nint sprint = 0x38E9870; public const nint sprint = 0x38EA870;
public const nint turnleft = 0x38E95F0; public const nint turnleft = 0x38EA5F0;
public const nint turnright = 0x38E9550; public const nint turnright = 0x38EA550;
public const nint use = 0x38E8FB0; public const nint use = 0x38E9FB0;
public const nint zoom = 0x38FCCB0; public const nint zoom = 0x38FDCB0;
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once
@ -8,21 +8,21 @@
namespace cs2_dumper { namespace cs2_dumper {
// Module: client.dll // Module: client.dll
namespace buttons { namespace buttons {
constexpr std::ptrdiff_t attack = 0x38E9730; constexpr std::ptrdiff_t attack = 0x38EA730;
constexpr std::ptrdiff_t attack2 = 0x38E9690; constexpr std::ptrdiff_t attack2 = 0x38EA690;
constexpr std::ptrdiff_t back = 0x38E9310; constexpr std::ptrdiff_t back = 0x38EA310;
constexpr std::ptrdiff_t duck = 0x38E8E70; constexpr std::ptrdiff_t duck = 0x38E9E70;
constexpr std::ptrdiff_t forward = 0x38E93B0; constexpr std::ptrdiff_t forward = 0x38EA3B0;
constexpr std::ptrdiff_t jump = 0x38E8F10; constexpr std::ptrdiff_t jump = 0x38E9F10;
constexpr std::ptrdiff_t left = 0x38E9270; constexpr std::ptrdiff_t left = 0x38EA270;
constexpr std::ptrdiff_t lookatweapon = 0x38FCC10; constexpr std::ptrdiff_t lookatweapon = 0x38FDC10;
constexpr std::ptrdiff_t reload = 0x38E97D0; constexpr std::ptrdiff_t reload = 0x38EA7D0;
constexpr std::ptrdiff_t right = 0x38E91D0; constexpr std::ptrdiff_t right = 0x38EA1D0;
constexpr std::ptrdiff_t showscores = 0x38FCD50; constexpr std::ptrdiff_t showscores = 0x38FDD50;
constexpr std::ptrdiff_t sprint = 0x38E9870; constexpr std::ptrdiff_t sprint = 0x38EA870;
constexpr std::ptrdiff_t turnleft = 0x38E95F0; constexpr std::ptrdiff_t turnleft = 0x38EA5F0;
constexpr std::ptrdiff_t turnright = 0x38E9550; constexpr std::ptrdiff_t turnright = 0x38EA550;
constexpr std::ptrdiff_t use = 0x38E8FB0; constexpr std::ptrdiff_t use = 0x38E9FB0;
constexpr std::ptrdiff_t zoom = 0x38FCCB0; constexpr std::ptrdiff_t zoom = 0x38FDCB0;
} }
} }

View File

@ -1,20 +1,20 @@
{ {
"client.dll": { "client.dll": {
"attack": 59676464, "attack": 59680560,
"attack2": 59676304, "attack2": 59680400,
"back": 59675408, "back": 59679504,
"duck": 59674224, "duck": 59678320,
"forward": 59675568, "forward": 59679664,
"jump": 59674384, "jump": 59678480,
"left": 59675248, "left": 59679344,
"lookatweapon": 59755536, "lookatweapon": 59759632,
"reload": 59676624, "reload": 59680720,
"right": 59675088, "right": 59679184,
"showscores": 59755856, "showscores": 59759952,
"sprint": 59676784, "sprint": 59680880,
"turnleft": 59676144, "turnleft": 59680240,
"turnright": 59675984, "turnright": 59680080,
"use": 59674544, "use": 59678640,
"zoom": 59755696 "zoom": 59759792
} }
} }

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper { pub mod cs2_dumper {
// Module: client.dll // Module: client.dll
pub mod buttons { pub mod buttons {
pub const attack: usize = 0x38E9730; pub const attack: usize = 0x38EA730;
pub const attack2: usize = 0x38E9690; pub const attack2: usize = 0x38EA690;
pub const back: usize = 0x38E9310; pub const back: usize = 0x38EA310;
pub const duck: usize = 0x38E8E70; pub const duck: usize = 0x38E9E70;
pub const forward: usize = 0x38E93B0; pub const forward: usize = 0x38EA3B0;
pub const jump: usize = 0x38E8F10; pub const jump: usize = 0x38E9F10;
pub const left: usize = 0x38E9270; pub const left: usize = 0x38EA270;
pub const lookatweapon: usize = 0x38FCC10; pub const lookatweapon: usize = 0x38FDC10;
pub const reload: usize = 0x38E97D0; pub const reload: usize = 0x38EA7D0;
pub const right: usize = 0x38E91D0; pub const right: usize = 0x38EA1D0;
pub const showscores: usize = 0x38FCD50; pub const showscores: usize = 0x38FDD50;
pub const sprint: usize = 0x38E9870; pub const sprint: usize = 0x38EA870;
pub const turnleft: usize = 0x38E95F0; pub const turnleft: usize = 0x38EA5F0;
pub const turnright: usize = 0x38E9550; pub const turnright: usize = 0x38EA550;
pub const r#use: usize = 0x38E8FB0; pub const r#use: usize = 0x38E9FB0;
pub const zoom: usize = 0x38FCCB0; pub const zoom: usize = 0x38FDCB0;
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"build_number": 14014, "build_number": 14015,
"timestamp": "2024-06-13T12:45:29.262540675+00:00" "timestamp": "2024-06-15T01:33:56.502397707+00:00"
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Interfaces { namespace CS2Dumper.Interfaces {
// Module: libanimationsystem.so // Module: libanimationsystem.so
@ -9,14 +9,14 @@ namespace CS2Dumper.Interfaces {
} }
// Module: libclient.so // Module: libclient.so
public static class LibclientSo { public static class LibclientSo {
public const nint ClientToolsInfo_001 = 0xDCB700; public const nint ClientToolsInfo_001 = 0xDCB820;
public const nint EmptyWorldService001_Client = 0xAA9D70; public const nint EmptyWorldService001_Client = 0xAA9D70;
public const nint GameClientExports001 = 0xDCB2E0; public const nint GameClientExports001 = 0xDCB400;
public const nint LegacyGameUI001 = 0xFABEB0; public const nint LegacyGameUI001 = 0xFAC1B0;
public const nint Source2Client002 = 0xDCB340; public const nint Source2Client002 = 0xDCB460;
public const nint Source2ClientConfig001 = 0xA94C50; public const nint Source2ClientConfig001 = 0xA94C50;
public const nint Source2ClientPrediction001 = 0xE60E20; public const nint Source2ClientPrediction001 = 0xE60F40;
public const nint Source2ClientUI001 = 0xF63DD0; public const nint Source2ClientUI001 = 0xF640D0;
} }
// Module: libengine2.so // Module: libengine2.so
public static class Libengine2So { public static class Libengine2So {
@ -148,16 +148,16 @@ namespace CS2Dumper.Interfaces {
} }
// Module: libserver.so // Module: libserver.so
public static class LibserverSo { public static class LibserverSo {
public const nint EmptyWorldService001_Server = 0xBCF830; public const nint EmptyWorldService001_Server = 0xBCFAB0;
public const nint EntitySubclassUtilsV001 = 0x8DA220; public const nint EntitySubclassUtilsV001 = 0x8DA4A0;
public const nint NavGameTest001 = 0x1117CF0; public const nint NavGameTest001 = 0x1118320;
public const nint ServerToolsInfo_001 = 0xEE4D60; public const nint ServerToolsInfo_001 = 0xEE5390;
public const nint Source2GameClients001 = 0xEE4D00; public const nint Source2GameClients001 = 0xEE5330;
public const nint Source2GameDirector001 = 0x738950; public const nint Source2GameDirector001 = 0x738950;
public const nint Source2GameEntities001 = 0xEE4CF0; public const nint Source2GameEntities001 = 0xEE5320;
public const nint Source2Server001 = 0xEE4A00; public const nint Source2Server001 = 0xEE5030;
public const nint Source2ServerConfig001 = 0xB6CE80; public const nint Source2ServerConfig001 = 0xB6D100;
public const nint customnavsystem001 = 0x865F80; public const nint customnavsystem001 = 0x866200;
} }
// Module: libsoundsystem.so // Module: libsoundsystem.so
public static class LibsoundsystemSo { public static class LibsoundsystemSo {
@ -172,10 +172,10 @@ namespace CS2Dumper.Interfaces {
} }
// Module: libtier0.so // Module: libtier0.so
public static class Libtier0So { public static class Libtier0So {
public const nint TestScriptMgr001 = 0x1C88A0; public const nint TestScriptMgr001 = 0x1C88B0;
public const nint VEngineCvar007 = 0xF2080; public const nint VEngineCvar007 = 0xF2080;
public const nint VProcessUtils002 = 0x1A5640; public const nint VProcessUtils002 = 0x1A5650;
public const nint VStringTokenSystem001 = 0x1F7BB0; public const nint VStringTokenSystem001 = 0x1F7BC0;
} }
// Module: libv8system.so // Module: libv8system.so
public static class Libv8systemSo { public static class Libv8systemSo {
@ -196,25 +196,25 @@ namespace CS2Dumper.Interfaces {
} }
// Module: steamclient.so // Module: steamclient.so
public static class SteamclientSo { public static class SteamclientSo {
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x1135D20; public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x11DC0E0;
public const nint IVALIDATE001 = 0x1132210; public const nint IVALIDATE001 = 0x11D7BB0;
public const nint SteamClient006 = 0xDE3190; public const nint SteamClient006 = 0xE6BD40;
public const nint SteamClient007 = 0xDE31A0; public const nint SteamClient007 = 0xE6BD50;
public const nint SteamClient008 = 0xDE31B0; public const nint SteamClient008 = 0xE6BD60;
public const nint SteamClient009 = 0xDE31C0; public const nint SteamClient009 = 0xE6BD70;
public const nint SteamClient010 = 0xDE31D0; public const nint SteamClient010 = 0xE6BD80;
public const nint SteamClient011 = 0xDE31E0; public const nint SteamClient011 = 0xE6BD90;
public const nint SteamClient012 = 0xDE31F0; public const nint SteamClient012 = 0xE6BDA0;
public const nint SteamClient013 = 0xDE3200; public const nint SteamClient013 = 0xE6BDB0;
public const nint SteamClient014 = 0xDE3210; public const nint SteamClient014 = 0xE6BDC0;
public const nint SteamClient015 = 0xDE3220; public const nint SteamClient015 = 0xE6BDD0;
public const nint SteamClient016 = 0xDE3250; public const nint SteamClient016 = 0xE6BE00;
public const nint SteamClient017 = 0xDE3280; public const nint SteamClient017 = 0xE6BE30;
public const nint SteamClient018 = 0xDE32B0; public const nint SteamClient018 = 0xE6BE60;
public const nint SteamClient019 = 0xDE32E0; public const nint SteamClient019 = 0xE6BE90;
public const nint SteamClient020 = 0xDE3310; public const nint SteamClient020 = 0xE6BEC0;
public const nint SteamClient021 = 0xDE3340; public const nint SteamClient021 = 0xE6BEF0;
public const nint p2pvoice002 = 0x1769460; public const nint p2pvoice002 = 0x18306E0;
public const nint p2pvoicesingleton002 = 0x1762490; public const nint p2pvoicesingleton002 = 0x1828D70;
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once
@ -14,14 +14,14 @@ namespace cs2_dumper {
} }
// Module: libclient.so // Module: libclient.so
namespace libclient_so { namespace libclient_so {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0xDCB700; constexpr std::ptrdiff_t ClientToolsInfo_001 = 0xDCB820;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0xAA9D70; constexpr std::ptrdiff_t EmptyWorldService001_Client = 0xAA9D70;
constexpr std::ptrdiff_t GameClientExports001 = 0xDCB2E0; constexpr std::ptrdiff_t GameClientExports001 = 0xDCB400;
constexpr std::ptrdiff_t LegacyGameUI001 = 0xFABEB0; constexpr std::ptrdiff_t LegacyGameUI001 = 0xFAC1B0;
constexpr std::ptrdiff_t Source2Client002 = 0xDCB340; constexpr std::ptrdiff_t Source2Client002 = 0xDCB460;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0xA94C50; constexpr std::ptrdiff_t Source2ClientConfig001 = 0xA94C50;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0xE60E20; constexpr std::ptrdiff_t Source2ClientPrediction001 = 0xE60F40;
constexpr std::ptrdiff_t Source2ClientUI001 = 0xF63DD0; constexpr std::ptrdiff_t Source2ClientUI001 = 0xF640D0;
} }
// Module: libengine2.so // Module: libengine2.so
namespace libengine2_so { namespace libengine2_so {
@ -153,16 +153,16 @@ namespace cs2_dumper {
} }
// Module: libserver.so // Module: libserver.so
namespace libserver_so { namespace libserver_so {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0xBCF830; constexpr std::ptrdiff_t EmptyWorldService001_Server = 0xBCFAB0;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x8DA220; constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x8DA4A0;
constexpr std::ptrdiff_t NavGameTest001 = 0x1117CF0; constexpr std::ptrdiff_t NavGameTest001 = 0x1118320;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0xEE4D60; constexpr std::ptrdiff_t ServerToolsInfo_001 = 0xEE5390;
constexpr std::ptrdiff_t Source2GameClients001 = 0xEE4D00; constexpr std::ptrdiff_t Source2GameClients001 = 0xEE5330;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x738950; constexpr std::ptrdiff_t Source2GameDirector001 = 0x738950;
constexpr std::ptrdiff_t Source2GameEntities001 = 0xEE4CF0; constexpr std::ptrdiff_t Source2GameEntities001 = 0xEE5320;
constexpr std::ptrdiff_t Source2Server001 = 0xEE4A00; constexpr std::ptrdiff_t Source2Server001 = 0xEE5030;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0xB6CE80; constexpr std::ptrdiff_t Source2ServerConfig001 = 0xB6D100;
constexpr std::ptrdiff_t customnavsystem001 = 0x865F80; constexpr std::ptrdiff_t customnavsystem001 = 0x866200;
} }
// Module: libsoundsystem.so // Module: libsoundsystem.so
namespace libsoundsystem_so { namespace libsoundsystem_so {
@ -177,10 +177,10 @@ namespace cs2_dumper {
} }
// Module: libtier0.so // Module: libtier0.so
namespace libtier0_so { namespace libtier0_so {
constexpr std::ptrdiff_t TestScriptMgr001 = 0x1C88A0; constexpr std::ptrdiff_t TestScriptMgr001 = 0x1C88B0;
constexpr std::ptrdiff_t VEngineCvar007 = 0xF2080; constexpr std::ptrdiff_t VEngineCvar007 = 0xF2080;
constexpr std::ptrdiff_t VProcessUtils002 = 0x1A5640; constexpr std::ptrdiff_t VProcessUtils002 = 0x1A5650;
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x1F7BB0; constexpr std::ptrdiff_t VStringTokenSystem001 = 0x1F7BC0;
} }
// Module: libv8system.so // Module: libv8system.so
namespace libv8system_so { namespace libv8system_so {
@ -201,26 +201,26 @@ namespace cs2_dumper {
} }
// Module: steamclient.so // Module: steamclient.so
namespace steamclient_so { namespace steamclient_so {
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x1135D20; constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x11DC0E0;
constexpr std::ptrdiff_t IVALIDATE001 = 0x1132210; constexpr std::ptrdiff_t IVALIDATE001 = 0x11D7BB0;
constexpr std::ptrdiff_t SteamClient006 = 0xDE3190; constexpr std::ptrdiff_t SteamClient006 = 0xE6BD40;
constexpr std::ptrdiff_t SteamClient007 = 0xDE31A0; constexpr std::ptrdiff_t SteamClient007 = 0xE6BD50;
constexpr std::ptrdiff_t SteamClient008 = 0xDE31B0; constexpr std::ptrdiff_t SteamClient008 = 0xE6BD60;
constexpr std::ptrdiff_t SteamClient009 = 0xDE31C0; constexpr std::ptrdiff_t SteamClient009 = 0xE6BD70;
constexpr std::ptrdiff_t SteamClient010 = 0xDE31D0; constexpr std::ptrdiff_t SteamClient010 = 0xE6BD80;
constexpr std::ptrdiff_t SteamClient011 = 0xDE31E0; constexpr std::ptrdiff_t SteamClient011 = 0xE6BD90;
constexpr std::ptrdiff_t SteamClient012 = 0xDE31F0; constexpr std::ptrdiff_t SteamClient012 = 0xE6BDA0;
constexpr std::ptrdiff_t SteamClient013 = 0xDE3200; constexpr std::ptrdiff_t SteamClient013 = 0xE6BDB0;
constexpr std::ptrdiff_t SteamClient014 = 0xDE3210; constexpr std::ptrdiff_t SteamClient014 = 0xE6BDC0;
constexpr std::ptrdiff_t SteamClient015 = 0xDE3220; constexpr std::ptrdiff_t SteamClient015 = 0xE6BDD0;
constexpr std::ptrdiff_t SteamClient016 = 0xDE3250; constexpr std::ptrdiff_t SteamClient016 = 0xE6BE00;
constexpr std::ptrdiff_t SteamClient017 = 0xDE3280; constexpr std::ptrdiff_t SteamClient017 = 0xE6BE30;
constexpr std::ptrdiff_t SteamClient018 = 0xDE32B0; constexpr std::ptrdiff_t SteamClient018 = 0xE6BE60;
constexpr std::ptrdiff_t SteamClient019 = 0xDE32E0; constexpr std::ptrdiff_t SteamClient019 = 0xE6BE90;
constexpr std::ptrdiff_t SteamClient020 = 0xDE3310; constexpr std::ptrdiff_t SteamClient020 = 0xE6BEC0;
constexpr std::ptrdiff_t SteamClient021 = 0xDE3340; constexpr std::ptrdiff_t SteamClient021 = 0xE6BEF0;
constexpr std::ptrdiff_t p2pvoice002 = 0x1769460; constexpr std::ptrdiff_t p2pvoice002 = 0x18306E0;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x1762490; constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x1828D70;
} }
} }
} }

View File

@ -4,14 +4,14 @@
"AnimationSystem_001": 1724144 "AnimationSystem_001": 1724144
}, },
"libclient.so": { "libclient.so": {
"ClientToolsInfo_001": 14464768, "ClientToolsInfo_001": 14465056,
"EmptyWorldService001_Client": 11181424, "EmptyWorldService001_Client": 11181424,
"GameClientExports001": 14463712, "GameClientExports001": 14464000,
"LegacyGameUI001": 16432816, "LegacyGameUI001": 16433584,
"Source2Client002": 14463808, "Source2Client002": 14464096,
"Source2ClientConfig001": 11095120, "Source2ClientConfig001": 11095120,
"Source2ClientPrediction001": 15076896, "Source2ClientPrediction001": 15077184,
"Source2ClientUI001": 16137680 "Source2ClientUI001": 16138448
}, },
"libengine2.so": { "libengine2.so": {
"BenchmarkService001": 2194656, "BenchmarkService001": 2194656,
@ -123,16 +123,16 @@
"SchemaSystem_001": 131744 "SchemaSystem_001": 131744
}, },
"libserver.so": { "libserver.so": {
"EmptyWorldService001_Server": 12384304, "EmptyWorldService001_Server": 12384944,
"EntitySubclassUtilsV001": 9282080, "EntitySubclassUtilsV001": 9282720,
"NavGameTest001": 17923312, "NavGameTest001": 17924896,
"ServerToolsInfo_001": 15617376, "ServerToolsInfo_001": 15618960,
"Source2GameClients001": 15617280, "Source2GameClients001": 15618864,
"Source2GameDirector001": 7571792, "Source2GameDirector001": 7571792,
"Source2GameEntities001": 15617264, "Source2GameEntities001": 15618848,
"Source2Server001": 15616512, "Source2Server001": 15618096,
"Source2ServerConfig001": 11980416, "Source2ServerConfig001": 11981056,
"customnavsystem001": 8806272 "customnavsystem001": 8806912
}, },
"libsoundsystem.so": { "libsoundsystem.so": {
"SoundOpSystem001": 1493248, "SoundOpSystem001": 1493248,
@ -144,10 +144,10 @@
"SteamAudio001": 651008 "SteamAudio001": 651008
}, },
"libtier0.so": { "libtier0.so": {
"TestScriptMgr001": 1869984, "TestScriptMgr001": 1870000,
"VEngineCvar007": 991360, "VEngineCvar007": 991360,
"VProcessUtils002": 1726016, "VProcessUtils002": 1726032,
"VStringTokenSystem001": 2063280 "VStringTokenSystem001": 2063296
}, },
"libv8system.so": { "libv8system.so": {
"Source2V8System001": 112368 "Source2V8System001": 112368
@ -163,25 +163,25 @@
"WorldRendererMgr001": 715904 "WorldRendererMgr001": 715904
}, },
"steamclient.so": { "steamclient.so": {
"CLIENTENGINE_INTERFACE_VERSION005": 18046240, "CLIENTENGINE_INTERFACE_VERSION005": 18727136,
"IVALIDATE001": 18031120, "IVALIDATE001": 18709424,
"SteamClient006": 14561680, "SteamClient006": 15121728,
"SteamClient007": 14561696, "SteamClient007": 15121744,
"SteamClient008": 14561712, "SteamClient008": 15121760,
"SteamClient009": 14561728, "SteamClient009": 15121776,
"SteamClient010": 14561744, "SteamClient010": 15121792,
"SteamClient011": 14561760, "SteamClient011": 15121808,
"SteamClient012": 14561776, "SteamClient012": 15121824,
"SteamClient013": 14561792, "SteamClient013": 15121840,
"SteamClient014": 14561808, "SteamClient014": 15121856,
"SteamClient015": 14561824, "SteamClient015": 15121872,
"SteamClient016": 14561872, "SteamClient016": 15121920,
"SteamClient017": 14561920, "SteamClient017": 15121968,
"SteamClient018": 14561968, "SteamClient018": 15122016,
"SteamClient019": 14562016, "SteamClient019": 15122064,
"SteamClient020": 14562064, "SteamClient020": 15122112,
"SteamClient021": 14562112, "SteamClient021": 15122160,
"p2pvoice002": 24548448, "p2pvoice002": 25364192,
"p2pvoicesingleton002": 24519824 "p2pvoicesingleton002": 25333104
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
@ -12,14 +12,14 @@ pub mod cs2_dumper {
} }
// Module: libclient.so // Module: libclient.so
pub mod libclient_so { pub mod libclient_so {
pub const ClientToolsInfo_001: usize = 0xDCB700; pub const ClientToolsInfo_001: usize = 0xDCB820;
pub const EmptyWorldService001_Client: usize = 0xAA9D70; pub const EmptyWorldService001_Client: usize = 0xAA9D70;
pub const GameClientExports001: usize = 0xDCB2E0; pub const GameClientExports001: usize = 0xDCB400;
pub const LegacyGameUI001: usize = 0xFABEB0; pub const LegacyGameUI001: usize = 0xFAC1B0;
pub const Source2Client002: usize = 0xDCB340; pub const Source2Client002: usize = 0xDCB460;
pub const Source2ClientConfig001: usize = 0xA94C50; pub const Source2ClientConfig001: usize = 0xA94C50;
pub const Source2ClientPrediction001: usize = 0xE60E20; pub const Source2ClientPrediction001: usize = 0xE60F40;
pub const Source2ClientUI001: usize = 0xF63DD0; pub const Source2ClientUI001: usize = 0xF640D0;
} }
// Module: libengine2.so // Module: libengine2.so
pub mod libengine2_so { pub mod libengine2_so {
@ -151,16 +151,16 @@ pub mod cs2_dumper {
} }
// Module: libserver.so // Module: libserver.so
pub mod libserver_so { pub mod libserver_so {
pub const EmptyWorldService001_Server: usize = 0xBCF830; pub const EmptyWorldService001_Server: usize = 0xBCFAB0;
pub const EntitySubclassUtilsV001: usize = 0x8DA220; pub const EntitySubclassUtilsV001: usize = 0x8DA4A0;
pub const NavGameTest001: usize = 0x1117CF0; pub const NavGameTest001: usize = 0x1118320;
pub const ServerToolsInfo_001: usize = 0xEE4D60; pub const ServerToolsInfo_001: usize = 0xEE5390;
pub const Source2GameClients001: usize = 0xEE4D00; pub const Source2GameClients001: usize = 0xEE5330;
pub const Source2GameDirector001: usize = 0x738950; pub const Source2GameDirector001: usize = 0x738950;
pub const Source2GameEntities001: usize = 0xEE4CF0; pub const Source2GameEntities001: usize = 0xEE5320;
pub const Source2Server001: usize = 0xEE4A00; pub const Source2Server001: usize = 0xEE5030;
pub const Source2ServerConfig001: usize = 0xB6CE80; pub const Source2ServerConfig001: usize = 0xB6D100;
pub const customnavsystem001: usize = 0x865F80; pub const customnavsystem001: usize = 0x866200;
} }
// Module: libsoundsystem.so // Module: libsoundsystem.so
pub mod libsoundsystem_so { pub mod libsoundsystem_so {
@ -175,10 +175,10 @@ pub mod cs2_dumper {
} }
// Module: libtier0.so // Module: libtier0.so
pub mod libtier0_so { pub mod libtier0_so {
pub const TestScriptMgr001: usize = 0x1C88A0; pub const TestScriptMgr001: usize = 0x1C88B0;
pub const VEngineCvar007: usize = 0xF2080; pub const VEngineCvar007: usize = 0xF2080;
pub const VProcessUtils002: usize = 0x1A5640; pub const VProcessUtils002: usize = 0x1A5650;
pub const VStringTokenSystem001: usize = 0x1F7BB0; pub const VStringTokenSystem001: usize = 0x1F7BC0;
} }
// Module: libv8system.so // Module: libv8system.so
pub mod libv8system_so { pub mod libv8system_so {
@ -199,26 +199,26 @@ pub mod cs2_dumper {
} }
// Module: steamclient.so // Module: steamclient.so
pub mod steamclient_so { pub mod steamclient_so {
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x1135D20; pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x11DC0E0;
pub const IVALIDATE001: usize = 0x1132210; pub const IVALIDATE001: usize = 0x11D7BB0;
pub const SteamClient006: usize = 0xDE3190; pub const SteamClient006: usize = 0xE6BD40;
pub const SteamClient007: usize = 0xDE31A0; pub const SteamClient007: usize = 0xE6BD50;
pub const SteamClient008: usize = 0xDE31B0; pub const SteamClient008: usize = 0xE6BD60;
pub const SteamClient009: usize = 0xDE31C0; pub const SteamClient009: usize = 0xE6BD70;
pub const SteamClient010: usize = 0xDE31D0; pub const SteamClient010: usize = 0xE6BD80;
pub const SteamClient011: usize = 0xDE31E0; pub const SteamClient011: usize = 0xE6BD90;
pub const SteamClient012: usize = 0xDE31F0; pub const SteamClient012: usize = 0xE6BDA0;
pub const SteamClient013: usize = 0xDE3200; pub const SteamClient013: usize = 0xE6BDB0;
pub const SteamClient014: usize = 0xDE3210; pub const SteamClient014: usize = 0xE6BDC0;
pub const SteamClient015: usize = 0xDE3220; pub const SteamClient015: usize = 0xE6BDD0;
pub const SteamClient016: usize = 0xDE3250; pub const SteamClient016: usize = 0xE6BE00;
pub const SteamClient017: usize = 0xDE3280; pub const SteamClient017: usize = 0xE6BE30;
pub const SteamClient018: usize = 0xDE32B0; pub const SteamClient018: usize = 0xE6BE60;
pub const SteamClient019: usize = 0xDE32E0; pub const SteamClient019: usize = 0xE6BE90;
pub const SteamClient020: usize = 0xDE3310; pub const SteamClient020: usize = 0xE6BEC0;
pub const SteamClient021: usize = 0xDE3340; pub const SteamClient021: usize = 0xE6BEF0;
pub const p2pvoice002: usize = 0x1769460; pub const p2pvoice002: usize = 0x18306E0;
pub const p2pvoicesingleton002: usize = 0x1762490; pub const p2pvoicesingleton002: usize = 0x1828D70;
} }
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libanimationsystem.so // Module: libanimationsystem.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libclient.so // Module: libclient.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libengine2.so // Module: libengine2.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libhost.so // Module: libhost.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libmaterialsystem2.so // Module: libmaterialsystem2.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libnetworksystem.so // Module: libnetworksystem.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libpanorama.so // Module: libpanorama.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libparticles.so // Module: libparticles.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libpulse_system.so // Module: libpulse_system.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: librendersystemvulkan.so // Module: librendersystemvulkan.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libresourcesystem.so // Module: libresourcesystem.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libscenesystem.so // Module: libscenesystem.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libschemasystem.so // Module: libschemasystem.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libserver.so // Module: libserver.so
@ -5651,7 +5651,7 @@ namespace CS2Dumper.Schemas {
public const nint m_bPvsModifyEntity = 0x1C0; // bool public const nint m_bPvsModifyEntity = 0x1C0; // bool
} }
// Parent: CBaseCSGrenadeProjectile // Parent: CBaseCSGrenadeProjectile
// Fields count: 8 // Fields count: 9
// //
// Metadata: // Metadata:
// NetworkVarNames: m_nSmokeEffectTickBegin (int) // NetworkVarNames: m_nSmokeEffectTickBegin (int)
@ -5669,6 +5669,7 @@ namespace CS2Dumper.Schemas {
public const nint m_VoxelFrameData = 0xDD0; // CUtlVector<uint8> public const nint m_VoxelFrameData = 0xDD0; // CUtlVector<uint8>
public const nint m_flLastBounce = 0xDE8; // GameTime_t public const nint m_flLastBounce = 0xDE8; // GameTime_t
public const nint m_fllastSimulationTime = 0xDEC; // GameTime_t public const nint m_fllastSimulationTime = 0xDEC; // GameTime_t
public const nint m_bExplodeFromInferno = 0x3070; // bool
} }
// Parent: CTriggerMultiple // Parent: CTriggerMultiple
// Fields count: 1 // Fields count: 1

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once
@ -5656,7 +5656,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_bPvsModifyEntity = 0x1C0; // bool constexpr std::ptrdiff_t m_bPvsModifyEntity = 0x1C0; // bool
} }
// Parent: CBaseCSGrenadeProjectile // Parent: CBaseCSGrenadeProjectile
// Fields count: 8 // Fields count: 9
// //
// Metadata: // Metadata:
// NetworkVarNames: m_nSmokeEffectTickBegin (int) // NetworkVarNames: m_nSmokeEffectTickBegin (int)
@ -5674,6 +5674,7 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t m_VoxelFrameData = 0xDD0; // CUtlVector<uint8> constexpr std::ptrdiff_t m_VoxelFrameData = 0xDD0; // CUtlVector<uint8>
constexpr std::ptrdiff_t m_flLastBounce = 0xDE8; // GameTime_t constexpr std::ptrdiff_t m_flLastBounce = 0xDE8; // GameTime_t
constexpr std::ptrdiff_t m_fllastSimulationTime = 0xDEC; // GameTime_t constexpr std::ptrdiff_t m_fllastSimulationTime = 0xDEC; // GameTime_t
constexpr std::ptrdiff_t m_bExplodeFromInferno = 0x3070; // bool
} }
// Parent: CTriggerMultiple // Parent: CTriggerMultiple
// Fields count: 1 // Fields count: 1

View File

@ -15073,6 +15073,7 @@
"fields": { "fields": {
"m_VoxelFrameData": 3536, "m_VoxelFrameData": 3536,
"m_bDidSmokeEffect": 3500, "m_bDidSmokeEffect": 3500,
"m_bExplodeFromInferno": 12400,
"m_flLastBounce": 3560, "m_flLastBounce": 3560,
"m_fllastSimulationTime": 3564, "m_fllastSimulationTime": 3564,
"m_nRandomSeed": 3504, "m_nRandomSeed": 3504,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
@ -5750,7 +5750,7 @@ pub mod cs2_dumper {
pub const m_bPvsModifyEntity: usize = 0x1C0; // bool pub const m_bPvsModifyEntity: usize = 0x1C0; // bool
} }
// Parent: CBaseCSGrenadeProjectile // Parent: CBaseCSGrenadeProjectile
// Fields count: 8 // Fields count: 9
// //
// Metadata: // Metadata:
// NetworkVarNames: m_nSmokeEffectTickBegin (int) // NetworkVarNames: m_nSmokeEffectTickBegin (int)
@ -5768,6 +5768,7 @@ pub mod cs2_dumper {
pub const m_VoxelFrameData: usize = 0xDD0; // CUtlVector<uint8> pub const m_VoxelFrameData: usize = 0xDD0; // CUtlVector<uint8>
pub const m_flLastBounce: usize = 0xDE8; // GameTime_t pub const m_flLastBounce: usize = 0xDE8; // GameTime_t
pub const m_fllastSimulationTime: usize = 0xDEC; // GameTime_t pub const m_fllastSimulationTime: usize = 0xDEC; // GameTime_t
pub const m_bExplodeFromInferno: usize = 0x3070; // bool
} }
// Parent: CTriggerMultiple // Parent: CTriggerMultiple
// Fields count: 1 // Fields count: 1

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libsoundsystem.so // Module: libsoundsystem.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libvphysics2.so // Module: libvphysics2.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: libworldrenderer.so // Module: libworldrenderer.so

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,25 +1,25 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
namespace CS2Dumper.Offsets { namespace CS2Dumper.Offsets {
// Module: libclient.so // Module: libclient.so
public static class LibclientSo { public static class LibclientSo {
public const nint dwCSGOInput = 0x38F7600; public const nint dwCSGOInput = 0x38F8600;
public const nint dwEntityList = 0x375A108; public const nint dwEntityList = 0x375B108;
public const nint dwGameEntitySystem = 0x3A226A0; public const nint dwGameEntitySystem = 0x3A236A0;
public const nint dwGameEntitySystem_highestEntityIndex = 0x1540; public const nint dwGameEntitySystem_highestEntityIndex = 0x1540;
public const nint dwGameRules = 0x38EA780; public const nint dwGameRules = 0x38EB780;
public const nint dwGlobalVars = 0x37190B0; public const nint dwGlobalVars = 0x371A0B0;
public const nint dwGlowManager = 0x38EA690; public const nint dwGlowManager = 0x38EB690;
public const nint dwLocalPlayerController = 0x38CF7B8; public const nint dwLocalPlayerController = 0x38D07B8;
public const nint dwLocalPlayerPawn = 0x38F0448; public const nint dwLocalPlayerPawn = 0x38F1448;
public const nint dwPlantedC4 = 0x3904698; public const nint dwPlantedC4 = 0x3905698;
public const nint dwPrediction = 0x38F0300; public const nint dwPrediction = 0x38F1300;
public const nint dwSensitivity = 0x38EE7C8; public const nint dwSensitivity = 0x38EF7C8;
public const nint dwSensitivity_sensitivity = 0x40; public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x38FCA28; public const nint dwViewAngles = 0x38FDA28;
public const nint dwViewMatrix = 0x38F0CA0; public const nint dwViewMatrix = 0x38F1CA0;
public const nint dwViewRender = 0x38F0E50; public const nint dwViewRender = 0x38F1E50;
} }
// Module: libengine2.so // Module: libengine2.so
public static class Libengine2So { public static class Libengine2So {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#pragma once #pragma once
@ -9,22 +9,22 @@ namespace cs2_dumper {
namespace offsets { namespace offsets {
// Module: libclient.so // Module: libclient.so
namespace libclient_so { namespace libclient_so {
constexpr std::ptrdiff_t dwCSGOInput = 0x38F7600; constexpr std::ptrdiff_t dwCSGOInput = 0x38F8600;
constexpr std::ptrdiff_t dwEntityList = 0x375A108; constexpr std::ptrdiff_t dwEntityList = 0x375B108;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x3A226A0; constexpr std::ptrdiff_t dwGameEntitySystem = 0x3A236A0;
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1540; constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1540;
constexpr std::ptrdiff_t dwGameRules = 0x38EA780; constexpr std::ptrdiff_t dwGameRules = 0x38EB780;
constexpr std::ptrdiff_t dwGlobalVars = 0x37190B0; constexpr std::ptrdiff_t dwGlobalVars = 0x371A0B0;
constexpr std::ptrdiff_t dwGlowManager = 0x38EA690; constexpr std::ptrdiff_t dwGlowManager = 0x38EB690;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x38CF7B8; constexpr std::ptrdiff_t dwLocalPlayerController = 0x38D07B8;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x38F0448; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x38F1448;
constexpr std::ptrdiff_t dwPlantedC4 = 0x3904698; constexpr std::ptrdiff_t dwPlantedC4 = 0x3905698;
constexpr std::ptrdiff_t dwPrediction = 0x38F0300; constexpr std::ptrdiff_t dwPrediction = 0x38F1300;
constexpr std::ptrdiff_t dwSensitivity = 0x38EE7C8; constexpr std::ptrdiff_t dwSensitivity = 0x38EF7C8;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x38FCA28; constexpr std::ptrdiff_t dwViewAngles = 0x38FDA28;
constexpr std::ptrdiff_t dwViewMatrix = 0x38F0CA0; constexpr std::ptrdiff_t dwViewMatrix = 0x38F1CA0;
constexpr std::ptrdiff_t dwViewRender = 0x38F0E50; constexpr std::ptrdiff_t dwViewRender = 0x38F1E50;
} }
// Module: libengine2.so // Module: libengine2.so
namespace libengine2_so { namespace libengine2_so {

View File

@ -2,15 +2,15 @@
"libclient.so": [ "libclient.so": [
{ {
"name": "dwCSGOInput", "name": "dwCSGOInput",
"value": 59733504 "value": 59737600
}, },
{ {
"name": "dwEntityList", "name": "dwEntityList",
"value": 58040584 "value": 58044680
}, },
{ {
"name": "dwGameEntitySystem", "name": "dwGameEntitySystem",
"value": 60958368 "value": 60962464
}, },
{ {
"name": "dwGameEntitySystem_highestEntityIndex", "name": "dwGameEntitySystem_highestEntityIndex",
@ -18,35 +18,35 @@
}, },
{ {
"name": "dwGameRules", "name": "dwGameRules",
"value": 59680640 "value": 59684736
}, },
{ {
"name": "dwGlobalVars", "name": "dwGlobalVars",
"value": 57774256 "value": 57778352
}, },
{ {
"name": "dwGlowManager", "name": "dwGlowManager",
"value": 59680400 "value": 59684496
}, },
{ {
"name": "dwLocalPlayerController", "name": "dwLocalPlayerController",
"value": 59570104 "value": 59574200
}, },
{ {
"name": "dwLocalPlayerPawn", "name": "dwLocalPlayerPawn",
"value": 59704392 "value": 59708488
}, },
{ {
"name": "dwPlantedC4", "name": "dwPlantedC4",
"value": 59786904 "value": 59791000
}, },
{ {
"name": "dwPrediction", "name": "dwPrediction",
"value": 59704064 "value": 59708160
}, },
{ {
"name": "dwSensitivity", "name": "dwSensitivity",
"value": 59697096 "value": 59701192
}, },
{ {
"name": "dwSensitivity_sensitivity", "name": "dwSensitivity_sensitivity",
@ -54,15 +54,15 @@
}, },
{ {
"name": "dwViewAngles", "name": "dwViewAngles",
"value": 59755048 "value": 59759144
}, },
{ {
"name": "dwViewMatrix", "name": "dwViewMatrix",
"value": 59706528 "value": 59710624
}, },
{ {
"name": "dwViewRender", "name": "dwViewRender",
"value": 59706960 "value": 59711056
} }
], ],
"libengine2.so": [ "libengine2.so": [

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-06-13 12:45:29.262540675 UTC // 2024-06-15 01:33:56.502397707 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
@ -7,22 +7,22 @@ pub mod cs2_dumper {
pub mod offsets { pub mod offsets {
// Module: libclient.so // Module: libclient.so
pub mod libclient_so { pub mod libclient_so {
pub const dwCSGOInput: usize = 0x38F7600; pub const dwCSGOInput: usize = 0x38F8600;
pub const dwEntityList: usize = 0x375A108; pub const dwEntityList: usize = 0x375B108;
pub const dwGameEntitySystem: usize = 0x3A226A0; pub const dwGameEntitySystem: usize = 0x3A236A0;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1540; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1540;
pub const dwGameRules: usize = 0x38EA780; pub const dwGameRules: usize = 0x38EB780;
pub const dwGlobalVars: usize = 0x37190B0; pub const dwGlobalVars: usize = 0x371A0B0;
pub const dwGlowManager: usize = 0x38EA690; pub const dwGlowManager: usize = 0x38EB690;
pub const dwLocalPlayerController: usize = 0x38CF7B8; pub const dwLocalPlayerController: usize = 0x38D07B8;
pub const dwLocalPlayerPawn: usize = 0x38F0448; pub const dwLocalPlayerPawn: usize = 0x38F1448;
pub const dwPlantedC4: usize = 0x3904698; pub const dwPlantedC4: usize = 0x3905698;
pub const dwPrediction: usize = 0x38F0300; pub const dwPrediction: usize = 0x38F1300;
pub const dwSensitivity: usize = 0x38EE7C8; pub const dwSensitivity: usize = 0x38EF7C8;
pub const dwSensitivity_sensitivity: usize = 0x40; pub const dwSensitivity_sensitivity: usize = 0x40;
pub const dwViewAngles: usize = 0x38FCA28; pub const dwViewAngles: usize = 0x38FDA28;
pub const dwViewMatrix: usize = 0x38F0CA0; pub const dwViewMatrix: usize = 0x38F1CA0;
pub const dwViewRender: usize = 0x38F0E50; pub const dwViewRender: usize = 0x38F1E50;
} }
// Module: libengine2.so // Module: libengine2.so
pub mod libengine2_so { pub mod libengine2_so {