mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-01-07 02:52:54 +08:00
Game update (14044)
This commit is contained in:
parent
372051cf1f
commit
67e7009ee1
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,24 +1,24 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x182E6B0;
|
||||
public const nint attack2 = 0x182E740;
|
||||
public const nint back = 0x182E980;
|
||||
public const nint duck = 0x182EC50;
|
||||
public const nint forward = 0x182E8F0;
|
||||
public const nint jump = 0x182EBC0;
|
||||
public const nint left = 0x182EA10;
|
||||
public const nint lookatweapon = 0x1A3C790;
|
||||
public const nint reload = 0x182E620;
|
||||
public const nint right = 0x182EAA0;
|
||||
public const nint showscores = 0x1A3C670;
|
||||
public const nint sprint = 0x182E590;
|
||||
public const nint turnleft = 0x182E7D0;
|
||||
public const nint turnright = 0x182E860;
|
||||
public const nint use = 0x182EB30;
|
||||
public const nint zoom = 0x1A3C700;
|
||||
public const nint attack = 0x182F6B0;
|
||||
public const nint attack2 = 0x182F740;
|
||||
public const nint back = 0x182F980;
|
||||
public const nint duck = 0x182FC50;
|
||||
public const nint forward = 0x182F8F0;
|
||||
public const nint jump = 0x182FBC0;
|
||||
public const nint left = 0x182FA10;
|
||||
public const nint lookatweapon = 0x1A3D810;
|
||||
public const nint reload = 0x182F620;
|
||||
public const nint right = 0x182FAA0;
|
||||
public const nint showscores = 0x1A3D6F0;
|
||||
public const nint sprint = 0x182F590;
|
||||
public const nint turnleft = 0x182F7D0;
|
||||
public const nint turnright = 0x182F860;
|
||||
public const nint use = 0x182FB30;
|
||||
public const nint zoom = 0x1A3D780;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x182E6B0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x182E740;
|
||||
constexpr std::ptrdiff_t back = 0x182E980;
|
||||
constexpr std::ptrdiff_t duck = 0x182EC50;
|
||||
constexpr std::ptrdiff_t forward = 0x182E8F0;
|
||||
constexpr std::ptrdiff_t jump = 0x182EBC0;
|
||||
constexpr std::ptrdiff_t left = 0x182EA10;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A3C790;
|
||||
constexpr std::ptrdiff_t reload = 0x182E620;
|
||||
constexpr std::ptrdiff_t right = 0x182EAA0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A3C670;
|
||||
constexpr std::ptrdiff_t sprint = 0x182E590;
|
||||
constexpr std::ptrdiff_t turnleft = 0x182E7D0;
|
||||
constexpr std::ptrdiff_t turnright = 0x182E860;
|
||||
constexpr std::ptrdiff_t use = 0x182EB30;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A3C700;
|
||||
constexpr std::ptrdiff_t attack = 0x182F6B0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x182F740;
|
||||
constexpr std::ptrdiff_t back = 0x182F980;
|
||||
constexpr std::ptrdiff_t duck = 0x182FC50;
|
||||
constexpr std::ptrdiff_t forward = 0x182F8F0;
|
||||
constexpr std::ptrdiff_t jump = 0x182FBC0;
|
||||
constexpr std::ptrdiff_t left = 0x182FA10;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A3D810;
|
||||
constexpr std::ptrdiff_t reload = 0x182F620;
|
||||
constexpr std::ptrdiff_t right = 0x182FAA0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A3D6F0;
|
||||
constexpr std::ptrdiff_t sprint = 0x182F590;
|
||||
constexpr std::ptrdiff_t turnleft = 0x182F7D0;
|
||||
constexpr std::ptrdiff_t turnright = 0x182F860;
|
||||
constexpr std::ptrdiff_t use = 0x182FB30;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A3D780;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25355952,
|
||||
"attack2": 25356096,
|
||||
"back": 25356672,
|
||||
"duck": 25357392,
|
||||
"forward": 25356528,
|
||||
"jump": 25357248,
|
||||
"left": 25356816,
|
||||
"lookatweapon": 27510672,
|
||||
"reload": 25355808,
|
||||
"right": 25356960,
|
||||
"showscores": 27510384,
|
||||
"sprint": 25355664,
|
||||
"turnleft": 25356240,
|
||||
"turnright": 25356384,
|
||||
"use": 25357104,
|
||||
"zoom": 27510528
|
||||
"attack": 25360048,
|
||||
"attack2": 25360192,
|
||||
"back": 25360768,
|
||||
"duck": 25361488,
|
||||
"forward": 25360624,
|
||||
"jump": 25361344,
|
||||
"left": 25360912,
|
||||
"lookatweapon": 27514896,
|
||||
"reload": 25359904,
|
||||
"right": 25361056,
|
||||
"showscores": 27514608,
|
||||
"sprint": 25359760,
|
||||
"turnleft": 25360336,
|
||||
"turnright": 25360480,
|
||||
"use": 25361200,
|
||||
"zoom": 27514752
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x182E6B0;
|
||||
pub const attack2: usize = 0x182E740;
|
||||
pub const back: usize = 0x182E980;
|
||||
pub const duck: usize = 0x182EC50;
|
||||
pub const forward: usize = 0x182E8F0;
|
||||
pub const jump: usize = 0x182EBC0;
|
||||
pub const left: usize = 0x182EA10;
|
||||
pub const lookatweapon: usize = 0x1A3C790;
|
||||
pub const reload: usize = 0x182E620;
|
||||
pub const right: usize = 0x182EAA0;
|
||||
pub const showscores: usize = 0x1A3C670;
|
||||
pub const sprint: usize = 0x182E590;
|
||||
pub const turnleft: usize = 0x182E7D0;
|
||||
pub const turnright: usize = 0x182E860;
|
||||
pub const r#use: usize = 0x182EB30;
|
||||
pub const zoom: usize = 0x1A3C700;
|
||||
pub const attack: usize = 0x182F6B0;
|
||||
pub const attack2: usize = 0x182F740;
|
||||
pub const back: usize = 0x182F980;
|
||||
pub const duck: usize = 0x182FC50;
|
||||
pub const forward: usize = 0x182F8F0;
|
||||
pub const jump: usize = 0x182FBC0;
|
||||
pub const left: usize = 0x182FA10;
|
||||
pub const lookatweapon: usize = 0x1A3D810;
|
||||
pub const reload: usize = 0x182F620;
|
||||
pub const right: usize = 0x182FAA0;
|
||||
pub const showscores: usize = 0x1A3D6F0;
|
||||
pub const sprint: usize = 0x182F590;
|
||||
pub const turnleft: usize = 0x182F7D0;
|
||||
pub const turnright: usize = 0x182F860;
|
||||
pub const r#use: usize = 0x182FB30;
|
||||
pub const zoom: usize = 0x1A3D780;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14043,
|
||||
"timestamp": "2024-10-29T05:12:03.306756+00:00"
|
||||
"build_number": 14044,
|
||||
"timestamp": "2024-10-30T01:11:46.423839600+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
@ -9,14 +9,14 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x182DCA0;
|
||||
public const nint EmptyWorldService001_Client = 0x17E9160;
|
||||
public const nint GameClientExports001 = 0x182A958;
|
||||
public const nint LegacyGameUI001 = 0x184AA80;
|
||||
public const nint Source2Client002 = 0x1A2C610;
|
||||
public const nint Source2ClientConfig001 = 0x19CC830;
|
||||
public const nint Source2ClientPrediction001 = 0x1835A50;
|
||||
public const nint Source2ClientUI001 = 0x1849420;
|
||||
public const nint ClientToolsInfo_001 = 0x182ECA0;
|
||||
public const nint EmptyWorldService001_Client = 0x17EA160;
|
||||
public const nint GameClientExports001 = 0x182B958;
|
||||
public const nint LegacyGameUI001 = 0x184BA80;
|
||||
public const nint Source2Client002 = 0x1A2D690;
|
||||
public const nint Source2ClientConfig001 = 0x19CD890;
|
||||
public const nint Source2ClientPrediction001 = 0x1836A50;
|
||||
public const nint Source2ClientUI001 = 0x184A420;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -157,15 +157,15 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x136DF90;
|
||||
public const nint EmptyWorldService001_Server = 0x136DF80;
|
||||
public const nint EntitySubclassUtilsV001 = 0x131F320;
|
||||
public const nint NavGameTest001 = 0x140E7D8;
|
||||
public const nint ServerToolsInfo_001 = 0x13C3B08;
|
||||
public const nint Source2GameClients001 = 0x13BE4B0;
|
||||
public const nint Source2GameDirector001 = 0x14F1D20;
|
||||
public const nint Source2GameEntities001 = 0x13C3A30;
|
||||
public const nint Source2Server001 = 0x13C38A0;
|
||||
public const nint Source2ServerConfig001 = 0x15ADB68;
|
||||
public const nint NavGameTest001 = 0x140E748;
|
||||
public const nint ServerToolsInfo_001 = 0x13C3A78;
|
||||
public const nint Source2GameClients001 = 0x13BE420;
|
||||
public const nint Source2GameDirector001 = 0x14F1C30;
|
||||
public const nint Source2GameEntities001 = 0x13C39A0;
|
||||
public const nint Source2Server001 = 0x13C3810;
|
||||
public const nint Source2ServerConfig001 = 0x15ADAE8;
|
||||
public const nint customnavsystem001 = 0x1303A98;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -14,14 +14,14 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x182DCA0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17E9160;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x182A958;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x184AA80;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A2C610;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19CC830;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1835A50;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1849420;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x182ECA0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17EA160;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x182B958;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x184BA80;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A2D690;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19CD890;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1836A50;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x184A420;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -162,15 +162,15 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136DF90;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136DF80;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131F320;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140E7D8;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C3B08;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BE4B0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F1D20;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C3A30;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C38A0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15ADB68;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140E748;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C3A78;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BE420;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F1C30;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C39A0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C3810;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15ADAE8;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1303A98;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
|
@ -4,14 +4,14 @@
|
||||
"AnimationSystem_001": 6257584
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 25353376,
|
||||
"EmptyWorldService001_Client": 25071968,
|
||||
"GameClientExports001": 25340248,
|
||||
"LegacyGameUI001": 25471616,
|
||||
"Source2Client002": 27444752,
|
||||
"Source2ClientConfig001": 27052080,
|
||||
"Source2ClientPrediction001": 25385552,
|
||||
"Source2ClientUI001": 25465888
|
||||
"ClientToolsInfo_001": 25357472,
|
||||
"EmptyWorldService001_Client": 25076064,
|
||||
"GameClientExports001": 25344344,
|
||||
"LegacyGameUI001": 25475712,
|
||||
"Source2Client002": 27448976,
|
||||
"Source2ClientConfig001": 27056272,
|
||||
"Source2ClientPrediction001": 25389648,
|
||||
"Source2ClientUI001": 25469984
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5458752,
|
||||
@ -130,15 +130,15 @@
|
||||
"SchemaSystem_001": 386960
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20373392,
|
||||
"EmptyWorldService001_Server": 20373376,
|
||||
"EntitySubclassUtilsV001": 20050720,
|
||||
"NavGameTest001": 21030872,
|
||||
"ServerToolsInfo_001": 20724488,
|
||||
"Source2GameClients001": 20702384,
|
||||
"Source2GameDirector001": 21962016,
|
||||
"Source2GameEntities001": 20724272,
|
||||
"Source2Server001": 20723872,
|
||||
"Source2ServerConfig001": 22731624,
|
||||
"NavGameTest001": 21030728,
|
||||
"ServerToolsInfo_001": 20724344,
|
||||
"Source2GameClients001": 20702240,
|
||||
"Source2GameDirector001": 21961776,
|
||||
"Source2GameEntities001": 20724128,
|
||||
"Source2Server001": 20723728,
|
||||
"Source2ServerConfig001": 22731496,
|
||||
"customnavsystem001": 19937944
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -12,14 +12,14 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const ClientToolsInfo_001: usize = 0x182DCA0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x17E9160;
|
||||
pub const GameClientExports001: usize = 0x182A958;
|
||||
pub const LegacyGameUI001: usize = 0x184AA80;
|
||||
pub const Source2Client002: usize = 0x1A2C610;
|
||||
pub const Source2ClientConfig001: usize = 0x19CC830;
|
||||
pub const Source2ClientPrediction001: usize = 0x1835A50;
|
||||
pub const Source2ClientUI001: usize = 0x1849420;
|
||||
pub const ClientToolsInfo_001: usize = 0x182ECA0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x17EA160;
|
||||
pub const GameClientExports001: usize = 0x182B958;
|
||||
pub const LegacyGameUI001: usize = 0x184BA80;
|
||||
pub const Source2Client002: usize = 0x1A2D690;
|
||||
pub const Source2ClientConfig001: usize = 0x19CD890;
|
||||
pub const Source2ClientPrediction001: usize = 0x1836A50;
|
||||
pub const Source2ClientUI001: usize = 0x184A420;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -160,15 +160,15 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x136DF90;
|
||||
pub const EmptyWorldService001_Server: usize = 0x136DF80;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x131F320;
|
||||
pub const NavGameTest001: usize = 0x140E7D8;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C3B08;
|
||||
pub const Source2GameClients001: usize = 0x13BE4B0;
|
||||
pub const Source2GameDirector001: usize = 0x14F1D20;
|
||||
pub const Source2GameEntities001: usize = 0x13C3A30;
|
||||
pub const Source2Server001: usize = 0x13C38A0;
|
||||
pub const Source2ServerConfig001: usize = 0x15ADB68;
|
||||
pub const NavGameTest001: usize = 0x140E748;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C3A78;
|
||||
pub const Source2GameClients001: usize = 0x13BE420;
|
||||
pub const Source2GameDirector001: usize = 0x14F1C30;
|
||||
pub const Source2GameEntities001: usize = 0x13C39A0;
|
||||
pub const Source2Server001: usize = 0x13C3810;
|
||||
pub const Source2ServerConfig001: usize = 0x15ADAE8;
|
||||
pub const customnavsystem001: usize = 0x1303A98;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A3C870;
|
||||
public const nint dwEntityList = 0x19D0A38;
|
||||
public const nint dwGameEntitySystem = 0x1AEAC28;
|
||||
public const nint dwCSGOInput = 0x1A3D8F0;
|
||||
public const nint dwEntityList = 0x19D1A98;
|
||||
public const nint dwGameEntitySystem = 0x1AEBCD8;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x1520;
|
||||
public const nint dwGameRules = 0x1A2E6E8;
|
||||
public const nint dwGlobalVars = 0x1829DF0;
|
||||
public const nint dwGlowManager = 0x1A2DE20;
|
||||
public const nint dwLocalPlayerController = 0x1A20970;
|
||||
public const nint dwLocalPlayerPawn = 0x1835BB8;
|
||||
public const nint dwPlantedC4 = 0x1A38320;
|
||||
public const nint dwPrediction = 0x1835A50;
|
||||
public const nint dwSensitivity = 0x1A2F408;
|
||||
public const nint dwGameRules = 0x1A2F768;
|
||||
public const nint dwGlobalVars = 0x182ADF0;
|
||||
public const nint dwGlowManager = 0x1A2EEA0;
|
||||
public const nint dwLocalPlayerController = 0x1A219F0;
|
||||
public const nint dwLocalPlayerPawn = 0x1836BB8;
|
||||
public const nint dwPlantedC4 = 0x1A393A0;
|
||||
public const nint dwPrediction = 0x1836A50;
|
||||
public const nint dwSensitivity = 0x1A30488;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A3CC40;
|
||||
public const nint dwViewMatrix = 0x1A32DB0;
|
||||
public const nint dwViewRender = 0x1A335C0;
|
||||
public const nint dwWeaponC4 = 0x19D3E20;
|
||||
public const nint dwViewAngles = 0x1A3DCC0;
|
||||
public const nint dwViewMatrix = 0x1A33E30;
|
||||
public const nint dwViewRender = 0x1A34640;
|
||||
public const nint dwWeaponC4 = 0x19D4E80;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A3C870;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19D0A38;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1AEAC28;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A3D8F0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19D1A98;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1AEBCD8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1520;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A2E6E8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1829DF0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A2DE20;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A20970;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1835BB8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A38320;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1835A50;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A2F408;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A2F768;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x182ADF0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A2EEA0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A219F0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1836BB8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A393A0;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1836A50;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A30488;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A3CC40;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A32DB0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A335C0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19D3E20;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A3DCC0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A33E30;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A34640;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19D4E80;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27510896,
|
||||
"dwEntityList": 27068984,
|
||||
"dwGameEntitySystem": 28224552,
|
||||
"dwCSGOInput": 27515120,
|
||||
"dwEntityList": 27073176,
|
||||
"dwGameEntitySystem": 28228824,
|
||||
"dwGameEntitySystem_highestEntityIndex": 5408,
|
||||
"dwGameRules": 27453160,
|
||||
"dwGlobalVars": 25337328,
|
||||
"dwGlowManager": 27450912,
|
||||
"dwLocalPlayerController": 27396464,
|
||||
"dwLocalPlayerPawn": 25385912,
|
||||
"dwPlantedC4": 27493152,
|
||||
"dwPrediction": 25385552,
|
||||
"dwSensitivity": 27456520,
|
||||
"dwGameRules": 27457384,
|
||||
"dwGlobalVars": 25341424,
|
||||
"dwGlowManager": 27455136,
|
||||
"dwLocalPlayerController": 27400688,
|
||||
"dwLocalPlayerPawn": 25390008,
|
||||
"dwPlantedC4": 27497376,
|
||||
"dwPrediction": 25389648,
|
||||
"dwSensitivity": 27460744,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27511872,
|
||||
"dwViewMatrix": 27471280,
|
||||
"dwViewRender": 27473344,
|
||||
"dwWeaponC4": 27082272
|
||||
"dwViewAngles": 27516096,
|
||||
"dwViewMatrix": 27475504,
|
||||
"dwViewRender": 27477568,
|
||||
"dwWeaponC4": 27086464
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5434324,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,23 +7,23 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A3C870;
|
||||
pub const dwEntityList: usize = 0x19D0A38;
|
||||
pub const dwGameEntitySystem: usize = 0x1AEAC28;
|
||||
pub const dwCSGOInput: usize = 0x1A3D8F0;
|
||||
pub const dwEntityList: usize = 0x19D1A98;
|
||||
pub const dwGameEntitySystem: usize = 0x1AEBCD8;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1520;
|
||||
pub const dwGameRules: usize = 0x1A2E6E8;
|
||||
pub const dwGlobalVars: usize = 0x1829DF0;
|
||||
pub const dwGlowManager: usize = 0x1A2DE20;
|
||||
pub const dwLocalPlayerController: usize = 0x1A20970;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1835BB8;
|
||||
pub const dwPlantedC4: usize = 0x1A38320;
|
||||
pub const dwPrediction: usize = 0x1835A50;
|
||||
pub const dwSensitivity: usize = 0x1A2F408;
|
||||
pub const dwGameRules: usize = 0x1A2F768;
|
||||
pub const dwGlobalVars: usize = 0x182ADF0;
|
||||
pub const dwGlowManager: usize = 0x1A2EEA0;
|
||||
pub const dwLocalPlayerController: usize = 0x1A219F0;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1836BB8;
|
||||
pub const dwPlantedC4: usize = 0x1A393A0;
|
||||
pub const dwPrediction: usize = 0x1836A50;
|
||||
pub const dwSensitivity: usize = 0x1A30488;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A3CC40;
|
||||
pub const dwViewMatrix: usize = 0x1A32DB0;
|
||||
pub const dwViewRender: usize = 0x1A335C0;
|
||||
pub const dwWeaponC4: usize = 0x19D3E20;
|
||||
pub const dwViewAngles: usize = 0x1A3DCC0;
|
||||
pub const dwViewMatrix: usize = 0x1A33E30;
|
||||
pub const dwViewRender: usize = 0x1A34640;
|
||||
pub const dwWeaponC4: usize = 0x19D4E80;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
// Class count: 653
|
||||
// Enum count: 141
|
||||
// Enum count: 139
|
||||
public static class ServerDll {
|
||||
// Alignment: 4
|
||||
// Member count: 3
|
||||
@ -5638,15 +5638,14 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_minHitPointsToCommit = 0x4E8; // int32
|
||||
}
|
||||
// Parent: CPlayerControllerComponent
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_nSendUpdate (int)
|
||||
// NetworkVarNames: m_DamageList (CDamageRecord)
|
||||
public static class CCSPlayerController_DamageServices {
|
||||
public const nint m_DamageListServer = 0x40; // CUtlVector<CDamageRecord>
|
||||
public const nint m_nSendUpdate = 0x58; // int32
|
||||
public const nint m_DamageList = 0x60; // CUtlVectorEmbeddedNetworkVar<CDamageRecord>
|
||||
public const nint m_nSendUpdate = 0x40; // int32
|
||||
public const nint m_DamageList = 0x48; // CUtlVectorEmbeddedNetworkVar<CDamageRecord>
|
||||
}
|
||||
// Parent: CEntityComponent
|
||||
// Field count: 5
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,7 +9,7 @@ namespace cs2_dumper {
|
||||
namespace schemas {
|
||||
// Module: server.dll
|
||||
// Class count: 653
|
||||
// Enum count: 141
|
||||
// Enum count: 139
|
||||
namespace server_dll {
|
||||
// Alignment: 4
|
||||
// Member count: 3
|
||||
@ -5643,15 +5643,14 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_minHitPointsToCommit = 0x4E8; // int32
|
||||
}
|
||||
// Parent: CPlayerControllerComponent
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_nSendUpdate (int)
|
||||
// NetworkVarNames: m_DamageList (CDamageRecord)
|
||||
namespace CCSPlayerController_DamageServices {
|
||||
constexpr std::ptrdiff_t m_DamageListServer = 0x40; // CUtlVector<CDamageRecord>
|
||||
constexpr std::ptrdiff_t m_nSendUpdate = 0x58; // int32
|
||||
constexpr std::ptrdiff_t m_DamageList = 0x60; // CUtlVectorEmbeddedNetworkVar<CDamageRecord>
|
||||
constexpr std::ptrdiff_t m_nSendUpdate = 0x40; // int32
|
||||
constexpr std::ptrdiff_t m_DamageList = 0x48; // CUtlVectorEmbeddedNetworkVar<CDamageRecord>
|
||||
}
|
||||
// Parent: CEntityComponent
|
||||
// Field count: 5
|
||||
|
@ -4504,9 +4504,8 @@
|
||||
},
|
||||
"CCSPlayerController_DamageServices": {
|
||||
"fields": {
|
||||
"m_DamageList": 96,
|
||||
"m_DamageListServer": 64,
|
||||
"m_nSendUpdate": 88
|
||||
"m_DamageList": 72,
|
||||
"m_nSendUpdate": 64
|
||||
},
|
||||
"metadata": [
|
||||
{
|
||||
@ -17550,13 +17549,6 @@
|
||||
}
|
||||
},
|
||||
"enums": {
|
||||
"0_____": {
|
||||
"alignment": 15,
|
||||
"members": {
|
||||
"": 0
|
||||
},
|
||||
"type": "unknown"
|
||||
},
|
||||
"AmmoFlags_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
@ -19274,11 +19266,6 @@
|
||||
},
|
||||
"type": "uint32"
|
||||
},
|
||||
"_A____": {
|
||||
"alignment": 0,
|
||||
"members": {},
|
||||
"type": "unknown"
|
||||
},
|
||||
"attributeprovidertypes_t": {
|
||||
"alignment": 4,
|
||||
"members": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@ -7,7 +7,7 @@ pub mod cs2_dumper {
|
||||
pub mod schemas {
|
||||
// Module: server.dll
|
||||
// Class count: 653
|
||||
// Enum count: 141
|
||||
// Enum count: 139
|
||||
pub mod server_dll {
|
||||
// Alignment: 4
|
||||
// Member count: 3
|
||||
@ -5745,15 +5745,14 @@ pub mod cs2_dumper {
|
||||
pub const m_minHitPointsToCommit: usize = 0x4E8; // int32
|
||||
}
|
||||
// Parent: CPlayerControllerComponent
|
||||
// Field count: 3
|
||||
// Field count: 2
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_nSendUpdate (int)
|
||||
// NetworkVarNames: m_DamageList (CDamageRecord)
|
||||
pub mod CCSPlayerController_DamageServices {
|
||||
pub const m_DamageListServer: usize = 0x40; // CUtlVector<CDamageRecord>
|
||||
pub const m_nSendUpdate: usize = 0x58; // int32
|
||||
pub const m_DamageList: usize = 0x60; // CUtlVectorEmbeddedNetworkVar<CDamageRecord>
|
||||
pub const m_nSendUpdate: usize = 0x40; // int32
|
||||
pub const m_DamageList: usize = 0x48; // CUtlVectorEmbeddedNetworkVar<CDamageRecord>
|
||||
}
|
||||
// Parent: CEntityComponent
|
||||
// Field count: 5
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-10-29 05:12:03.306756 UTC
|
||||
// 2024-10-30 01:11:46.423839600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user