Include field type name in generated JSON

This commit is contained in:
a2x 2025-06-14 17:48:41 +10:00
parent 795c3c8ca7
commit 199b588e9f
82 changed files with 55019 additions and 14141 deletions

View File

@ -1,5 +1,5 @@
03:33:21 [INFO] found 16 buttons
03:33:21 [INFO] found 131 interfaces across 33 modules
03:33:22 [INFO] found 33 offsets across 5 modules
03:33:22 [INFO] found 2442 classes and 368 enums across 17 modules
03:33:22 [INFO] analysis completed in 759.88ms
07:46:52 [INFO] found 16 buttons
07:46:52 [INFO] found 131 interfaces across 33 modules
07:46:53 [INFO] found 33 offsets across 5 modules
07:46:53 [INFO] found 2442 classes and 368 enums across 17 modules
07:46:53 [INFO] analysis completed in 948.24ms

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: animationsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,24 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper {
// Module: client.dll
public static class Buttons {
public const nint attack = 0x18448F0;
public const nint attack2 = 0x1844980;
public const nint back = 0x1844BC0;
public const nint duck = 0x1844E90;
public const nint forward = 0x1844B30;
public const nint jump = 0x1844E00;
public const nint left = 0x1844C50;
public const nint lookatweapon = 0x1A6AE20;
public const nint reload = 0x1844860;
public const nint right = 0x1844CE0;
public const nint showscores = 0x1A6AD00;
public const nint sprint = 0x18447D0;
public const nint turnleft = 0x1844A10;
public const nint turnright = 0x1844AA0;
public const nint use = 0x1844D70;
public const nint zoom = 0x1A6AD90;
public const nint attack = 0x184E8F0;
public const nint attack2 = 0x184E980;
public const nint back = 0x184EBC0;
public const nint duck = 0x184EE90;
public const nint forward = 0x184EB30;
public const nint jump = 0x184EE00;
public const nint left = 0x184EC50;
public const nint lookatweapon = 0x1A75170;
public const nint reload = 0x184E860;
public const nint right = 0x184ECE0;
public const nint showscores = 0x1A75050;
public const nint sprint = 0x184E7D0;
public const nint turnleft = 0x184EA10;
public const nint turnright = 0x184EAA0;
public const nint use = 0x184ED70;
public const nint zoom = 0x1A750E0;
}
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once
@ -8,21 +8,21 @@
namespace cs2_dumper {
// Module: client.dll
namespace buttons {
constexpr std::ptrdiff_t attack = 0x18448F0;
constexpr std::ptrdiff_t attack2 = 0x1844980;
constexpr std::ptrdiff_t back = 0x1844BC0;
constexpr std::ptrdiff_t duck = 0x1844E90;
constexpr std::ptrdiff_t forward = 0x1844B30;
constexpr std::ptrdiff_t jump = 0x1844E00;
constexpr std::ptrdiff_t left = 0x1844C50;
constexpr std::ptrdiff_t lookatweapon = 0x1A6AE20;
constexpr std::ptrdiff_t reload = 0x1844860;
constexpr std::ptrdiff_t right = 0x1844CE0;
constexpr std::ptrdiff_t showscores = 0x1A6AD00;
constexpr std::ptrdiff_t sprint = 0x18447D0;
constexpr std::ptrdiff_t turnleft = 0x1844A10;
constexpr std::ptrdiff_t turnright = 0x1844AA0;
constexpr std::ptrdiff_t use = 0x1844D70;
constexpr std::ptrdiff_t zoom = 0x1A6AD90;
constexpr std::ptrdiff_t attack = 0x184E8F0;
constexpr std::ptrdiff_t attack2 = 0x184E980;
constexpr std::ptrdiff_t back = 0x184EBC0;
constexpr std::ptrdiff_t duck = 0x184EE90;
constexpr std::ptrdiff_t forward = 0x184EB30;
constexpr std::ptrdiff_t jump = 0x184EE00;
constexpr std::ptrdiff_t left = 0x184EC50;
constexpr std::ptrdiff_t lookatweapon = 0x1A75170;
constexpr std::ptrdiff_t reload = 0x184E860;
constexpr std::ptrdiff_t right = 0x184ECE0;
constexpr std::ptrdiff_t showscores = 0x1A75050;
constexpr std::ptrdiff_t sprint = 0x184E7D0;
constexpr std::ptrdiff_t turnleft = 0x184EA10;
constexpr std::ptrdiff_t turnright = 0x184EAA0;
constexpr std::ptrdiff_t use = 0x184ED70;
constexpr std::ptrdiff_t zoom = 0x1A750E0;
}
}

View File

@ -1,20 +1,20 @@
{
"client.dll": {
"attack": 25446640,
"attack2": 25446784,
"back": 25447360,
"duck": 25448080,
"forward": 25447216,
"jump": 25447936,
"left": 25447504,
"lookatweapon": 27700768,
"reload": 25446496,
"right": 25447648,
"showscores": 27700480,
"sprint": 25446352,
"turnleft": 25446928,
"turnright": 25447072,
"use": 25447792,
"zoom": 27700624
"attack": 25487600,
"attack2": 25487744,
"back": 25488320,
"duck": 25489040,
"forward": 25488176,
"jump": 25488896,
"left": 25488464,
"lookatweapon": 27742576,
"reload": 25487456,
"right": 25488608,
"showscores": 27742288,
"sprint": 25487312,
"turnleft": 25487888,
"turnright": 25488032,
"use": 25488752,
"zoom": 27742432
}
}

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper {
// Module: client.dll
pub mod buttons {
pub const attack: usize = 0x18448F0;
pub const attack2: usize = 0x1844980;
pub const back: usize = 0x1844BC0;
pub const duck: usize = 0x1844E90;
pub const forward: usize = 0x1844B30;
pub const jump: usize = 0x1844E00;
pub const left: usize = 0x1844C50;
pub const lookatweapon: usize = 0x1A6AE20;
pub const reload: usize = 0x1844860;
pub const right: usize = 0x1844CE0;
pub const showscores: usize = 0x1A6AD00;
pub const sprint: usize = 0x18447D0;
pub const turnleft: usize = 0x1844A10;
pub const turnright: usize = 0x1844AA0;
pub const r#use: usize = 0x1844D70;
pub const zoom: usize = 0x1A6AD90;
pub const attack: usize = 0x184E8F0;
pub const attack2: usize = 0x184E980;
pub const back: usize = 0x184EBC0;
pub const duck: usize = 0x184EE90;
pub const forward: usize = 0x184EB30;
pub const jump: usize = 0x184EE00;
pub const left: usize = 0x184EC50;
pub const lookatweapon: usize = 0x1A75170;
pub const reload: usize = 0x184E860;
pub const right: usize = 0x184ECE0;
pub const showscores: usize = 0x1A75050;
pub const sprint: usize = 0x184E7D0;
pub const turnleft: usize = 0x184EA10;
pub const turnright: usize = 0x184EAA0;
pub const r#use: usize = 0x184ED70;
pub const zoom: usize = 0x1A750E0;
}
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: engine2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -8,24 +8,42 @@
},
"CEntityComponentHelper": {
"fields": {
"m_flags": 8,
"m_nPriority": 24,
"m_pInfo": 16,
"m_pNext": 32
"m_flags": {
"offset": 8,
"type_name": "uint32"
},
"m_nPriority": {
"offset": 24,
"type_name": "int32"
},
"m_pInfo": {
"offset": 16,
"type_name": "EntComponentInfo_t*"
},
"m_pNext": {
"offset": 32,
"type_name": "CEntityComponentHelper*"
}
},
"metadata": [],
"parent": null
},
"CEntityIOOutput": {
"fields": {
"m_Value": 24
"m_Value": {
"offset": 24,
"type_name": "CVariantBase<CVariantDefaultAllocator>"
}
},
"metadata": [],
"parent": null
},
"CNetworkVarChainer": {
"fields": {
"m_PathIndex": 32
"m_PathIndex": {
"offset": 32,
"type_name": "ChangeAccessorFieldPathIndex_t"
}
},
"metadata": [],
"parent": null
@ -37,23 +55,56 @@
},
"EngineLoopState_t": {
"fields": {
"m_nPlatWindowHeight": 28,
"m_nPlatWindowWidth": 24,
"m_nRenderHeight": 36,
"m_nRenderWidth": 32
"m_nPlatWindowHeight": {
"offset": 28,
"type_name": "int32"
},
"m_nPlatWindowWidth": {
"offset": 24,
"type_name": "int32"
},
"m_nRenderHeight": {
"offset": 36,
"type_name": "int32"
},
"m_nRenderWidth": {
"offset": 32,
"type_name": "int32"
}
},
"metadata": [],
"parent": null
},
"EntComponentInfo_t": {
"fields": {
"m_nFlags": 36,
"m_nRuntimeIndex": 32,
"m_pBaseClassComponentHelper": 96,
"m_pCPPClassname": 8,
"m_pName": 0,
"m_pNetworkDataReferencedDescription": 16,
"m_pNetworkDataReferencedPtrPropDescription": 24
"m_nFlags": {
"offset": 36,
"type_name": "uint32"
},
"m_nRuntimeIndex": {
"offset": 32,
"type_name": "int32"
},
"m_pBaseClassComponentHelper": {
"offset": 96,
"type_name": "CEntityComponentHelper*"
},
"m_pCPPClassname": {
"offset": 8,
"type_name": "char*"
},
"m_pName": {
"offset": 0,
"type_name": "char*"
},
"m_pNetworkDataReferencedDescription": {
"offset": 16,
"type_name": "char*"
},
"m_pNetworkDataReferencedPtrPropDescription": {
"offset": 24,
"type_name": "char*"
}
},
"metadata": [],
"parent": null
@ -70,17 +121,32 @@
},
"EventAdvanceTick_t": {
"fields": {
"m_nCurrentTick": 48,
"m_nCurrentTickThisFrame": 52,
"m_nTotalTicks": 60,
"m_nTotalTicksThisFrame": 56
"m_nCurrentTick": {
"offset": 48,
"type_name": "int32"
},
"m_nCurrentTickThisFrame": {
"offset": 52,
"type_name": "int32"
},
"m_nTotalTicks": {
"offset": 60,
"type_name": "int32"
},
"m_nTotalTicksThisFrame": {
"offset": 56,
"type_name": "int32"
}
},
"metadata": [],
"parent": "EventSimulate_t"
},
"EventAppShutdown_t": {
"fields": {
"m_nDummy0": 0
"m_nDummy0": {
"offset": 0,
"type_name": "int32"
}
},
"metadata": [],
"parent": null
@ -97,21 +163,48 @@
},
"EventClientFrameSimulate_t": {
"fields": {
"m_LoopState": 0,
"m_bScheduleSendTickPacket": 48,
"m_flFrameTime": 44,
"m_flRealTime": 40
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_bScheduleSendTickPacket": {
"offset": 48,
"type_name": "bool"
},
"m_flFrameTime": {
"offset": 44,
"type_name": "float32"
},
"m_flRealTime": {
"offset": 40,
"type_name": "float32"
}
},
"metadata": [],
"parent": null
},
"EventClientOutput_t": {
"fields": {
"m_LoopState": 0,
"m_bRenderOnly": 52,
"m_flRealTime": 44,
"m_flRenderFrameTimeUnbounded": 48,
"m_flRenderTime": 40
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_bRenderOnly": {
"offset": 52,
"type_name": "bool"
},
"m_flRealTime": {
"offset": 44,
"type_name": "float32"
},
"m_flRenderFrameTimeUnbounded": {
"offset": 48,
"type_name": "float32"
},
"m_flRenderTime": {
"offset": 40,
"type_name": "float32"
}
},
"metadata": [],
"parent": null
@ -123,15 +216,24 @@
},
"EventClientPollInput_t": {
"fields": {
"m_LoopState": 0,
"m_flRealTime": 40
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_flRealTime": {
"offset": 40,
"type_name": "float32"
}
},
"metadata": [],
"parent": null
},
"EventClientPollNetworking_t": {
"fields": {
"m_nTickCount": 0
"m_nTickCount": {
"offset": 0,
"type_name": "int32"
}
},
"metadata": [],
"parent": null
@ -143,11 +245,26 @@
},
"EventClientPostOutput_t": {
"fields": {
"m_LoopState": 0,
"m_bRenderOnly": 56,
"m_flRenderFrameTime": 48,
"m_flRenderFrameTimeUnbounded": 52,
"m_flRenderTime": 40
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_bRenderOnly": {
"offset": 56,
"type_name": "bool"
},
"m_flRenderFrameTime": {
"offset": 48,
"type_name": "float32"
},
"m_flRenderFrameTimeUnbounded": {
"offset": 52,
"type_name": "float32"
},
"m_flRenderTime": {
"offset": 40,
"type_name": "float64"
}
},
"metadata": [],
"parent": null
@ -159,12 +276,30 @@
},
"EventClientPreOutput_t": {
"fields": {
"m_LoopState": 0,
"m_bRenderOnly": 68,
"m_flRealTime": 64,
"m_flRenderFrameTime": 48,
"m_flRenderFrameTimeUnbounded": 56,
"m_flRenderTime": 40
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_bRenderOnly": {
"offset": 68,
"type_name": "bool"
},
"m_flRealTime": {
"offset": 64,
"type_name": "float32"
},
"m_flRenderFrameTime": {
"offset": 48,
"type_name": "float64"
},
"m_flRenderFrameTimeUnbounded": {
"offset": 56,
"type_name": "float64"
},
"m_flRenderTime": {
"offset": 40,
"type_name": "float64"
}
},
"metadata": [],
"parent": null
@ -176,33 +311,60 @@
},
"EventClientProcessGameInput_t": {
"fields": {
"m_LoopState": 0,
"m_flFrameTime": 44,
"m_flRealTime": 40
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_flFrameTime": {
"offset": 44,
"type_name": "float32"
},
"m_flRealTime": {
"offset": 40,
"type_name": "float32"
}
},
"metadata": [],
"parent": null
},
"EventClientProcessInput_t": {
"fields": {
"m_LoopState": 0,
"m_flRealTime": 40,
"m_flTickInterval": 44,
"m_flTickStartTime": 48
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_flRealTime": {
"offset": 40,
"type_name": "float32"
},
"m_flTickInterval": {
"offset": 44,
"type_name": "float32"
},
"m_flTickStartTime": {
"offset": 48,
"type_name": "float64"
}
},
"metadata": [],
"parent": null
},
"EventClientProcessNetworking_t": {
"fields": {
"m_nTickCount": 0
"m_nTickCount": {
"offset": 0,
"type_name": "int32"
}
},
"metadata": [],
"parent": null
},
"EventClientSceneSystemThreadStateChange_t": {
"fields": {
"m_bThreadsActive": 0
"m_bThreadsActive": {
"offset": 0,
"type_name": "bool"
}
},
"metadata": [],
"parent": null
@ -214,7 +376,10 @@
},
"EventFrameBoundary_t": {
"fields": {
"m_flFrameTime": 0
"m_flFrameTime": {
"offset": 0,
"type_name": "float32"
}
},
"metadata": [],
"parent": null
@ -226,31 +391,52 @@
},
"EventPostAdvanceTick_t": {
"fields": {
"m_nCurrentTick": 48,
"m_nCurrentTickThisFrame": 52,
"m_nTotalTicks": 60,
"m_nTotalTicksThisFrame": 56
"m_nCurrentTick": {
"offset": 48,
"type_name": "int32"
},
"m_nCurrentTickThisFrame": {
"offset": 52,
"type_name": "int32"
},
"m_nTotalTicks": {
"offset": 60,
"type_name": "int32"
},
"m_nTotalTicksThisFrame": {
"offset": 56,
"type_name": "int32"
}
},
"metadata": [],
"parent": "EventSimulate_t"
},
"EventPostDataUpdate_t": {
"fields": {
"m_nCount": 0
"m_nCount": {
"offset": 0,
"type_name": "int32"
}
},
"metadata": [],
"parent": null
},
"EventPreDataUpdate_t": {
"fields": {
"m_nCount": 0
"m_nCount": {
"offset": 0,
"type_name": "int32"
}
},
"metadata": [],
"parent": null
},
"EventProfileStorageAvailable_t": {
"fields": {
"m_nSplitScreenSlot": 0
"m_nSplitScreenSlot": {
"offset": 0,
"type_name": "CSplitScreenSlot"
}
},
"metadata": [],
"parent": null
@ -297,32 +483,74 @@
},
"EventSetTime_t": {
"fields": {
"m_LoopState": 0,
"m_flRealTime": 48,
"m_flRenderFrameTime": 64,
"m_flRenderFrameTimeUnbounded": 72,
"m_flRenderFrameTimeUnscaled": 80,
"m_flRenderTime": 56,
"m_flTickRemainder": 88,
"m_nClientOutputFrames": 40
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_flRealTime": {
"offset": 48,
"type_name": "float64"
},
"m_flRenderFrameTime": {
"offset": 64,
"type_name": "float64"
},
"m_flRenderFrameTimeUnbounded": {
"offset": 72,
"type_name": "float64"
},
"m_flRenderFrameTimeUnscaled": {
"offset": 80,
"type_name": "float64"
},
"m_flRenderTime": {
"offset": 56,
"type_name": "float64"
},
"m_flTickRemainder": {
"offset": 88,
"type_name": "float64"
},
"m_nClientOutputFrames": {
"offset": 40,
"type_name": "int32"
}
},
"metadata": [],
"parent": null
},
"EventSimpleLoopFrameUpdate_t": {
"fields": {
"m_LoopState": 0,
"m_flFrameTime": 44,
"m_flRealTime": 40
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_flFrameTime": {
"offset": 44,
"type_name": "float32"
},
"m_flRealTime": {
"offset": 40,
"type_name": "float32"
}
},
"metadata": [],
"parent": null
},
"EventSimulate_t": {
"fields": {
"m_LoopState": 0,
"m_bFirstTick": 40,
"m_bLastTick": 41
"m_LoopState": {
"offset": 0,
"type_name": "EngineLoopState_t"
},
"m_bFirstTick": {
"offset": 40,
"type_name": "bool"
},
"m_bLastTick": {
"offset": 41,
"type_name": "bool"
}
},
"metadata": [],
"parent": null
@ -334,14 +562,20 @@
},
"GameTick_t": {
"fields": {
"m_Value": 0
"m_Value": {
"offset": 0,
"type_name": "int32"
}
},
"metadata": [],
"parent": null
},
"GameTime_t": {
"fields": {
"m_Value": 0
"m_Value": {
"offset": 0,
"type_name": "float32"
}
},
"metadata": [],
"parent": null

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: host.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -3,14 +3,20 @@
"classes": {
"CAnimScriptBase": {
"fields": {
"m_bIsValid": 8
"m_bIsValid": {
"offset": 8,
"type_name": "bool"
}
},
"metadata": [],
"parent": null
},
"EmptyTestScript": {
"fields": {
"m_hTest": 16
"m_hTest": {
"offset": 16,
"type_name": "CAnimScriptParam<float32>"
}
},
"metadata": [],
"parent": "CAnimScriptBase"

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,4 +1,4 @@
{
"build_number": 14079,
"timestamp": "2025-05-16T03:33:22.466198100+00:00"
"build_number": 14084,
"timestamp": "2025-06-14T07:46:53.547713900+00:00"
}

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Interfaces {
// Module: animationsystem.dll
@ -9,49 +9,49 @@ namespace CS2Dumper.Interfaces {
}
// Module: client.dll
public static class ClientDll {
public const nint ClientToolsInfo_001 = 0x1843EE0;
public const nint EmptyWorldService001_Client = 0x1800070;
public const nint GameClientExports001 = 0x1840B98;
public const nint LegacyGameUI001 = 0x18611D0;
public const nint Source2Client002 = 0x1A5A570;
public const nint Source2ClientConfig001 = 0x19F2FA0;
public const nint Source2ClientPrediction001 = 0x184BF50;
public const nint Source2ClientUI001 = 0x185F700;
public const nint ClientToolsInfo_001 = 0x184DEE0;
public const nint EmptyWorldService001_Client = 0x180A0C0;
public const nint GameClientExports001 = 0x184AB98;
public const nint LegacyGameUI001 = 0x186B1D0;
public const nint Source2Client002 = 0x1A648B0;
public const nint Source2ClientConfig001 = 0x19FD2F0;
public const nint Source2ClientPrediction001 = 0x1855F50;
public const nint Source2ClientUI001 = 0x1869700;
}
// Module: engine2.dll
public static class Engine2Dll {
public const nint BenchmarkService001 = 0x547D20;
public const nint BugService001 = 0x5E0CC0;
public const nint ClientServerEngineLoopService_001 = 0x548A40;
public const nint EngineGameUI001 = 0x545B80;
public const nint EngineServiceMgr001 = 0x621BA0;
public const nint GameEventSystemClientV001 = 0x621EC0;
public const nint GameEventSystemServerV001 = 0x622000;
public const nint GameResourceServiceClientV001 = 0x547E20;
public const nint GameResourceServiceServerV001 = 0x547E80;
public const nint GameUIService_001 = 0x5E0FC0;
public const nint HostStateMgr001 = 0x548930;
public const nint INETSUPPORT_001 = 0x541060;
public const nint InputService_001 = 0x5E12D0;
public const nint KeyValueCache001 = 0x5489E0;
public const nint MapListService_001 = 0x620320;
public const nint NetworkClientService_001 = 0x6204B0;
public const nint NetworkP2PService_001 = 0x548130;
public const nint NetworkServerService_001 = 0x620840;
public const nint NetworkService_001 = 0x548280;
public const nint RenderService_001 = 0x620AA0;
public const nint ScreenshotService001 = 0x620D40;
public const nint SimpleEngineLoopService_001 = 0x548B50;
public const nint SoundService_001 = 0x5482C0;
public const nint Source2EngineToClient001 = 0x545200;
public const nint Source2EngineToClientStringTable001 = 0x545260;
public const nint Source2EngineToServer001 = 0x5452F8;
public const nint Source2EngineToServerStringTable001 = 0x545320;
public const nint SplitScreenService_001 = 0x5485A0;
public const nint StatsService_001 = 0x621170;
public const nint ToolService_001 = 0x548760;
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x545C10;
public const nint VProfService_001 = 0x5487A0;
public const nint BenchmarkService001 = 0x546D30;
public const nint BugService001 = 0x5DFCD0;
public const nint ClientServerEngineLoopService_001 = 0x547A50;
public const nint EngineGameUI001 = 0x544B90;
public const nint EngineServiceMgr001 = 0x620BB0;
public const nint GameEventSystemClientV001 = 0x620ED0;
public const nint GameEventSystemServerV001 = 0x621010;
public const nint GameResourceServiceClientV001 = 0x546E30;
public const nint GameResourceServiceServerV001 = 0x546E90;
public const nint GameUIService_001 = 0x5DFFD0;
public const nint HostStateMgr001 = 0x547940;
public const nint INETSUPPORT_001 = 0x540060;
public const nint InputService_001 = 0x5E02E0;
public const nint KeyValueCache001 = 0x5479F0;
public const nint MapListService_001 = 0x61F330;
public const nint NetworkClientService_001 = 0x61F4C0;
public const nint NetworkP2PService_001 = 0x547140;
public const nint NetworkServerService_001 = 0x61F850;
public const nint NetworkService_001 = 0x547290;
public const nint RenderService_001 = 0x61FAB0;
public const nint ScreenshotService001 = 0x61FD50;
public const nint SimpleEngineLoopService_001 = 0x547B60;
public const nint SoundService_001 = 0x5472D0;
public const nint Source2EngineToClient001 = 0x544210;
public const nint Source2EngineToClientStringTable001 = 0x544270;
public const nint Source2EngineToServer001 = 0x544308;
public const nint Source2EngineToServerStringTable001 = 0x544330;
public const nint SplitScreenService_001 = 0x5475B0;
public const nint StatsService_001 = 0x620180;
public const nint ToolService_001 = 0x547770;
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
public const nint VProfService_001 = 0x5477B0;
}
// Module: filesystem_stdio.dll
public static class FilesystemStdioDll {
@ -84,8 +84,8 @@ namespace CS2Dumper.Interfaces {
}
// Module: matchmaking.dll
public static class MatchmakingDll {
public const nint GameTypes001 = 0x1A3190;
public const nint MATCHFRAMEWORK_001 = 0x1AB360;
public const nint GameTypes001 = 0x1A52E0;
public const nint MATCHFRAMEWORK_001 = 0x1AD510;
}
// Module: materialsystem2.dll
public static class Materialsystem2Dll {
@ -148,7 +148,7 @@ namespace CS2Dumper.Interfaces {
// Module: scenesystem.dll
public static class ScenesystemDll {
public const nint RenderingPipelines_001 = 0x5CEB10;
public const nint SceneSystem_002 = 0x7ADFF0;
public const nint SceneSystem_002 = 0x7ADFE0;
public const nint SceneUtils_001 = 0x5CF360;
}
// Module: schemasystem.dll
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
}
// Module: server.dll
public static class ServerDll {
public const nint EmptyWorldService001_Server = 0x136BD70;
public const nint EntitySubclassUtilsV001 = 0x131C3D0;
public const nint NavGameTest001 = 0x140AE48;
public const nint ServerToolsInfo_001 = 0x13C07B8;
public const nint Source2GameClients001 = 0x13BA680;
public const nint Source2GameDirector001 = 0x14EE6A0;
public const nint Source2GameEntities001 = 0x13C06E0;
public const nint Source2Server001 = 0x13C0550;
public const nint Source2ServerConfig001 = 0x15B9178;
public const nint customnavsystem001 = 0x1300B48;
public const nint EmptyWorldService001_Server = 0x1371BF0;
public const nint EntitySubclassUtilsV001 = 0x1322230;
public const nint NavGameTest001 = 0x1410CC8;
public const nint ServerToolsInfo_001 = 0x13C6618;
public const nint Source2GameClients001 = 0x13C04E0;
public const nint Source2GameDirector001 = 0x14F4500;
public const nint Source2GameEntities001 = 0x13C6540;
public const nint Source2Server001 = 0x13C63B0;
public const nint Source2ServerConfig001 = 0x15BEE88;
public const nint customnavsystem001 = 0x13069B8;
}
// Module: soundsystem.dll
public static class SoundsystemDll {
@ -181,27 +181,27 @@ namespace CS2Dumper.Interfaces {
}
// Module: steamclient64.dll
public static class Steamclient64Dll {
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BAFD69A);
public const nint IVALIDATE001 = 0x151D288;
public const nint SteamClient006 = 0x151A9B0;
public const nint SteamClient007 = 0x151A9B8;
public const nint SteamClient008 = 0x151A9C0;
public const nint SteamClient009 = 0x151A9C8;
public const nint SteamClient010 = 0x151A9D0;
public const nint SteamClient011 = 0x151A9D8;
public const nint SteamClient012 = 0x151A9E0;
public const nint SteamClient013 = 0x151A9E8;
public const nint SteamClient014 = 0x151A9F0;
public const nint SteamClient015 = 0x151A9F8;
public const nint SteamClient016 = 0x151AA00;
public const nint SteamClient017 = 0x151AA08;
public const nint SteamClient018 = 0x151AA10;
public const nint SteamClient019 = 0x151AA18;
public const nint SteamClient020 = 0x151AA20;
public const nint SteamClient021 = 0x151AA28;
public const nint SteamClient022 = 0x151AA30;
public const nint p2pvoice002 = 0x14E267F;
public const nint p2pvoicesingleton002 = 0x14F80E0;
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB0203A);
public const nint IVALIDATE001 = 0x15211D8;
public const nint SteamClient006 = 0x151E900;
public const nint SteamClient007 = 0x151E908;
public const nint SteamClient008 = 0x151E910;
public const nint SteamClient009 = 0x151E918;
public const nint SteamClient010 = 0x151E920;
public const nint SteamClient011 = 0x151E928;
public const nint SteamClient012 = 0x151E930;
public const nint SteamClient013 = 0x151E938;
public const nint SteamClient014 = 0x151E940;
public const nint SteamClient015 = 0x151E948;
public const nint SteamClient016 = 0x151E950;
public const nint SteamClient017 = 0x151E958;
public const nint SteamClient018 = 0x151E960;
public const nint SteamClient019 = 0x151E968;
public const nint SteamClient020 = 0x151E970;
public const nint SteamClient021 = 0x151E978;
public const nint SteamClient022 = 0x151E980;
public const nint p2pvoice002 = 0x14E265F;
public const nint p2pvoicesingleton002 = 0x14FC0E0;
}
// Module: tier0.dll
public static class Tier0Dll {
@ -225,8 +225,8 @@ namespace CS2Dumper.Interfaces {
}
// Module: vstdlib_s64.dll
public static class VstdlibS64Dll {
public const nint IVALIDATE001 = 0x6A990;
public const nint VEngineCvar002 = 0x69070;
public const nint IVALIDATE001 = 0x6E990;
public const nint VEngineCvar002 = 0x6D070;
}
// Module: worldrenderer.dll
public static class WorldrendererDll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once
@ -14,49 +14,49 @@ namespace cs2_dumper {
}
// Module: client.dll
namespace client_dll {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1843EE0;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1800070;
constexpr std::ptrdiff_t GameClientExports001 = 0x1840B98;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18611D0;
constexpr std::ptrdiff_t Source2Client002 = 0x1A5A570;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19F2FA0;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x184BF50;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x185F700;
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184DEE0;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x180A0C0;
constexpr std::ptrdiff_t GameClientExports001 = 0x184AB98;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x186B1D0;
constexpr std::ptrdiff_t Source2Client002 = 0x1A648B0;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FD2F0;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1855F50;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1869700;
}
// Module: engine2.dll
namespace engine2_dll {
constexpr std::ptrdiff_t BenchmarkService001 = 0x547D20;
constexpr std::ptrdiff_t BugService001 = 0x5E0CC0;
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x548A40;
constexpr std::ptrdiff_t EngineGameUI001 = 0x545B80;
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x621BA0;
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x621EC0;
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x622000;
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x547E20;
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x547E80;
constexpr std::ptrdiff_t GameUIService_001 = 0x5E0FC0;
constexpr std::ptrdiff_t HostStateMgr001 = 0x548930;
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x541060;
constexpr std::ptrdiff_t InputService_001 = 0x5E12D0;
constexpr std::ptrdiff_t KeyValueCache001 = 0x5489E0;
constexpr std::ptrdiff_t MapListService_001 = 0x620320;
constexpr std::ptrdiff_t NetworkClientService_001 = 0x6204B0;
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x548130;
constexpr std::ptrdiff_t NetworkServerService_001 = 0x620840;
constexpr std::ptrdiff_t NetworkService_001 = 0x548280;
constexpr std::ptrdiff_t RenderService_001 = 0x620AA0;
constexpr std::ptrdiff_t ScreenshotService001 = 0x620D40;
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x548B50;
constexpr std::ptrdiff_t SoundService_001 = 0x5482C0;
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x545200;
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x545260;
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x5452F8;
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x545320;
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5485A0;
constexpr std::ptrdiff_t StatsService_001 = 0x621170;
constexpr std::ptrdiff_t ToolService_001 = 0x548760;
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x545C10;
constexpr std::ptrdiff_t VProfService_001 = 0x5487A0;
constexpr std::ptrdiff_t BenchmarkService001 = 0x546D30;
constexpr std::ptrdiff_t BugService001 = 0x5DFCD0;
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x547A50;
constexpr std::ptrdiff_t EngineGameUI001 = 0x544B90;
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x620BB0;
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x620ED0;
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x621010;
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x546E30;
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x546E90;
constexpr std::ptrdiff_t GameUIService_001 = 0x5DFFD0;
constexpr std::ptrdiff_t HostStateMgr001 = 0x547940;
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x540060;
constexpr std::ptrdiff_t InputService_001 = 0x5E02E0;
constexpr std::ptrdiff_t KeyValueCache001 = 0x5479F0;
constexpr std::ptrdiff_t MapListService_001 = 0x61F330;
constexpr std::ptrdiff_t NetworkClientService_001 = 0x61F4C0;
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x547140;
constexpr std::ptrdiff_t NetworkServerService_001 = 0x61F850;
constexpr std::ptrdiff_t NetworkService_001 = 0x547290;
constexpr std::ptrdiff_t RenderService_001 = 0x61FAB0;
constexpr std::ptrdiff_t ScreenshotService001 = 0x61FD50;
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x547B60;
constexpr std::ptrdiff_t SoundService_001 = 0x5472D0;
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x544210;
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x544270;
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x544308;
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x544330;
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5475B0;
constexpr std::ptrdiff_t StatsService_001 = 0x620180;
constexpr std::ptrdiff_t ToolService_001 = 0x547770;
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x544C20;
constexpr std::ptrdiff_t VProfService_001 = 0x5477B0;
}
// Module: filesystem_stdio.dll
namespace filesystem_stdio_dll {
@ -89,8 +89,8 @@ namespace cs2_dumper {
}
// Module: matchmaking.dll
namespace matchmaking_dll {
constexpr std::ptrdiff_t GameTypes001 = 0x1A3190;
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x1AB360;
constexpr std::ptrdiff_t GameTypes001 = 0x1A52E0;
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x1AD510;
}
// Module: materialsystem2.dll
namespace materialsystem2_dll {
@ -153,7 +153,7 @@ namespace cs2_dumper {
// Module: scenesystem.dll
namespace scenesystem_dll {
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x5CEB10;
constexpr std::ptrdiff_t SceneSystem_002 = 0x7ADFF0;
constexpr std::ptrdiff_t SceneSystem_002 = 0x7ADFE0;
constexpr std::ptrdiff_t SceneUtils_001 = 0x5CF360;
}
// Module: schemasystem.dll
@ -162,16 +162,16 @@ namespace cs2_dumper {
}
// Module: server.dll
namespace server_dll {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136BD70;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131C3D0;
constexpr std::ptrdiff_t NavGameTest001 = 0x140AE48;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C07B8;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BA680;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14EE6A0;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C06E0;
constexpr std::ptrdiff_t Source2Server001 = 0x13C0550;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15B9178;
constexpr std::ptrdiff_t customnavsystem001 = 0x1300B48;
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1371BF0;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1322230;
constexpr std::ptrdiff_t NavGameTest001 = 0x1410CC8;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C6618;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13C04E0;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F4500;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C6540;
constexpr std::ptrdiff_t Source2Server001 = 0x13C63B0;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15BEE88;
constexpr std::ptrdiff_t customnavsystem001 = 0x13069B8;
}
// Module: soundsystem.dll
namespace soundsystem_dll {
@ -186,27 +186,27 @@ namespace cs2_dumper {
}
// Module: steamclient64.dll
namespace steamclient64_dll {
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BAFD69A;
constexpr std::ptrdiff_t IVALIDATE001 = 0x151D288;
constexpr std::ptrdiff_t SteamClient006 = 0x151A9B0;
constexpr std::ptrdiff_t SteamClient007 = 0x151A9B8;
constexpr std::ptrdiff_t SteamClient008 = 0x151A9C0;
constexpr std::ptrdiff_t SteamClient009 = 0x151A9C8;
constexpr std::ptrdiff_t SteamClient010 = 0x151A9D0;
constexpr std::ptrdiff_t SteamClient011 = 0x151A9D8;
constexpr std::ptrdiff_t SteamClient012 = 0x151A9E0;
constexpr std::ptrdiff_t SteamClient013 = 0x151A9E8;
constexpr std::ptrdiff_t SteamClient014 = 0x151A9F0;
constexpr std::ptrdiff_t SteamClient015 = 0x151A9F8;
constexpr std::ptrdiff_t SteamClient016 = 0x151AA00;
constexpr std::ptrdiff_t SteamClient017 = 0x151AA08;
constexpr std::ptrdiff_t SteamClient018 = 0x151AA10;
constexpr std::ptrdiff_t SteamClient019 = 0x151AA18;
constexpr std::ptrdiff_t SteamClient020 = 0x151AA20;
constexpr std::ptrdiff_t SteamClient021 = 0x151AA28;
constexpr std::ptrdiff_t SteamClient022 = 0x151AA30;
constexpr std::ptrdiff_t p2pvoice002 = 0x14E267F;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x14F80E0;
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB0203A;
constexpr std::ptrdiff_t IVALIDATE001 = 0x15211D8;
constexpr std::ptrdiff_t SteamClient006 = 0x151E900;
constexpr std::ptrdiff_t SteamClient007 = 0x151E908;
constexpr std::ptrdiff_t SteamClient008 = 0x151E910;
constexpr std::ptrdiff_t SteamClient009 = 0x151E918;
constexpr std::ptrdiff_t SteamClient010 = 0x151E920;
constexpr std::ptrdiff_t SteamClient011 = 0x151E928;
constexpr std::ptrdiff_t SteamClient012 = 0x151E930;
constexpr std::ptrdiff_t SteamClient013 = 0x151E938;
constexpr std::ptrdiff_t SteamClient014 = 0x151E940;
constexpr std::ptrdiff_t SteamClient015 = 0x151E948;
constexpr std::ptrdiff_t SteamClient016 = 0x151E950;
constexpr std::ptrdiff_t SteamClient017 = 0x151E958;
constexpr std::ptrdiff_t SteamClient018 = 0x151E960;
constexpr std::ptrdiff_t SteamClient019 = 0x151E968;
constexpr std::ptrdiff_t SteamClient020 = 0x151E970;
constexpr std::ptrdiff_t SteamClient021 = 0x151E978;
constexpr std::ptrdiff_t SteamClient022 = 0x151E980;
constexpr std::ptrdiff_t p2pvoice002 = 0x14E265F;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x14FC0E0;
}
// Module: tier0.dll
namespace tier0_dll {
@ -230,8 +230,8 @@ namespace cs2_dumper {
}
// Module: vstdlib_s64.dll
namespace vstdlib_s64_dll {
constexpr std::ptrdiff_t IVALIDATE001 = 0x6A990;
constexpr std::ptrdiff_t VEngineCvar002 = 0x69070;
constexpr std::ptrdiff_t IVALIDATE001 = 0x6E990;
constexpr std::ptrdiff_t VEngineCvar002 = 0x6D070;
}
// Module: worldrenderer.dll
namespace worldrenderer_dll {

View File

@ -4,48 +4,48 @@
"AnimationSystem_001": 6323504
},
"client.dll": {
"ClientToolsInfo_001": 25444064,
"EmptyWorldService001_Client": 25165936,
"GameClientExports001": 25430936,
"LegacyGameUI001": 25563600,
"Source2Client002": 27633008,
"Source2ClientConfig001": 27209632,
"Source2ClientPrediction001": 25476944,
"Source2ClientUI001": 25556736
"ClientToolsInfo_001": 25485024,
"EmptyWorldService001_Client": 25206976,
"GameClientExports001": 25471896,
"LegacyGameUI001": 25604560,
"Source2Client002": 27674800,
"Source2ClientConfig001": 27251440,
"Source2ClientPrediction001": 25517904,
"Source2ClientUI001": 25597696
},
"engine2.dll": {
"BenchmarkService001": 5537056,
"BugService001": 6163648,
"ClientServerEngineLoopService_001": 5540416,
"EngineGameUI001": 5528448,
"EngineServiceMgr001": 6429600,
"GameEventSystemClientV001": 6430400,
"GameEventSystemServerV001": 6430720,
"GameResourceServiceClientV001": 5537312,
"GameResourceServiceServerV001": 5537408,
"GameUIService_001": 6164416,
"HostStateMgr001": 5540144,
"INETSUPPORT_001": 5509216,
"InputService_001": 6165200,
"KeyValueCache001": 5540320,
"MapListService_001": 6423328,
"NetworkClientService_001": 6423728,
"NetworkP2PService_001": 5538096,
"NetworkServerService_001": 6424640,
"NetworkService_001": 5538432,
"RenderService_001": 6425248,
"ScreenshotService001": 6425920,
"SimpleEngineLoopService_001": 5540688,
"SoundService_001": 5538496,
"Source2EngineToClient001": 5526016,
"Source2EngineToClientStringTable001": 5526112,
"Source2EngineToServer001": 5526264,
"Source2EngineToServerStringTable001": 5526304,
"SplitScreenService_001": 5539232,
"StatsService_001": 6426992,
"ToolService_001": 5539680,
"VENGINE_GAMEUIFUNCS_VERSION005": 5528592,
"VProfService_001": 5539744
"BenchmarkService001": 5532976,
"BugService001": 6159568,
"ClientServerEngineLoopService_001": 5536336,
"EngineGameUI001": 5524368,
"EngineServiceMgr001": 6425520,
"GameEventSystemClientV001": 6426320,
"GameEventSystemServerV001": 6426640,
"GameResourceServiceClientV001": 5533232,
"GameResourceServiceServerV001": 5533328,
"GameUIService_001": 6160336,
"HostStateMgr001": 5536064,
"INETSUPPORT_001": 5505120,
"InputService_001": 6161120,
"KeyValueCache001": 5536240,
"MapListService_001": 6419248,
"NetworkClientService_001": 6419648,
"NetworkP2PService_001": 5534016,
"NetworkServerService_001": 6420560,
"NetworkService_001": 5534352,
"RenderService_001": 6421168,
"ScreenshotService001": 6421840,
"SimpleEngineLoopService_001": 5536608,
"SoundService_001": 5534416,
"Source2EngineToClient001": 5521936,
"Source2EngineToClientStringTable001": 5522032,
"Source2EngineToServer001": 5522184,
"Source2EngineToServerStringTable001": 5522224,
"SplitScreenService_001": 5535152,
"StatsService_001": 6422912,
"ToolService_001": 5535600,
"VENGINE_GAMEUIFUNCS_VERSION005": 5524512,
"VProfService_001": 5535664
},
"filesystem_stdio.dll": {
"VAsyncFileSystem2_001": 2147728,
@ -72,8 +72,8 @@
"Localize_001": 240336
},
"matchmaking.dll": {
"GameTypes001": 1716624,
"MATCHFRAMEWORK_001": 1749856
"GameTypes001": 1725152,
"MATCHFRAMEWORK_001": 1758480
},
"materialsystem2.dll": {
"FontManager_001": 1131312,
@ -123,23 +123,23 @@
},
"scenesystem.dll": {
"RenderingPipelines_001": 6089488,
"SceneSystem_002": 8052720,
"SceneSystem_002": 8052704,
"SceneUtils_001": 6091616
},
"schemasystem.dll": {
"SchemaSystem_001": 399072
},
"server.dll": {
"EmptyWorldService001_Server": 20364656,
"EntitySubclassUtilsV001": 20038608,
"NavGameTest001": 21016136,
"ServerToolsInfo_001": 20711352,
"Source2GameClients001": 20686464,
"Source2GameDirector001": 21948064,
"Source2GameEntities001": 20711136,
"Source2Server001": 20710736,
"Source2ServerConfig001": 22778232,
"customnavsystem001": 19925832
"EmptyWorldService001_Server": 20388848,
"EntitySubclassUtilsV001": 20062768,
"NavGameTest001": 21040328,
"ServerToolsInfo_001": 20735512,
"Source2GameClients001": 20710624,
"Source2GameDirector001": 21972224,
"Source2GameEntities001": 20735296,
"Source2Server001": 20734896,
"Source2ServerConfig001": 22802056,
"customnavsystem001": 19950008
},
"soundsystem.dll": {
"SoundOpSystem001": 3808336,
@ -151,27 +151,27 @@
"SteamAudio001": 2177520
},
"steamclient64.dll": {
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758141082,
"IVALIDATE001": 22139528,
"SteamClient006": 22129072,
"SteamClient007": 22129080,
"SteamClient008": 22129088,
"SteamClient009": 22129096,
"SteamClient010": 22129104,
"SteamClient011": 22129112,
"SteamClient012": 22129120,
"SteamClient013": 22129128,
"SteamClient014": 22129136,
"SteamClient015": 22129144,
"SteamClient016": 22129152,
"SteamClient017": 22129160,
"SteamClient018": 22129168,
"SteamClient019": 22129176,
"SteamClient020": 22129184,
"SteamClient021": 22129192,
"SteamClient022": 22129200,
"p2pvoice002": 21898879,
"p2pvoicesingleton002": 21987552
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758159930,
"IVALIDATE001": 22155736,
"SteamClient006": 22145280,
"SteamClient007": 22145288,
"SteamClient008": 22145296,
"SteamClient009": 22145304,
"SteamClient010": 22145312,
"SteamClient011": 22145320,
"SteamClient012": 22145328,
"SteamClient013": 22145336,
"SteamClient014": 22145344,
"SteamClient015": 22145352,
"SteamClient016": 22145360,
"SteamClient017": 22145368,
"SteamClient018": 22145376,
"SteamClient019": 22145384,
"SteamClient020": 22145392,
"SteamClient021": 22145400,
"SteamClient022": 22145408,
"p2pvoice002": 21898847,
"p2pvoicesingleton002": 22003936
},
"tier0.dll": {
"TestScriptMgr001": 3664512,
@ -190,8 +190,8 @@
"VScriptManager010": 1213952
},
"vstdlib_s64.dll": {
"IVALIDATE001": 436624,
"VEngineCvar002": 430192
"IVALIDATE001": 453008,
"VEngineCvar002": 446576
},
"worldrenderer.dll": {
"WorldRendererMgr001": 1449344

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![allow(non_upper_case_globals, unused)]
@ -12,49 +12,49 @@ pub mod cs2_dumper {
}
// Module: client.dll
pub mod client_dll {
pub const ClientToolsInfo_001: usize = 0x1843EE0;
pub const EmptyWorldService001_Client: usize = 0x1800070;
pub const GameClientExports001: usize = 0x1840B98;
pub const LegacyGameUI001: usize = 0x18611D0;
pub const Source2Client002: usize = 0x1A5A570;
pub const Source2ClientConfig001: usize = 0x19F2FA0;
pub const Source2ClientPrediction001: usize = 0x184BF50;
pub const Source2ClientUI001: usize = 0x185F700;
pub const ClientToolsInfo_001: usize = 0x184DEE0;
pub const EmptyWorldService001_Client: usize = 0x180A0C0;
pub const GameClientExports001: usize = 0x184AB98;
pub const LegacyGameUI001: usize = 0x186B1D0;
pub const Source2Client002: usize = 0x1A648B0;
pub const Source2ClientConfig001: usize = 0x19FD2F0;
pub const Source2ClientPrediction001: usize = 0x1855F50;
pub const Source2ClientUI001: usize = 0x1869700;
}
// Module: engine2.dll
pub mod engine2_dll {
pub const BenchmarkService001: usize = 0x547D20;
pub const BugService001: usize = 0x5E0CC0;
pub const ClientServerEngineLoopService_001: usize = 0x548A40;
pub const EngineGameUI001: usize = 0x545B80;
pub const EngineServiceMgr001: usize = 0x621BA0;
pub const GameEventSystemClientV001: usize = 0x621EC0;
pub const GameEventSystemServerV001: usize = 0x622000;
pub const GameResourceServiceClientV001: usize = 0x547E20;
pub const GameResourceServiceServerV001: usize = 0x547E80;
pub const GameUIService_001: usize = 0x5E0FC0;
pub const HostStateMgr001: usize = 0x548930;
pub const INETSUPPORT_001: usize = 0x541060;
pub const InputService_001: usize = 0x5E12D0;
pub const KeyValueCache001: usize = 0x5489E0;
pub const MapListService_001: usize = 0x620320;
pub const NetworkClientService_001: usize = 0x6204B0;
pub const NetworkP2PService_001: usize = 0x548130;
pub const NetworkServerService_001: usize = 0x620840;
pub const NetworkService_001: usize = 0x548280;
pub const RenderService_001: usize = 0x620AA0;
pub const ScreenshotService001: usize = 0x620D40;
pub const SimpleEngineLoopService_001: usize = 0x548B50;
pub const SoundService_001: usize = 0x5482C0;
pub const Source2EngineToClient001: usize = 0x545200;
pub const Source2EngineToClientStringTable001: usize = 0x545260;
pub const Source2EngineToServer001: usize = 0x5452F8;
pub const Source2EngineToServerStringTable001: usize = 0x545320;
pub const SplitScreenService_001: usize = 0x5485A0;
pub const StatsService_001: usize = 0x621170;
pub const ToolService_001: usize = 0x548760;
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x545C10;
pub const VProfService_001: usize = 0x5487A0;
pub const BenchmarkService001: usize = 0x546D30;
pub const BugService001: usize = 0x5DFCD0;
pub const ClientServerEngineLoopService_001: usize = 0x547A50;
pub const EngineGameUI001: usize = 0x544B90;
pub const EngineServiceMgr001: usize = 0x620BB0;
pub const GameEventSystemClientV001: usize = 0x620ED0;
pub const GameEventSystemServerV001: usize = 0x621010;
pub const GameResourceServiceClientV001: usize = 0x546E30;
pub const GameResourceServiceServerV001: usize = 0x546E90;
pub const GameUIService_001: usize = 0x5DFFD0;
pub const HostStateMgr001: usize = 0x547940;
pub const INETSUPPORT_001: usize = 0x540060;
pub const InputService_001: usize = 0x5E02E0;
pub const KeyValueCache001: usize = 0x5479F0;
pub const MapListService_001: usize = 0x61F330;
pub const NetworkClientService_001: usize = 0x61F4C0;
pub const NetworkP2PService_001: usize = 0x547140;
pub const NetworkServerService_001: usize = 0x61F850;
pub const NetworkService_001: usize = 0x547290;
pub const RenderService_001: usize = 0x61FAB0;
pub const ScreenshotService001: usize = 0x61FD50;
pub const SimpleEngineLoopService_001: usize = 0x547B60;
pub const SoundService_001: usize = 0x5472D0;
pub const Source2EngineToClient001: usize = 0x544210;
pub const Source2EngineToClientStringTable001: usize = 0x544270;
pub const Source2EngineToServer001: usize = 0x544308;
pub const Source2EngineToServerStringTable001: usize = 0x544330;
pub const SplitScreenService_001: usize = 0x5475B0;
pub const StatsService_001: usize = 0x620180;
pub const ToolService_001: usize = 0x547770;
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x544C20;
pub const VProfService_001: usize = 0x5477B0;
}
// Module: filesystem_stdio.dll
pub mod filesystem_stdio_dll {
@ -87,8 +87,8 @@ pub mod cs2_dumper {
}
// Module: matchmaking.dll
pub mod matchmaking_dll {
pub const GameTypes001: usize = 0x1A3190;
pub const MATCHFRAMEWORK_001: usize = 0x1AB360;
pub const GameTypes001: usize = 0x1A52E0;
pub const MATCHFRAMEWORK_001: usize = 0x1AD510;
}
// Module: materialsystem2.dll
pub mod materialsystem2_dll {
@ -151,7 +151,7 @@ pub mod cs2_dumper {
// Module: scenesystem.dll
pub mod scenesystem_dll {
pub const RenderingPipelines_001: usize = 0x5CEB10;
pub const SceneSystem_002: usize = 0x7ADFF0;
pub const SceneSystem_002: usize = 0x7ADFE0;
pub const SceneUtils_001: usize = 0x5CF360;
}
// Module: schemasystem.dll
@ -160,16 +160,16 @@ pub mod cs2_dumper {
}
// Module: server.dll
pub mod server_dll {
pub const EmptyWorldService001_Server: usize = 0x136BD70;
pub const EntitySubclassUtilsV001: usize = 0x131C3D0;
pub const NavGameTest001: usize = 0x140AE48;
pub const ServerToolsInfo_001: usize = 0x13C07B8;
pub const Source2GameClients001: usize = 0x13BA680;
pub const Source2GameDirector001: usize = 0x14EE6A0;
pub const Source2GameEntities001: usize = 0x13C06E0;
pub const Source2Server001: usize = 0x13C0550;
pub const Source2ServerConfig001: usize = 0x15B9178;
pub const customnavsystem001: usize = 0x1300B48;
pub const EmptyWorldService001_Server: usize = 0x1371BF0;
pub const EntitySubclassUtilsV001: usize = 0x1322230;
pub const NavGameTest001: usize = 0x1410CC8;
pub const ServerToolsInfo_001: usize = 0x13C6618;
pub const Source2GameClients001: usize = 0x13C04E0;
pub const Source2GameDirector001: usize = 0x14F4500;
pub const Source2GameEntities001: usize = 0x13C6540;
pub const Source2Server001: usize = 0x13C63B0;
pub const Source2ServerConfig001: usize = 0x15BEE88;
pub const customnavsystem001: usize = 0x13069B8;
}
// Module: soundsystem.dll
pub mod soundsystem_dll {
@ -184,27 +184,27 @@ pub mod cs2_dumper {
}
// Module: steamclient64.dll
pub mod steamclient64_dll {
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BAFD69A;
pub const IVALIDATE001: usize = 0x151D288;
pub const SteamClient006: usize = 0x151A9B0;
pub const SteamClient007: usize = 0x151A9B8;
pub const SteamClient008: usize = 0x151A9C0;
pub const SteamClient009: usize = 0x151A9C8;
pub const SteamClient010: usize = 0x151A9D0;
pub const SteamClient011: usize = 0x151A9D8;
pub const SteamClient012: usize = 0x151A9E0;
pub const SteamClient013: usize = 0x151A9E8;
pub const SteamClient014: usize = 0x151A9F0;
pub const SteamClient015: usize = 0x151A9F8;
pub const SteamClient016: usize = 0x151AA00;
pub const SteamClient017: usize = 0x151AA08;
pub const SteamClient018: usize = 0x151AA10;
pub const SteamClient019: usize = 0x151AA18;
pub const SteamClient020: usize = 0x151AA20;
pub const SteamClient021: usize = 0x151AA28;
pub const SteamClient022: usize = 0x151AA30;
pub const p2pvoice002: usize = 0x14E267F;
pub const p2pvoicesingleton002: usize = 0x14F80E0;
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB0203A;
pub const IVALIDATE001: usize = 0x15211D8;
pub const SteamClient006: usize = 0x151E900;
pub const SteamClient007: usize = 0x151E908;
pub const SteamClient008: usize = 0x151E910;
pub const SteamClient009: usize = 0x151E918;
pub const SteamClient010: usize = 0x151E920;
pub const SteamClient011: usize = 0x151E928;
pub const SteamClient012: usize = 0x151E930;
pub const SteamClient013: usize = 0x151E938;
pub const SteamClient014: usize = 0x151E940;
pub const SteamClient015: usize = 0x151E948;
pub const SteamClient016: usize = 0x151E950;
pub const SteamClient017: usize = 0x151E958;
pub const SteamClient018: usize = 0x151E960;
pub const SteamClient019: usize = 0x151E968;
pub const SteamClient020: usize = 0x151E970;
pub const SteamClient021: usize = 0x151E978;
pub const SteamClient022: usize = 0x151E980;
pub const p2pvoice002: usize = 0x14E265F;
pub const p2pvoicesingleton002: usize = 0x14FC0E0;
}
// Module: tier0.dll
pub mod tier0_dll {
@ -228,8 +228,8 @@ pub mod cs2_dumper {
}
// Module: vstdlib_s64.dll
pub mod vstdlib_s64_dll {
pub const IVALIDATE001: usize = 0x6A990;
pub const VEngineCvar002: usize = 0x69070;
pub const IVALIDATE001: usize = 0x6E990;
pub const VEngineCvar002: usize = 0x6D070;
}
// Module: worldrenderer.dll
pub mod worldrenderer_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: materialsystem2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -3,7 +3,10 @@
"classes": {
"MaterialParamBuffer_t": {
"fields": {
"m_value": 8
"m_value": {
"offset": 8,
"type_name": "CUtlBinaryBlock"
}
},
"metadata": [
{
@ -15,7 +18,10 @@
},
"MaterialParamFloat_t": {
"fields": {
"m_flValue": 8
"m_flValue": {
"offset": 8,
"type_name": "float32"
}
},
"metadata": [
{
@ -27,7 +33,10 @@
},
"MaterialParamInt_t": {
"fields": {
"m_nValue": 8
"m_nValue": {
"offset": 8,
"type_name": "int32"
}
},
"metadata": [
{
@ -39,7 +48,10 @@
},
"MaterialParamString_t": {
"fields": {
"m_value": 8
"m_value": {
"offset": 8,
"type_name": "CUtlString"
}
},
"metadata": [
{
@ -51,7 +63,10 @@
},
"MaterialParamTexture_t": {
"fields": {
"m_pValue": 8
"m_pValue": {
"offset": 8,
"type_name": "CStrongHandle<InfoForResourceTypeCTextureBase>"
}
},
"metadata": [
{
@ -63,7 +78,10 @@
},
"MaterialParamVector_t": {
"fields": {
"m_value": 8
"m_value": {
"offset": 8,
"type_name": "Vector4D"
}
},
"metadata": [
{
@ -75,7 +93,10 @@
},
"MaterialParam_t": {
"fields": {
"m_name": 0
"m_name": {
"offset": 0,
"type_name": "CUtlString"
}
},
"metadata": [
{
@ -87,20 +108,62 @@
},
"MaterialResourceData_t": {
"fields": {
"m_dynamicParams": 112,
"m_dynamicTextureParams": 136,
"m_floatAttributes": 184,
"m_floatParams": 40,
"m_intAttributes": 160,
"m_intParams": 16,
"m_materialName": 0,
"m_renderAttributesUsed": 280,
"m_shaderName": 8,
"m_stringAttributes": 256,
"m_textureAttributes": 232,
"m_textureParams": 88,
"m_vectorAttributes": 208,
"m_vectorParams": 64
"m_dynamicParams": {
"offset": 112,
"type_name": "CUtlVector<MaterialParamBuffer_t>"
},
"m_dynamicTextureParams": {
"offset": 136,
"type_name": "CUtlVector<MaterialParamBuffer_t>"
},
"m_floatAttributes": {
"offset": 184,
"type_name": "CUtlVector<MaterialParamFloat_t>"
},
"m_floatParams": {
"offset": 40,
"type_name": "CUtlVector<MaterialParamFloat_t>"
},
"m_intAttributes": {
"offset": 160,
"type_name": "CUtlVector<MaterialParamInt_t>"
},
"m_intParams": {
"offset": 16,
"type_name": "CUtlVector<MaterialParamInt_t>"
},
"m_materialName": {
"offset": 0,
"type_name": "CUtlString"
},
"m_renderAttributesUsed": {
"offset": 280,
"type_name": "CUtlVector<CUtlString>"
},
"m_shaderName": {
"offset": 8,
"type_name": "CUtlString"
},
"m_stringAttributes": {
"offset": 256,
"type_name": "CUtlVector<MaterialParamString_t>"
},
"m_textureAttributes": {
"offset": 232,
"type_name": "CUtlVector<MaterialParamTexture_t>"
},
"m_textureParams": {
"offset": 88,
"type_name": "CUtlVector<MaterialParamTexture_t>"
},
"m_vectorAttributes": {
"offset": 208,
"type_name": "CUtlVector<MaterialParamVector_t>"
},
"m_vectorParams": {
"offset": 64,
"type_name": "CUtlVector<MaterialParamVector_t>"
}
},
"metadata": [
{
@ -112,16 +175,46 @@
},
"PostProcessingBloomParameters_t": {
"fields": {
"m_blendMode": 0,
"m_flBloomStartValue": 28,
"m_flBloomStrength": 4,
"m_flBloomThreshold": 16,
"m_flBloomThresholdWidth": 20,
"m_flBlurBloomStrength": 12,
"m_flBlurWeight": 32,
"m_flScreenBloomStrength": 8,
"m_flSkyboxBloomStrength": 24,
"m_vBlurTint": 52
"m_blendMode": {
"offset": 0,
"type_name": "BloomBlendMode_t"
},
"m_flBloomStartValue": {
"offset": 28,
"type_name": "float32"
},
"m_flBloomStrength": {
"offset": 4,
"type_name": "float32"
},
"m_flBloomThreshold": {
"offset": 16,
"type_name": "float32"
},
"m_flBloomThresholdWidth": {
"offset": 20,
"type_name": "float32"
},
"m_flBlurBloomStrength": {
"offset": 12,
"type_name": "float32"
},
"m_flBlurWeight": {
"offset": 32,
"type_name": "float32[5]"
},
"m_flScreenBloomStrength": {
"offset": 8,
"type_name": "float32"
},
"m_flSkyboxBloomStrength": {
"offset": 24,
"type_name": "float32"
},
"m_vBlurTint": {
"offset": 52,
"type_name": "Vector[5]"
}
},
"metadata": [
{
@ -133,11 +226,26 @@
},
"PostProcessingLocalContrastParameters_t": {
"fields": {
"m_flLocalContrastEdgeStrength": 4,
"m_flLocalContrastStrength": 0,
"m_flLocalContrastVignetteBlur": 16,
"m_flLocalContrastVignetteEnd": 12,
"m_flLocalContrastVignetteStart": 8
"m_flLocalContrastEdgeStrength": {
"offset": 4,
"type_name": "float32"
},
"m_flLocalContrastStrength": {
"offset": 0,
"type_name": "float32"
},
"m_flLocalContrastVignetteBlur": {
"offset": 16,
"type_name": "float32"
},
"m_flLocalContrastVignetteEnd": {
"offset": 12,
"type_name": "float32"
},
"m_flLocalContrastVignetteStart": {
"offset": 8,
"type_name": "float32"
}
},
"metadata": [
{
@ -149,17 +257,50 @@
},
"PostProcessingResource_t": {
"fields": {
"m_bHasBloomParams": 64,
"m_bHasColorCorrection": 272,
"m_bHasLocalContrastParams": 220,
"m_bHasTonemapParams": 0,
"m_bHasVignetteParams": 180,
"m_bloomParams": 68,
"m_colorCorrectionVolumeData": 248,
"m_localConstrastParams": 224,
"m_nColorCorrectionVolumeDim": 244,
"m_toneMapParams": 4,
"m_vignetteParams": 184
"m_bHasBloomParams": {
"offset": 64,
"type_name": "bool"
},
"m_bHasColorCorrection": {
"offset": 272,
"type_name": "bool"
},
"m_bHasLocalContrastParams": {
"offset": 220,
"type_name": "bool"
},
"m_bHasTonemapParams": {
"offset": 0,
"type_name": "bool"
},
"m_bHasVignetteParams": {
"offset": 180,
"type_name": "bool"
},
"m_bloomParams": {
"offset": 68,
"type_name": "PostProcessingBloomParameters_t"
},
"m_colorCorrectionVolumeData": {
"offset": 248,
"type_name": "CUtlBinaryBlock"
},
"m_localConstrastParams": {
"offset": 224,
"type_name": "PostProcessingLocalContrastParameters_t"
},
"m_nColorCorrectionVolumeDim": {
"offset": 244,
"type_name": "int32"
},
"m_toneMapParams": {
"offset": 4,
"type_name": "PostProcessingTonemapParameters_t"
},
"m_vignetteParams": {
"offset": 184,
"type_name": "PostProcessingVignetteParameters_t"
}
},
"metadata": [
{
@ -171,21 +312,66 @@
},
"PostProcessingTonemapParameters_t": {
"fields": {
"m_flExposureBias": 0,
"m_flExposureBiasHighlights": 40,
"m_flExposureBiasShadows": 36,
"m_flLinearAngle": 12,
"m_flLinearStrength": 8,
"m_flLuminanceSource": 32,
"m_flMaxHighlightLum": 56,
"m_flMaxShadowLum": 48,
"m_flMinHighlightLum": 52,
"m_flMinShadowLum": 44,
"m_flShoulderStrength": 4,
"m_flToeDenom": 24,
"m_flToeNum": 20,
"m_flToeStrength": 16,
"m_flWhitePoint": 28
"m_flExposureBias": {
"offset": 0,
"type_name": "float32"
},
"m_flExposureBiasHighlights": {
"offset": 40,
"type_name": "float32"
},
"m_flExposureBiasShadows": {
"offset": 36,
"type_name": "float32"
},
"m_flLinearAngle": {
"offset": 12,
"type_name": "float32"
},
"m_flLinearStrength": {
"offset": 8,
"type_name": "float32"
},
"m_flLuminanceSource": {
"offset": 32,
"type_name": "float32"
},
"m_flMaxHighlightLum": {
"offset": 56,
"type_name": "float32"
},
"m_flMaxShadowLum": {
"offset": 48,
"type_name": "float32"
},
"m_flMinHighlightLum": {
"offset": 52,
"type_name": "float32"
},
"m_flMinShadowLum": {
"offset": 44,
"type_name": "float32"
},
"m_flShoulderStrength": {
"offset": 4,
"type_name": "float32"
},
"m_flToeDenom": {
"offset": 24,
"type_name": "float32"
},
"m_flToeNum": {
"offset": 20,
"type_name": "float32"
},
"m_flToeStrength": {
"offset": 16,
"type_name": "float32"
},
"m_flWhitePoint": {
"offset": 28,
"type_name": "float32"
}
},
"metadata": [
{
@ -197,12 +383,30 @@
},
"PostProcessingVignetteParameters_t": {
"fields": {
"m_flFeather": 20,
"m_flRadius": 12,
"m_flRoundness": 16,
"m_flVignetteStrength": 0,
"m_vCenter": 4,
"m_vColorTint": 24
"m_flFeather": {
"offset": 20,
"type_name": "float32"
},
"m_flRadius": {
"offset": 12,
"type_name": "float32"
},
"m_flRoundness": {
"offset": 16,
"type_name": "float32"
},
"m_flVignetteStrength": {
"offset": 0,
"type_name": "float32"
},
"m_vCenter": {
"offset": 4,
"type_name": "Vector2D"
},
"m_vColorTint": {
"offset": 24,
"type_name": "Vector"
}
},
"metadata": [
{

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: networksystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -3,7 +3,10 @@
"classes": {
"ChangeAccessorFieldPathIndex_t": {
"fields": {
"m_Value": 0
"m_Value": {
"offset": 0,
"type_name": "int32"
}
},
"metadata": [],
"parent": null

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,31 +1,31 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Offsets {
// Module: client.dll
public static class ClientDll {
public const nint dwCSGOInput = 0x1A6AF00;
public const nint dwEntityList = 0x19F7F00;
public const nint dwGameEntitySystem = 0x1B1B738;
public const nint dwCSGOInput = 0x1A75250;
public const nint dwEntityList = 0x1A020A8;
public const nint dwGameEntitySystem = 0x1B25BD8;
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
public const nint dwGameRules = 0x1A5C7E8;
public const nint dwGlobalVars = 0x1840148;
public const nint dwGlowManager = 0x1A5BF30;
public const nint dwLocalPlayerController = 0x1A469E0;
public const nint dwLocalPlayerPawn = 0x184C0D0;
public const nint dwPlantedC4 = 0x1A670C8;
public const nint dwPrediction = 0x184BF50;
public const nint dwSensitivity = 0x1A5D508;
public const nint dwGameRules = 0x1A66B38;
public const nint dwGlobalVars = 0x1849EB0;
public const nint dwGlowManager = 0x1A66270;
public const nint dwLocalPlayerController = 0x1A50AD0;
public const nint dwLocalPlayerPawn = 0x18560D0;
public const nint dwPlantedC4 = 0x1A702F8;
public const nint dwPrediction = 0x1855F50;
public const nint dwSensitivity = 0x1A67858;
public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x1A6B2D0;
public const nint dwViewMatrix = 0x1A60EE0;
public const nint dwViewRender = 0x1A61998;
public const nint dwWeaponC4 = 0x19FA260;
public const nint dwViewAngles = 0x1A75620;
public const nint dwViewMatrix = 0x1A6B230;
public const nint dwViewRender = 0x1A6BB80;
public const nint dwWeaponC4 = 0x1A04590;
}
// Module: engine2.dll
public static class Engine2Dll {
public const nint dwBuildNumber = 0x541BD4;
public const nint dwNetworkGameClient = 0x540CE0;
public const nint dwBuildNumber = 0x540BE4;
public const nint dwNetworkGameClient = 0x53FCE0;
public const nint dwNetworkGameClient_clientTickCount = 0x368;
public const nint dwNetworkGameClient_deltaTick = 0x244;
public const nint dwNetworkGameClient_isBackgroundMap = 0x281447;
@ -33,8 +33,8 @@ namespace CS2Dumper.Offsets {
public const nint dwNetworkGameClient_maxClients = 0x238;
public const nint dwNetworkGameClient_serverTickCount = 0x36C;
public const nint dwNetworkGameClient_signOnState = 0x228;
public const nint dwWindowHeight = 0x62454C;
public const nint dwWindowWidth = 0x624548;
public const nint dwWindowHeight = 0x623564;
public const nint dwWindowWidth = 0x623560;
}
// Module: inputsystem.dll
public static class InputsystemDll {
@ -42,7 +42,7 @@ namespace CS2Dumper.Offsets {
}
// Module: matchmaking.dll
public static class MatchmakingDll {
public const nint dwGameTypes = 0x1A3190;
public const nint dwGameTypes = 0x1A52E0;
public const nint dwGameTypes_mapName = 0x120;
}
// Module: soundsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once
@ -9,28 +9,28 @@ namespace cs2_dumper {
namespace offsets {
// Module: client.dll
namespace client_dll {
constexpr std::ptrdiff_t dwCSGOInput = 0x1A6AF00;
constexpr std::ptrdiff_t dwEntityList = 0x19F7F00;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B1B738;
constexpr std::ptrdiff_t dwCSGOInput = 0x1A75250;
constexpr std::ptrdiff_t dwEntityList = 0x1A020A8;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B25BD8;
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
constexpr std::ptrdiff_t dwGameRules = 0x1A5C7E8;
constexpr std::ptrdiff_t dwGlobalVars = 0x1840148;
constexpr std::ptrdiff_t dwGlowManager = 0x1A5BF30;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A469E0;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x184C0D0;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A670C8;
constexpr std::ptrdiff_t dwPrediction = 0x184BF50;
constexpr std::ptrdiff_t dwSensitivity = 0x1A5D508;
constexpr std::ptrdiff_t dwGameRules = 0x1A66B38;
constexpr std::ptrdiff_t dwGlobalVars = 0x1849EB0;
constexpr std::ptrdiff_t dwGlowManager = 0x1A66270;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A50AD0;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18560D0;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A702F8;
constexpr std::ptrdiff_t dwPrediction = 0x1855F50;
constexpr std::ptrdiff_t dwSensitivity = 0x1A67858;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x1A6B2D0;
constexpr std::ptrdiff_t dwViewMatrix = 0x1A60EE0;
constexpr std::ptrdiff_t dwViewRender = 0x1A61998;
constexpr std::ptrdiff_t dwWeaponC4 = 0x19FA260;
constexpr std::ptrdiff_t dwViewAngles = 0x1A75620;
constexpr std::ptrdiff_t dwViewMatrix = 0x1A6B230;
constexpr std::ptrdiff_t dwViewRender = 0x1A6BB80;
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A04590;
}
// Module: engine2.dll
namespace engine2_dll {
constexpr std::ptrdiff_t dwBuildNumber = 0x541BD4;
constexpr std::ptrdiff_t dwNetworkGameClient = 0x540CE0;
constexpr std::ptrdiff_t dwBuildNumber = 0x540BE4;
constexpr std::ptrdiff_t dwNetworkGameClient = 0x53FCE0;
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x368;
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x244;
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x281447;
@ -38,8 +38,8 @@ namespace cs2_dumper {
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x238;
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x36C;
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x228;
constexpr std::ptrdiff_t dwWindowHeight = 0x62454C;
constexpr std::ptrdiff_t dwWindowWidth = 0x624548;
constexpr std::ptrdiff_t dwWindowHeight = 0x623564;
constexpr std::ptrdiff_t dwWindowWidth = 0x623560;
}
// Module: inputsystem.dll
namespace inputsystem_dll {
@ -47,7 +47,7 @@ namespace cs2_dumper {
}
// Module: matchmaking.dll
namespace matchmaking_dll {
constexpr std::ptrdiff_t dwGameTypes = 0x1A3190;
constexpr std::ptrdiff_t dwGameTypes = 0x1A52E0;
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x120;
}
// Module: soundsystem.dll

View File

@ -1,26 +1,26 @@
{
"client.dll": {
"dwCSGOInput": 27700992,
"dwEntityList": 27229952,
"dwGameEntitySystem": 28423992,
"dwCSGOInput": 27742800,
"dwEntityList": 27271336,
"dwGameEntitySystem": 28466136,
"dwGameEntitySystem_highestEntityIndex": 8432,
"dwGameRules": 27641832,
"dwGlobalVars": 25428296,
"dwGlowManager": 27639600,
"dwLocalPlayerController": 27552224,
"dwLocalPlayerPawn": 25477328,
"dwPlantedC4": 27685064,
"dwPrediction": 25476944,
"dwSensitivity": 27645192,
"dwGameRules": 27683640,
"dwGlobalVars": 25468592,
"dwGlowManager": 27681392,
"dwLocalPlayerController": 27593424,
"dwLocalPlayerPawn": 25518288,
"dwPlantedC4": 27722488,
"dwPrediction": 25517904,
"dwSensitivity": 27687000,
"dwSensitivity_sensitivity": 64,
"dwViewAngles": 27701968,
"dwViewMatrix": 27660000,
"dwViewRender": 27662744,
"dwWeaponC4": 27239008
"dwViewAngles": 27743776,
"dwViewMatrix": 27701808,
"dwViewRender": 27704192,
"dwWeaponC4": 27280784
},
"engine2.dll": {
"dwBuildNumber": 5512148,
"dwNetworkGameClient": 5508320,
"dwBuildNumber": 5508068,
"dwNetworkGameClient": 5504224,
"dwNetworkGameClient_clientTickCount": 872,
"dwNetworkGameClient_deltaTick": 580,
"dwNetworkGameClient_isBackgroundMap": 2626631,
@ -28,14 +28,14 @@
"dwNetworkGameClient_maxClients": 568,
"dwNetworkGameClient_serverTickCount": 876,
"dwNetworkGameClient_signOnState": 552,
"dwWindowHeight": 6440268,
"dwWindowWidth": 6440264
"dwWindowHeight": 6436196,
"dwWindowWidth": 6436192
},
"inputsystem.dll": {
"dwInputSystem": 231392
},
"matchmaking.dll": {
"dwGameTypes": 1716624,
"dwGameTypes": 1725152,
"dwGameTypes_mapName": 288
},
"soundsystem.dll": {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![allow(non_upper_case_globals, unused)]
@ -7,28 +7,28 @@ pub mod cs2_dumper {
pub mod offsets {
// Module: client.dll
pub mod client_dll {
pub const dwCSGOInput: usize = 0x1A6AF00;
pub const dwEntityList: usize = 0x19F7F00;
pub const dwGameEntitySystem: usize = 0x1B1B738;
pub const dwCSGOInput: usize = 0x1A75250;
pub const dwEntityList: usize = 0x1A020A8;
pub const dwGameEntitySystem: usize = 0x1B25BD8;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
pub const dwGameRules: usize = 0x1A5C7E8;
pub const dwGlobalVars: usize = 0x1840148;
pub const dwGlowManager: usize = 0x1A5BF30;
pub const dwLocalPlayerController: usize = 0x1A469E0;
pub const dwLocalPlayerPawn: usize = 0x184C0D0;
pub const dwPlantedC4: usize = 0x1A670C8;
pub const dwPrediction: usize = 0x184BF50;
pub const dwSensitivity: usize = 0x1A5D508;
pub const dwGameRules: usize = 0x1A66B38;
pub const dwGlobalVars: usize = 0x1849EB0;
pub const dwGlowManager: usize = 0x1A66270;
pub const dwLocalPlayerController: usize = 0x1A50AD0;
pub const dwLocalPlayerPawn: usize = 0x18560D0;
pub const dwPlantedC4: usize = 0x1A702F8;
pub const dwPrediction: usize = 0x1855F50;
pub const dwSensitivity: usize = 0x1A67858;
pub const dwSensitivity_sensitivity: usize = 0x40;
pub const dwViewAngles: usize = 0x1A6B2D0;
pub const dwViewMatrix: usize = 0x1A60EE0;
pub const dwViewRender: usize = 0x1A61998;
pub const dwWeaponC4: usize = 0x19FA260;
pub const dwViewAngles: usize = 0x1A75620;
pub const dwViewMatrix: usize = 0x1A6B230;
pub const dwViewRender: usize = 0x1A6BB80;
pub const dwWeaponC4: usize = 0x1A04590;
}
// Module: engine2.dll
pub mod engine2_dll {
pub const dwBuildNumber: usize = 0x541BD4;
pub const dwNetworkGameClient: usize = 0x540CE0;
pub const dwBuildNumber: usize = 0x540BE4;
pub const dwNetworkGameClient: usize = 0x53FCE0;
pub const dwNetworkGameClient_clientTickCount: usize = 0x368;
pub const dwNetworkGameClient_deltaTick: usize = 0x244;
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x281447;
@ -36,8 +36,8 @@ pub mod cs2_dumper {
pub const dwNetworkGameClient_maxClients: usize = 0x238;
pub const dwNetworkGameClient_serverTickCount: usize = 0x36C;
pub const dwNetworkGameClient_signOnState: usize = 0x228;
pub const dwWindowHeight: usize = 0x62454C;
pub const dwWindowWidth: usize = 0x624548;
pub const dwWindowHeight: usize = 0x623564;
pub const dwWindowWidth: usize = 0x623560;
}
// Module: inputsystem.dll
pub mod inputsystem_dll {
@ -45,7 +45,7 @@ pub mod cs2_dumper {
}
// Module: matchmaking.dll
pub mod matchmaking_dll {
pub const dwGameTypes: usize = 0x1A3190;
pub const dwGameTypes: usize = 0x1A52E0;
pub const dwGameTypes_mapName: usize = 0x120;
}
// Module: soundsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: panorama.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: particles.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: pulse_system.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: rendersystemdx11.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -3,30 +3,66 @@
"classes": {
"RenderInputLayoutField_t": {
"fields": {
"m_Format": 36,
"m_nInstanceStepRate": 52,
"m_nOffset": 40,
"m_nSemanticIndex": 32,
"m_nSlot": 44,
"m_nSlotType": 48,
"m_pSemanticName": 0
"m_Format": {
"offset": 36,
"type_name": "uint32"
},
"m_nInstanceStepRate": {
"offset": 52,
"type_name": "int32"
},
"m_nOffset": {
"offset": 40,
"type_name": "int32"
},
"m_nSemanticIndex": {
"offset": 32,
"type_name": "int32"
},
"m_nSlot": {
"offset": 44,
"type_name": "int32"
},
"m_nSlotType": {
"offset": 48,
"type_name": "RenderSlotType_t"
},
"m_pSemanticName": {
"offset": 0,
"type_name": "uint8[32]"
}
},
"metadata": [],
"parent": null
},
"VsInputSignatureElement_t": {
"fields": {
"m_nD3DSemanticIndex": 192,
"m_pD3DSemanticName": 128,
"m_pName": 0,
"m_pSemantic": 64
"m_nD3DSemanticIndex": {
"offset": 192,
"type_name": "int32"
},
"m_pD3DSemanticName": {
"offset": 128,
"type_name": "char[64]"
},
"m_pName": {
"offset": 0,
"type_name": "char[64]"
},
"m_pSemantic": {
"offset": 64,
"type_name": "char[64]"
}
},
"metadata": [],
"parent": null
},
"VsInputSignature_t": {
"fields": {
"m_elems": 0
"m_elems": {
"offset": 0,
"type_name": "CUtlVector<VsInputSignatureElement_t>"
}
},
"metadata": [],
"parent": null

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: resourcesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -3,18 +3,36 @@
"classes": {
"AABB_t": {
"fields": {
"m_vMaxBounds": 12,
"m_vMinBounds": 0
"m_vMaxBounds": {
"offset": 12,
"type_name": "Vector"
},
"m_vMinBounds": {
"offset": 0,
"type_name": "Vector"
}
},
"metadata": [],
"parent": null
},
"CFuseProgram": {
"fields": {
"m_nMaxTempVarsUsed": 72,
"m_programBuffer": 0,
"m_variablesRead": 24,
"m_variablesWritten": 48
"m_nMaxTempVarsUsed": {
"offset": 72,
"type_name": "int32"
},
"m_programBuffer": {
"offset": 0,
"type_name": "CUtlVector<uint8>"
},
"m_variablesRead": {
"offset": 24,
"type_name": "CUtlVector<FuseVariableIndex_t>"
},
"m_variablesWritten": {
"offset": 48,
"type_name": "CUtlVector<FuseVariableIndex_t>"
}
},
"metadata": [
{
@ -26,12 +44,30 @@
},
"CFuseSymbolTable": {
"fields": {
"m_constantMap": 72,
"m_constants": 0,
"m_functionMap": 136,
"m_functions": 48,
"m_variableMap": 104,
"m_variables": 24
"m_constantMap": {
"offset": 72,
"type_name": "CUtlHashtable<CUtlStringToken,int32>"
},
"m_constants": {
"offset": 0,
"type_name": "CUtlVector<ConstantInfo_t>"
},
"m_functionMap": {
"offset": 136,
"type_name": "CUtlHashtable<CUtlStringToken,int32>"
},
"m_functions": {
"offset": 48,
"type_name": "CUtlVector<FunctionInfo_t>"
},
"m_variableMap": {
"offset": 104,
"type_name": "CUtlHashtable<CUtlStringToken,int32>"
},
"m_variables": {
"offset": 24,
"type_name": "CUtlVector<VariableInfo_t>"
}
},
"metadata": [
{
@ -43,9 +79,18 @@
},
"ConstantInfo_t": {
"fields": {
"m_flValue": 12,
"m_name": 0,
"m_nameToken": 8
"m_flValue": {
"offset": 12,
"type_name": "float32"
},
"m_name": {
"offset": 0,
"type_name": "CUtlString"
},
"m_nameToken": {
"offset": 8,
"type_name": "CUtlStringToken"
}
},
"metadata": [
{
@ -57,21 +102,48 @@
},
"FourQuaternions": {
"fields": {
"w": 48,
"x": 0,
"y": 16,
"z": 32
"w": {
"offset": 48,
"type_name": "fltx4"
},
"x": {
"offset": 0,
"type_name": "fltx4"
},
"y": {
"offset": 16,
"type_name": "fltx4"
},
"z": {
"offset": 32,
"type_name": "fltx4"
}
},
"metadata": [],
"parent": null
},
"FunctionInfo_t": {
"fields": {
"m_bIsPure": 26,
"m_nIndex": 24,
"m_nParamCount": 20,
"m_name": 8,
"m_nameToken": 16
"m_bIsPure": {
"offset": 26,
"type_name": "bool"
},
"m_nIndex": {
"offset": 24,
"type_name": "FuseFunctionIndex_t"
},
"m_nParamCount": {
"offset": 20,
"type_name": "int32"
},
"m_name": {
"offset": 8,
"type_name": "CUtlString"
},
"m_nameToken": {
"offset": 16,
"type_name": "CUtlStringToken"
}
},
"metadata": [
{
@ -83,14 +155,20 @@
},
"FuseFunctionIndex_t": {
"fields": {
"m_Value": 0
"m_Value": {
"offset": 0,
"type_name": "uint16"
}
},
"metadata": [],
"parent": null
},
"FuseVariableIndex_t": {
"fields": {
"m_Value": 0
"m_Value": {
"offset": 0,
"type_name": "uint16"
}
},
"metadata": [],
"parent": null
@ -567,8 +645,14 @@
},
"ManifestTestResource_t": {
"fields": {
"m_child": 8,
"m_name": 0
"m_child": {
"offset": 8,
"type_name": "CStrongHandle<InfoForResourceTypeManifestTestResource_t>"
},
"m_name": {
"offset": 0,
"type_name": "CUtlString"
}
},
"metadata": [
{
@ -580,15 +664,24 @@
},
"PackedAABB_t": {
"fields": {
"m_nPackedMax": 4,
"m_nPackedMin": 0
"m_nPackedMax": {
"offset": 4,
"type_name": "uint32"
},
"m_nPackedMin": {
"offset": 0,
"type_name": "uint32"
}
},
"metadata": [],
"parent": null
},
"TestResource_t": {
"fields": {
"m_name": 0
"m_name": {
"offset": 0,
"type_name": "CUtlString"
}
},
"metadata": [
{
@ -600,12 +693,30 @@
},
"VariableInfo_t": {
"fields": {
"m_eAccess": 16,
"m_eVarType": 15,
"m_nIndex": 12,
"m_nNumComponents": 14,
"m_name": 0,
"m_nameToken": 8
"m_eAccess": {
"offset": 16,
"type_name": "FuseVariableAccess_t"
},
"m_eVarType": {
"offset": 15,
"type_name": "FuseVariableType_t"
},
"m_nIndex": {
"offset": 12,
"type_name": "FuseVariableIndex_t"
},
"m_nNumComponents": {
"offset": 14,
"type_name": "uint8"
},
"m_name": {
"offset": 0,
"type_name": "CUtlString"
},
"m_nameToken": {
"offset": 8,
"type_name": "CUtlStringToken"
}
},
"metadata": [
{

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: scenesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -3,8 +3,14 @@
"classes": {
"CSSDSEndFrameViewInfo": {
"fields": {
"m_ViewName": 8,
"m_nViewId": 0
"m_ViewName": {
"offset": 8,
"type_name": "CUtlString"
},
"m_nViewId": {
"offset": 0,
"type_name": "uint64"
}
},
"metadata": [
{
@ -16,7 +22,10 @@
},
"CSSDSMsg_EndFrame": {
"fields": {
"m_Views": 0
"m_Views": {
"offset": 0,
"type_name": "CUtlVector<CSSDSEndFrameViewInfo>"
}
},
"metadata": [
{
@ -28,12 +37,30 @@
},
"CSSDSMsg_LayerBase": {
"fields": {
"m_LayerName": 40,
"m_ViewName": 16,
"m_displayText": 48,
"m_nLayerId": 32,
"m_nLayerIndex": 24,
"m_viewId": 0
"m_LayerName": {
"offset": 40,
"type_name": "CUtlString"
},
"m_ViewName": {
"offset": 16,
"type_name": "CUtlString"
},
"m_displayText": {
"offset": 48,
"type_name": "CUtlString"
},
"m_nLayerId": {
"offset": 32,
"type_name": "uint64"
},
"m_nLayerIndex": {
"offset": 24,
"type_name": "int32"
},
"m_viewId": {
"offset": 0,
"type_name": "SceneViewId_t"
}
},
"metadata": [
{
@ -65,8 +92,14 @@
},
"CSSDSMsg_ViewRender": {
"fields": {
"m_ViewName": 16,
"m_viewId": 0
"m_ViewName": {
"offset": 16,
"type_name": "CUtlString"
},
"m_viewId": {
"offset": 0,
"type_name": "SceneViewId_t"
}
},
"metadata": [
{
@ -78,16 +111,46 @@
},
"CSSDSMsg_ViewTarget": {
"fields": {
"m_Name": 0,
"m_TextureId": 8,
"m_nDepth": 36,
"m_nFormat": 44,
"m_nHeight": 20,
"m_nMultisampleNumSamples": 40,
"m_nNumMipLevels": 32,
"m_nRequestedHeight": 28,
"m_nRequestedWidth": 24,
"m_nWidth": 16
"m_Name": {
"offset": 0,
"type_name": "CUtlString"
},
"m_TextureId": {
"offset": 8,
"type_name": "uint64"
},
"m_nDepth": {
"offset": 36,
"type_name": "int32"
},
"m_nFormat": {
"offset": 44,
"type_name": "int32"
},
"m_nHeight": {
"offset": 20,
"type_name": "int32"
},
"m_nMultisampleNumSamples": {
"offset": 40,
"type_name": "int32"
},
"m_nNumMipLevels": {
"offset": 32,
"type_name": "int32"
},
"m_nRequestedHeight": {
"offset": 28,
"type_name": "int32"
},
"m_nRequestedWidth": {
"offset": 24,
"type_name": "int32"
},
"m_nWidth": {
"offset": 16,
"type_name": "int32"
}
},
"metadata": [
{
@ -99,9 +162,18 @@
},
"CSSDSMsg_ViewTargetList": {
"fields": {
"m_Targets": 24,
"m_ViewName": 16,
"m_viewId": 0
"m_Targets": {
"offset": 24,
"type_name": "CUtlVector<CSSDSMsg_ViewTarget>"
},
"m_ViewName": {
"offset": 16,
"type_name": "CUtlString"
},
"m_viewId": {
"offset": 0,
"type_name": "SceneViewId_t"
}
},
"metadata": [
{
@ -113,8 +185,14 @@
},
"SceneViewId_t": {
"fields": {
"m_nFrameCount": 8,
"m_nViewId": 0
"m_nFrameCount": {
"offset": 8,
"type_name": "uint64"
},
"m_nViewId": {
"offset": 0,
"type_name": "uint64"
}
},
"metadata": [
{

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: schemasystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -3,8 +3,14 @@
"classes": {
"CExampleSchemaVData_Monomorphic": {
"fields": {
"m_nExample1": 0,
"m_nExample2": 4
"m_nExample1": {
"offset": 0,
"type_name": "int32"
},
"m_nExample2": {
"offset": 4,
"type_name": "int32"
}
},
"metadata": [
{
@ -16,7 +22,10 @@
},
"CExampleSchemaVData_PolymorphicBase": {
"fields": {
"m_nBase": 8
"m_nBase": {
"offset": 8,
"type_name": "int32"
}
},
"metadata": [
{
@ -28,7 +37,10 @@
},
"CExampleSchemaVData_PolymorphicDerivedA": {
"fields": {
"m_nDerivedA": 16
"m_nDerivedA": {
"offset": 16,
"type_name": "int32"
}
},
"metadata": [
{
@ -40,7 +52,10 @@
},
"CExampleSchemaVData_PolymorphicDerivedB": {
"fields": {
"m_nDerivedB": 16
"m_nDerivedB": {
"offset": 16,
"type_name": "int32"
}
},
"metadata": [
{
@ -52,28 +67,94 @@
},
"CSchemaSystemInternalRegistration": {
"fields": {
"m_CTransform": 256,
"m_CUtlBinaryBlock": 296,
"m_CUtlString": 320,
"m_CUtlSymbol": 328,
"m_Color": 224,
"m_DegreeEuler": 100,
"m_KV3": 368,
"m_QAngle": 64,
"m_Quaternion": 48,
"m_QuaternionStorage": 112,
"m_RadianEuler": 88,
"m_ResourceTypes": 360,
"m_RotationVector": 76,
"m_Vector": 8,
"m_Vector2D": 0,
"m_Vector4D": 228,
"m_VectorAligned": 32,
"m_matrix3x4_t": 128,
"m_matrix3x4a_t": 176,
"m_pKeyValues": 288,
"m_stringToken": 332,
"m_stringTokenWithStorage": 336
"m_CTransform": {
"offset": 256,
"type_name": "CTransform"
},
"m_CUtlBinaryBlock": {
"offset": 296,
"type_name": "CUtlBinaryBlock"
},
"m_CUtlString": {
"offset": 320,
"type_name": "CUtlString"
},
"m_CUtlSymbol": {
"offset": 328,
"type_name": "CUtlSymbol"
},
"m_Color": {
"offset": 224,
"type_name": "Color"
},
"m_DegreeEuler": {
"offset": 100,
"type_name": "DegreeEuler"
},
"m_KV3": {
"offset": 368,
"type_name": "KeyValues3"
},
"m_QAngle": {
"offset": 64,
"type_name": "QAngle"
},
"m_Quaternion": {
"offset": 48,
"type_name": "Quaternion"
},
"m_QuaternionStorage": {
"offset": 112,
"type_name": "QuaternionStorage"
},
"m_RadianEuler": {
"offset": 88,
"type_name": "RadianEuler"
},
"m_ResourceTypes": {
"offset": 360,
"type_name": "CResourceArray<CResourcePointer<CResourceString>>"
},
"m_RotationVector": {
"offset": 76,
"type_name": "RotationVector"
},
"m_Vector": {
"offset": 8,
"type_name": "Vector"
},
"m_Vector2D": {
"offset": 0,
"type_name": "Vector2D"
},
"m_Vector4D": {
"offset": 228,
"type_name": "Vector4D"
},
"m_VectorAligned": {
"offset": 32,
"type_name": "VectorAligned"
},
"m_matrix3x4_t": {
"offset": 128,
"type_name": "matrix3x4_t"
},
"m_matrix3x4a_t": {
"offset": 176,
"type_name": "matrix3x4a_t"
},
"m_pKeyValues": {
"offset": 288,
"type_name": "KeyValues*"
},
"m_stringToken": {
"offset": 332,
"type_name": "CUtlStringToken"
},
"m_stringTokenWithStorage": {
"offset": 336,
"type_name": "CUtlStringTokenWithStorage"
}
},
"metadata": [],
"parent": null
@ -90,7 +171,10 @@
},
"ResourceId_t": {
"fields": {
"m_Value": 0
"m_Value": {
"offset": 0,
"type_name": "uint64"
}
},
"metadata": [],
"parent": null

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: server.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: soundsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: vphysics2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![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
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
namespace CS2Dumper.Schemas {
// Module: worldrenderer.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#pragma once

View File

@ -3,9 +3,18 @@
"classes": {
"AggregateLODSetup_t": {
"fields": {
"m_fMaxObjectScale": 12,
"m_fSwitchDistances": 16,
"m_vLODOrigin": 0
"m_fMaxObjectScale": {
"offset": 12,
"type_name": "float32"
},
"m_fSwitchDistances": {
"offset": 16,
"type_name": "CUtlVector<float32>"
},
"m_vLODOrigin": {
"offset": 0,
"type_name": "Vector"
}
},
"metadata": [
{
@ -17,15 +26,42 @@
},
"AggregateMeshInfo_t": {
"fields": {
"m_bHasTransform": 5,
"m_nDrawCallIndex": 6,
"m_nLODGroupMask": 10,
"m_nLODSetupIndex": 8,
"m_nLightProbeVolumePrecomputedHandshake": 20,
"m_nVisClusterMemberCount": 4,
"m_nVisClusterMemberOffset": 0,
"m_objectFlags": 16,
"m_vTintColor": 11
"m_bHasTransform": {
"offset": 5,
"type_name": "bool"
},
"m_nDrawCallIndex": {
"offset": 6,
"type_name": "int16"
},
"m_nLODGroupMask": {
"offset": 10,
"type_name": "uint8"
},
"m_nLODSetupIndex": {
"offset": 8,
"type_name": "int16"
},
"m_nLightProbeVolumePrecomputedHandshake": {
"offset": 20,
"type_name": "int32"
},
"m_nVisClusterMemberCount": {
"offset": 4,
"type_name": "uint8"
},
"m_nVisClusterMemberOffset": {
"offset": 0,
"type_name": "uint32"
},
"m_objectFlags": {
"offset": 16,
"type_name": "ObjectTypeFlags_t"
},
"m_vTintColor": {
"offset": 11,
"type_name": "Color"
}
},
"metadata": [
{
@ -37,14 +73,38 @@
},
"AggregateSceneObject_t": {
"fields": {
"m_aggregateMeshes": 16,
"m_allFlags": 0,
"m_anyFlags": 4,
"m_fragmentTransforms": 88,
"m_lodSetups": 40,
"m_nLayer": 8,
"m_renderableModel": 112,
"m_visClusterMembership": 64
"m_aggregateMeshes": {
"offset": 16,
"type_name": "CUtlVector<AggregateMeshInfo_t>"
},
"m_allFlags": {
"offset": 0,
"type_name": "ObjectTypeFlags_t"
},
"m_anyFlags": {
"offset": 4,
"type_name": "ObjectTypeFlags_t"
},
"m_fragmentTransforms": {
"offset": 88,
"type_name": "CUtlVector<matrix3x4_t>"
},
"m_lodSetups": {
"offset": 40,
"type_name": "CUtlVector<AggregateLODSetup_t>"
},
"m_nLayer": {
"offset": 8,
"type_name": "int16"
},
"m_renderableModel": {
"offset": 112,
"type_name": "CStrongHandle<InfoForResourceTypeCModel>"
},
"m_visClusterMembership": {
"offset": 64,
"type_name": "CUtlVector<uint16>"
}
},
"metadata": [
{
@ -56,15 +116,42 @@
},
"BakedLightingInfo_t": {
"fields": {
"m_bBakedShadowsGamma20": 17,
"m_bCompressionEnabled": 18,
"m_bHasLightmaps": 16,
"m_lightMaps": 24,
"m_nChartPackIterations": 19,
"m_nLightmapGameVersionNumber": 4,
"m_nLightmapVersionNumber": 0,
"m_nVradQuality": 20,
"m_vLightmapUvScale": 8
"m_bBakedShadowsGamma20": {
"offset": 17,
"type_name": "bool"
},
"m_bCompressionEnabled": {
"offset": 18,
"type_name": "bool"
},
"m_bHasLightmaps": {
"offset": 16,
"type_name": "bool"
},
"m_lightMaps": {
"offset": 24,
"type_name": "CUtlVector<CStrongHandle<InfoForResourceTypeCTextureBase>>"
},
"m_nChartPackIterations": {
"offset": 19,
"type_name": "uint8"
},
"m_nLightmapGameVersionNumber": {
"offset": 4,
"type_name": "uint32"
},
"m_nLightmapVersionNumber": {
"offset": 0,
"type_name": "uint32"
},
"m_nVradQuality": {
"offset": 20,
"type_name": "uint8"
},
"m_vLightmapUvScale": {
"offset": 8,
"type_name": "Vector2D"
}
},
"metadata": [
{
@ -76,7 +163,10 @@
},
"BaseSceneObjectOverride_t": {
"fields": {
"m_nSceneObjectIndex": 0
"m_nSceneObjectIndex": {
"offset": 0,
"type_name": "uint32"
}
},
"metadata": [
{
@ -88,19 +178,58 @@
},
"CVoxelVisibility": {
"fields": {
"m_EnclosedClusterListBlock": 124,
"m_EnclosedClustersBlock": 132,
"m_MasksBlock": 140,
"m_NodeBlock": 108,
"m_RegionBlock": 116,
"m_flGridSize": 96,
"m_nBaseClusterCount": 64,
"m_nPVSBytesPerCluster": 68,
"m_nSkyVisibilityCluster": 100,
"m_nSunVisibilityCluster": 104,
"m_nVisBlocks": 148,
"m_vMaxBounds": 84,
"m_vMinBounds": 72
"m_EnclosedClusterListBlock": {
"offset": 124,
"type_name": "VoxelVisBlockOffset_t"
},
"m_EnclosedClustersBlock": {
"offset": 132,
"type_name": "VoxelVisBlockOffset_t"
},
"m_MasksBlock": {
"offset": 140,
"type_name": "VoxelVisBlockOffset_t"
},
"m_NodeBlock": {
"offset": 108,
"type_name": "VoxelVisBlockOffset_t"
},
"m_RegionBlock": {
"offset": 116,
"type_name": "VoxelVisBlockOffset_t"
},
"m_flGridSize": {
"offset": 96,
"type_name": "float32"
},
"m_nBaseClusterCount": {
"offset": 64,
"type_name": "uint32"
},
"m_nPVSBytesPerCluster": {
"offset": 68,
"type_name": "uint32"
},
"m_nSkyVisibilityCluster": {
"offset": 100,
"type_name": "uint32"
},
"m_nSunVisibilityCluster": {
"offset": 104,
"type_name": "uint32"
},
"m_nVisBlocks": {
"offset": 148,
"type_name": "VoxelVisBlockOffset_t"
},
"m_vMaxBounds": {
"offset": 84,
"type_name": "Vector"
},
"m_vMinBounds": {
"offset": 72,
"type_name": "Vector"
}
},
"metadata": [
{
@ -112,14 +241,38 @@
},
"ClutterSceneObject_t": {
"fields": {
"m_Bounds": 0,
"m_flags": 24,
"m_instancePositions": 32,
"m_instanceScales": 80,
"m_instanceTintSrgb": 104,
"m_nLayer": 28,
"m_renderableModel": 152,
"m_tiles": 128
"m_Bounds": {
"offset": 0,
"type_name": "AABB_t"
},
"m_flags": {
"offset": 24,
"type_name": "ObjectTypeFlags_t"
},
"m_instancePositions": {
"offset": 32,
"type_name": "CUtlVector<Vector>"
},
"m_instanceScales": {
"offset": 80,
"type_name": "CUtlVector<float32>"
},
"m_instanceTintSrgb": {
"offset": 104,
"type_name": "CUtlVector<Color>"
},
"m_nLayer": {
"offset": 28,
"type_name": "int16"
},
"m_renderableModel": {
"offset": 152,
"type_name": "CStrongHandle<InfoForResourceTypeCModel>"
},
"m_tiles": {
"offset": 128,
"type_name": "CUtlVector<ClutterTile_t>"
}
},
"metadata": [
{
@ -131,9 +284,18 @@
},
"ClutterTile_t": {
"fields": {
"m_BoundsWs": 8,
"m_nFirstInstance": 0,
"m_nLastInstance": 4
"m_BoundsWs": {
"offset": 8,
"type_name": "AABB_t"
},
"m_nFirstInstance": {
"offset": 0,
"type_name": "uint32"
},
"m_nLastInstance": {
"offset": 4,
"type_name": "uint32"
}
},
"metadata": [
{
@ -145,13 +307,34 @@
},
"EntityIOConnectionData_t": {
"fields": {
"m_flDelay": 40,
"m_inputName": 24,
"m_nTimesToFire": 44,
"m_outputName": 0,
"m_overrideParam": 32,
"m_targetName": 16,
"m_targetType": 8
"m_flDelay": {
"offset": 40,
"type_name": "float32"
},
"m_inputName": {
"offset": 24,
"type_name": "CUtlString"
},
"m_nTimesToFire": {
"offset": 44,
"type_name": "int32"
},
"m_outputName": {
"offset": 0,
"type_name": "CUtlString"
},
"m_overrideParam": {
"offset": 32,
"type_name": "CUtlString"
},
"m_targetName": {
"offset": 16,
"type_name": "CUtlString"
},
"m_targetType": {
"offset": 8,
"type_name": "uint32"
}
},
"metadata": [
{
@ -163,8 +346,14 @@
},
"EntityKeyValueData_t": {
"fields": {
"m_connections": 8,
"m_keyValuesData": 32
"m_connections": {
"offset": 8,
"type_name": "CUtlVector<EntityIOConnectionData_t>"
},
"m_keyValuesData": {
"offset": 32,
"type_name": "CUtlBinaryBlock"
}
},
"metadata": [
{
@ -176,10 +365,22 @@
},
"ExtraVertexStreamOverride_t": {
"fields": {
"m_extraBufferBinding": 16,
"m_nAdditionalMeshDrawPrimitiveFlags": 12,
"m_nDrawCallIndex": 8,
"m_nSubSceneObject": 4
"m_extraBufferBinding": {
"offset": 16,
"type_name": "CRenderBufferBinding"
},
"m_nAdditionalMeshDrawPrimitiveFlags": {
"offset": 12,
"type_name": "MeshDrawPrimitiveFlags_t"
},
"m_nDrawCallIndex": {
"offset": 8,
"type_name": "uint32"
},
"m_nSubSceneObject": {
"offset": 4,
"type_name": "uint32"
}
},
"metadata": [
{
@ -201,16 +402,46 @@
},
"InfoOverlayData_t": {
"fields": {
"m_flDepth": 56,
"m_flHeight": 52,
"m_flWidth": 48,
"m_nRenderOrder": 88,
"m_nSequenceOverride": 108,
"m_pMaterial": 80,
"m_transform": 0,
"m_vTintColor": 92,
"m_vUVEnd": 68,
"m_vUVStart": 60
"m_flDepth": {
"offset": 56,
"type_name": "float32"
},
"m_flHeight": {
"offset": 52,
"type_name": "float32"
},
"m_flWidth": {
"offset": 48,
"type_name": "float32"
},
"m_nRenderOrder": {
"offset": 88,
"type_name": "int32"
},
"m_nSequenceOverride": {
"offset": 108,
"type_name": "int32"
},
"m_pMaterial": {
"offset": 80,
"type_name": "CStrongHandle<InfoForResourceTypeIMaterial2>"
},
"m_transform": {
"offset": 0,
"type_name": "matrix3x4_t"
},
"m_vTintColor": {
"offset": 92,
"type_name": "Vector4D"
},
"m_vUVEnd": {
"offset": 68,
"type_name": "Vector2D"
},
"m_vUVStart": {
"offset": 60,
"type_name": "Vector2D"
}
},
"metadata": [
{
@ -222,9 +453,18 @@
},
"MaterialOverride_t": {
"fields": {
"m_nDrawCallIndex": 8,
"m_nSubSceneObject": 4,
"m_pMaterial": 16
"m_nDrawCallIndex": {
"offset": 8,
"type_name": "uint32"
},
"m_nSubSceneObject": {
"offset": 4,
"type_name": "uint32"
},
"m_pMaterial": {
"offset": 16,
"type_name": "CStrongHandle<InfoForResourceTypeIMaterial2>"
}
},
"metadata": [
{
@ -236,13 +476,34 @@
},
"NodeData_t": {
"fields": {
"m_ChildNodeIndices": 48,
"m_flMinimumDistance": 40,
"m_nParent": 0,
"m_vMaxBounds": 28,
"m_vMinBounds": 16,
"m_vOrigin": 4,
"m_worldNodePrefix": 72
"m_ChildNodeIndices": {
"offset": 48,
"type_name": "CUtlVector<int32>"
},
"m_flMinimumDistance": {
"offset": 40,
"type_name": "float32"
},
"m_nParent": {
"offset": 0,
"type_name": "int32"
},
"m_vMaxBounds": {
"offset": 28,
"type_name": "Vector"
},
"m_vMinBounds": {
"offset": 16,
"type_name": "Vector"
},
"m_vOrigin": {
"offset": 4,
"type_name": "Vector"
},
"m_worldNodePrefix": {
"offset": 72,
"type_name": "CUtlString"
}
},
"metadata": [
{
@ -254,9 +515,18 @@
},
"PermEntityLumpData_t": {
"fields": {
"m_childLumps": 16,
"m_entityKeyValues": 40,
"m_name": 8
"m_childLumps": {
"offset": 16,
"type_name": "CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>"
},
"m_entityKeyValues": {
"offset": 40,
"type_name": "CUtlLeanVector<EntityKeyValueData_t>"
},
"m_name": {
"offset": 8,
"type_name": "CUtlString"
}
},
"metadata": [
{
@ -268,20 +538,62 @@
},
"SceneObject_t": {
"fields": {
"m_flFadeEndDistance": 56,
"m_flFadeStartDistance": 52,
"m_nCubeMapPrecomputedHandshake": 108,
"m_nLODOverride": 106,
"m_nLightProbeVolumePrecomputedHandshake": 112,
"m_nObjectID": 0,
"m_nObjectTypeFlags": 88,
"m_nOverlayRenderOrder": 104,
"m_renderable": 128,
"m_renderableModel": 120,
"m_skin": 80,
"m_vLightingOrigin": 92,
"m_vTintColor": 60,
"m_vTransform": 4
"m_flFadeEndDistance": {
"offset": 56,
"type_name": "float32"
},
"m_flFadeStartDistance": {
"offset": 52,
"type_name": "float32"
},
"m_nCubeMapPrecomputedHandshake": {
"offset": 108,
"type_name": "int32"
},
"m_nLODOverride": {
"offset": 106,
"type_name": "int16"
},
"m_nLightProbeVolumePrecomputedHandshake": {
"offset": 112,
"type_name": "int32"
},
"m_nObjectID": {
"offset": 0,
"type_name": "uint32"
},
"m_nObjectTypeFlags": {
"offset": 88,
"type_name": "ObjectTypeFlags_t"
},
"m_nOverlayRenderOrder": {
"offset": 104,
"type_name": "int16"
},
"m_renderable": {
"offset": 128,
"type_name": "CStrongHandle<InfoForResourceTypeCRenderMesh>"
},
"m_renderableModel": {
"offset": 120,
"type_name": "CStrongHandle<InfoForResourceTypeCModel>"
},
"m_skin": {
"offset": 80,
"type_name": "CUtlString"
},
"m_vLightingOrigin": {
"offset": 92,
"type_name": "Vector"
},
"m_vTintColor": {
"offset": 60,
"type_name": "Vector4D"
},
"m_vTransform": {
"offset": 4,
"type_name": "Vector4D[3]"
}
},
"metadata": [
{
@ -298,8 +610,14 @@
},
"VoxelVisBlockOffset_t": {
"fields": {
"m_nElementCount": 4,
"m_nOffset": 0
"m_nElementCount": {
"offset": 4,
"type_name": "uint32"
},
"m_nOffset": {
"offset": 0,
"type_name": "uint32"
}
},
"metadata": [
{
@ -311,11 +629,26 @@
},
"WorldBuilderParams_t": {
"fields": {
"m_bBuildBakedLighting": 4,
"m_bakedLightingInfo": 8,
"m_flMinDrawVolumeSize": 0,
"m_nCompileFingerprint": 64,
"m_nCompileTimestamp": 56
"m_bBuildBakedLighting": {
"offset": 4,
"type_name": "bool"
},
"m_bakedLightingInfo": {
"offset": 8,
"type_name": "BakedLightingInfo_t"
},
"m_flMinDrawVolumeSize": {
"offset": 0,
"type_name": "float32"
},
"m_nCompileFingerprint": {
"offset": 64,
"type_name": "uint64"
},
"m_nCompileTimestamp": {
"offset": 56,
"type_name": "uint64"
}
},
"metadata": [
{
@ -327,10 +660,22 @@
},
"WorldNodeOnDiskBufferData_t": {
"fields": {
"m_inputLayoutFields": 8,
"m_nElementCount": 0,
"m_nElementSizeInBytes": 4,
"m_pData": 32
"m_inputLayoutFields": {
"offset": 8,
"type_name": "CUtlVector<RenderInputLayoutField_t>"
},
"m_nElementCount": {
"offset": 0,
"type_name": "int32"
},
"m_nElementSizeInBytes": {
"offset": 4,
"type_name": "int32"
},
"m_pData": {
"offset": 32,
"type_name": "CUtlVector<uint8>"
}
},
"metadata": [
{
@ -342,20 +687,62 @@
},
"WorldNode_t": {
"fields": {
"m_aggregateSceneObjects": 72,
"m_bHasBakedGeometryFlag": 320,
"m_clutterSceneObjects": 96,
"m_extraVertexStreamOverrides": 120,
"m_extraVertexStreams": 168,
"m_grassFileName": 264,
"m_infoOverlays": 24,
"m_layerNames": 192,
"m_materialOverrides": 144,
"m_nodeLightingInfo": 272,
"m_overlayLayerIndices": 240,
"m_sceneObjectLayerIndices": 216,
"m_sceneObjects": 0,
"m_visClusterMembership": 48
"m_aggregateSceneObjects": {
"offset": 72,
"type_name": "CUtlVector<AggregateSceneObject_t>"
},
"m_bHasBakedGeometryFlag": {
"offset": 320,
"type_name": "bool"
},
"m_clutterSceneObjects": {
"offset": 96,
"type_name": "CUtlVector<ClutterSceneObject_t>"
},
"m_extraVertexStreamOverrides": {
"offset": 120,
"type_name": "CUtlVector<ExtraVertexStreamOverride_t>"
},
"m_extraVertexStreams": {
"offset": 168,
"type_name": "CUtlVector<WorldNodeOnDiskBufferData_t>"
},
"m_grassFileName": {
"offset": 264,
"type_name": "CUtlString"
},
"m_infoOverlays": {
"offset": 24,
"type_name": "CUtlVector<InfoOverlayData_t>"
},
"m_layerNames": {
"offset": 192,
"type_name": "CUtlVector<CUtlString>"
},
"m_materialOverrides": {
"offset": 144,
"type_name": "CUtlVector<MaterialOverride_t>"
},
"m_nodeLightingInfo": {
"offset": 272,
"type_name": "BakedLightingInfo_t"
},
"m_overlayLayerIndices": {
"offset": 240,
"type_name": "CUtlVector<uint8>"
},
"m_sceneObjectLayerIndices": {
"offset": 216,
"type_name": "CUtlVector<uint8>"
},
"m_sceneObjects": {
"offset": 0,
"type_name": "CUtlVector<SceneObject_t>"
},
"m_visClusterMembership": {
"offset": 48,
"type_name": "CUtlVector<uint16>"
}
},
"metadata": [
{
@ -367,10 +754,22 @@
},
"World_t": {
"fields": {
"m_builderParams": 0,
"m_entityLumps": 144,
"m_worldLightingInfo": 96,
"m_worldNodes": 72
"m_builderParams": {
"offset": 0,
"type_name": "WorldBuilderParams_t"
},
"m_entityLumps": {
"offset": 144,
"type_name": "CUtlVector<CStrongHandleCopyable<InfoForResourceTypeCEntityLump>>"
},
"m_worldLightingInfo": {
"offset": 96,
"type_name": "BakedLightingInfo_t"
},
"m_worldNodes": {
"offset": 72,
"type_name": "CUtlVector<NodeData_t>"
}
},
"metadata": [
{

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-05-16 03:33:22.466198100 UTC
// 2025-06-14 07:46:53.547713900 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -193,7 +193,10 @@ impl CodeWriter for SchemaMap {
let fields: BTreeMap<_, _> = class
.fields
.iter()
.map(|field| (&field.name, field.offset))
.map(|field| (&field.name, json!({
"offset": field.offset,
"type_name": field.type_name,
})))
.collect();
let metadata: Vec<_> = class