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 07:46:52 [INFO] found 16 buttons
03:33:21 [INFO] found 131 interfaces across 33 modules 07:46:52 [INFO] found 131 interfaces across 33 modules
03:33:22 [INFO] found 33 offsets across 5 modules 07:46:53 [INFO] found 33 offsets across 5 modules
03:33:22 [INFO] found 2442 classes and 368 enums across 17 modules 07:46:53 [INFO] found 2442 classes and 368 enums across 17 modules
03:33:22 [INFO] analysis completed in 759.88ms 07:46:53 [INFO] analysis completed in 948.24ms

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: animationsystem.dll // Module: animationsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #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 // 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)] #![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 // 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 { namespace CS2Dumper {
// Module: client.dll // Module: client.dll
public static class Buttons { public static class Buttons {
public const nint attack = 0x18448F0; public const nint attack = 0x184E8F0;
public const nint attack2 = 0x1844980; public const nint attack2 = 0x184E980;
public const nint back = 0x1844BC0; public const nint back = 0x184EBC0;
public const nint duck = 0x1844E90; public const nint duck = 0x184EE90;
public const nint forward = 0x1844B30; public const nint forward = 0x184EB30;
public const nint jump = 0x1844E00; public const nint jump = 0x184EE00;
public const nint left = 0x1844C50; public const nint left = 0x184EC50;
public const nint lookatweapon = 0x1A6AE20; public const nint lookatweapon = 0x1A75170;
public const nint reload = 0x1844860; public const nint reload = 0x184E860;
public const nint right = 0x1844CE0; public const nint right = 0x184ECE0;
public const nint showscores = 0x1A6AD00; public const nint showscores = 0x1A75050;
public const nint sprint = 0x18447D0; public const nint sprint = 0x184E7D0;
public const nint turnleft = 0x1844A10; public const nint turnleft = 0x184EA10;
public const nint turnright = 0x1844AA0; public const nint turnright = 0x184EAA0;
public const nint use = 0x1844D70; public const nint use = 0x184ED70;
public const nint zoom = 0x1A6AD90; public const nint zoom = 0x1A750E0;
} }
} }

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: client.dll // Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #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 // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: materialsystem2.dll // Module: materialsystem2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 { namespace CS2Dumper.Schemas {
// Module: panorama.dll // Module: panorama.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #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 // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #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 // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #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 // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #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 // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #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 // 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)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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 #pragma once

View File

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

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // 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)] #![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 let fields: BTreeMap<_, _> = class
.fields .fields
.iter() .iter()
.map(|field| (&field.name, field.offset)) .map(|field| (&field.name, json!({
"offset": field.offset,
"type_name": field.type_name,
})))
.collect(); .collect();
let metadata: Vec<_> = class let metadata: Vec<_> = class