Merge pull request #76 from Xsintashi/main

NetworkGameClient DeltaTick Signature
This commit is contained in:
a2x 2024-02-24 11:19:39 +10:00 committed by GitHub
commit 1e91adc720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
75 changed files with 93 additions and 72 deletions

View File

@ -279,6 +279,18 @@
"value": 230
}
]
},
{
"name": "dwNetworkGameClient_deltaTick",
"module": "engine2.dll",
"pattern": "89 83 ? ? ? ? 40 b7",
"operations": [
{
"type": "slice",
"start": 2,
"end": 4
}
]
},
{
"name": "dwNetworkGameClient_maxClients",

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
public static class AimMatrixOpFixedSettings_t {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:28 +0000
Fri, 23 Feb 2024 13:31:34 +0000
'''
class AimMatrixOpFixedSettings_t:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:36 +0000
*/
public static class ActiveModelConfig_t {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:37 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:29 +0000
Fri, 23 Feb 2024 13:31:37 +0000
'''
class ActiveModelConfig_t:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:30 +0000
* Fri, 23 Feb 2024 13:31:37 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
public static class CEmptyEntityInstance {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:28 +0000
Fri, 23 Feb 2024 13:31:34 +0000
'''
class CEmptyEntityInstance:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:30 +0000
* Fri, 23 Feb 2024 13:31:37 +0000
*/
public static class CAnimScriptBase {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:30 +0000
* Fri, 23 Feb 2024 13:31:37 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:30 +0000
Fri, 23 Feb 2024 13:31:37 +0000
'''
class CAnimScriptBase:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:30 +0000
* Fri, 23 Feb 2024 13:31:37 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:30 +0000
* Fri, 23 Feb 2024 13:31:37 +0000
*/
public static class animationsystem_dll { // animationsystem.dll

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:30 +0000
* Fri, 23 Feb 2024 13:31:37 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:30 +0000
Fri, 23 Feb 2024 13:31:37 +0000
'''
class animationsystem_dll: # animationsystem.dll

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:30 +0000
* Fri, 23 Feb 2024 13:31:37 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
public static class MaterialParamBuffer_t { // MaterialParam_t

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:28 +0000
Fri, 23 Feb 2024 13:31:34 +0000
'''
class MaterialParamBuffer_t: # MaterialParam_t

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
public static class ChangeAccessorFieldPathIndex_t {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:28 +0000
Fri, 23 Feb 2024 13:31:34 +0000
'''
class ChangeAccessorFieldPathIndex_t:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 02:19:06 +0000
* Fri, 23 Feb 2024 13:32:08 +0000
*/
public static class client_dll { // client.dll
@ -34,6 +34,7 @@ public static class engine2_dll { // engine2.dll
public const nint dwBuildNumber = 0x513564;
public const nint dwNetworkGameClient = 0x512AC8;
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
public const nint dwNetworkGameClient_deltaTick = 0x258;
public const nint dwNetworkGameClient_maxClients = 0x250;
public const nint dwNetworkGameClient_signOnState = 0x240;
public const nint dwWindowHeight = 0x5CABC4;

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 02:19:06 +0000
* Fri, 23 Feb 2024 13:32:08 +0000
*/
#pragma once
@ -38,6 +38,7 @@ namespace engine2_dll { // engine2.dll
constexpr std::ptrdiff_t dwBuildNumber = 0x513564;
constexpr std::ptrdiff_t dwNetworkGameClient = 0x512AC8;
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258;
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x250;
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
constexpr std::ptrdiff_t dwWindowHeight = 0x5CABC4;

View File

@ -110,6 +110,10 @@
"value": 5319368,
"comment": null
},
"dwNetworkGameClient_deltaTick": {
"value": 600,
"comment": null
},
"dwNetworkGameClient_getLocalPlayer": {
"value": 240,
"comment": null

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 02:19:06 +0000
Fri, 23 Feb 2024 13:32:08 +0000
'''
class client_dll: # client.dll
@ -33,6 +33,7 @@ class engine2_dll: # engine2.dll
dwBuildNumber = 0x513564
dwNetworkGameClient = 0x512AC8
dwNetworkGameClient_getLocalPlayer = 0xF0
dwNetworkGameClient_deltaTick = 0x258
dwNetworkGameClient_maxClients = 0x250
dwNetworkGameClient_signOnState = 0x240
dwWindowHeight = 0x5CABC4

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 02:19:06 +0000
* Fri, 23 Feb 2024 13:32:08 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]
@ -36,6 +36,7 @@ pub mod engine2_dll { // engine2.dll
pub const dwBuildNumber: usize = 0x513564;
pub const dwNetworkGameClient: usize = 0x512AC8;
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
pub const dwNetworkGameClient_deltaTick: usize = 0x258;
pub const dwNetworkGameClient_maxClients: usize = 0x250;
pub const dwNetworkGameClient_signOnState: usize = 0x240;
pub const dwWindowHeight: usize = 0x5CABC4;

View File

@ -28,6 +28,7 @@ engine2_dll: # engine2.dll
dwBuildNumber: 5322084
dwNetworkGameClient: 5319368
dwNetworkGameClient_getLocalPlayer: 240
dwNetworkGameClient_deltaTick: 600
dwNetworkGameClient_maxClients: 592
dwNetworkGameClient_signOnState: 576
dwWindowHeight: 6073284

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
public static class CBaseRendererSource2 { // CParticleFunctionRenderer

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:29 +0000
Fri, 23 Feb 2024 13:31:35 +0000
'''
class CBaseRendererSource2: # CParticleFunctionRenderer

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
public static class CBasePulseGraphInstance {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:29 +0000
Fri, 23 Feb 2024 13:31:35 +0000
'''
class CBasePulseGraphInstance:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
public static class RenderInputLayoutField_t {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:28 +0000
Fri, 23 Feb 2024 13:31:34 +0000
'''
class RenderInputLayoutField_t:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
public static class AABB_t {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:28 +0000
Fri, 23 Feb 2024 13:31:34 +0000
'''
class AABB_t:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
public static class CSSDSEndFrameViewInfo {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:29 +0000
Fri, 23 Feb 2024 13:31:35 +0000
'''
class CSSDSEndFrameViewInfo:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
public static class CExampleSchemaVData_Monomorphic {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:28 +0000
Fri, 23 Feb 2024 13:31:34 +0000
'''
class CExampleSchemaVData_Monomorphic:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:28 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:36 +0000
*/
public static class ActiveModelConfig_t {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:36 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:29 +0000
Fri, 23 Feb 2024 13:31:36 +0000
'''
class ActiveModelConfig_t:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:36 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
public static class CDSPMixgroupModifier {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:29 +0000
Fri, 23 Feb 2024 13:31:35 +0000
'''
class CDSPMixgroupModifier:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
public static class CFeIndexedJiggleBone {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:34 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:29 +0000
Fri, 23 Feb 2024 13:31:34 +0000
'''
class CFeIndexedJiggleBone:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
public static class AggregateLODSetup_t {

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#pragma once

View File

@ -1,6 +1,6 @@
'''
Created using https://github.com/a2x/cs2-dumper
Sat, 17 Feb 2024 01:42:29 +0000
Fri, 23 Feb 2024 13:31:35 +0000
'''
class AggregateLODSetup_t:

View File

@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:29 +0000
* Fri, 23 Feb 2024 13:31:35 +0000
*/
#![allow(non_snake_case, non_upper_case_globals)]