📦 Game Update 13952 (2)

This commit is contained in:
a2x 2023-10-01 18:06:03 +10:00
parent 6d04af2758
commit 5eecc9dd70
8 changed files with 60 additions and 60 deletions

View File

@ -15,13 +15,13 @@ public static class client_dll {
} }
public static class engine2_dll { public static class engine2_dll {
public const nint SimpleEngineLoopService_001 = 0x1E4F40; public const nint SimpleEngineLoopService_001 = 0x1E4F50;
public const nint ClientServerEngineLoopService_001 = 0x1DAC10; public const nint ClientServerEngineLoopService_001 = 0x1DAC20;
public const nint KeyValueCache001 = 0x1D6FB0; public const nint KeyValueCache001 = 0x1D6FC0;
public const nint HostStateMgr001 = 0x1D49C0; public const nint HostStateMgr001 = 0x1D49D0;
public const nint GameEventSystemServerV001 = 0x1CFDE0; public const nint GameEventSystemServerV001 = 0x1CFDF0;
public const nint GameEventSystemClientV001 = 0x1CFDD0; public const nint GameEventSystemClientV001 = 0x1CFDE0;
public const nint EngineServiceMgr001 = 0x1CB6F0; public const nint EngineServiceMgr001 = 0x1CB700;
public const nint VProfService_001 = 0x1B8D20; public const nint VProfService_001 = 0x1B8D20;
public const nint ToolService_001 = 0x1B7A80; public const nint ToolService_001 = 0x1B7A80;
public const nint StatsService_001 = 0x1B2D00; public const nint StatsService_001 = 0x1B2D00;

View File

@ -19,13 +19,13 @@ namespace client_dll {
} }
namespace engine2_dll { namespace engine2_dll {
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1E4F40; constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1E4F50;
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1DAC10; constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1DAC20;
constexpr std::ptrdiff_t KeyValueCache001 = 0x1D6FB0; constexpr std::ptrdiff_t KeyValueCache001 = 0x1D6FC0;
constexpr std::ptrdiff_t HostStateMgr001 = 0x1D49C0; constexpr std::ptrdiff_t HostStateMgr001 = 0x1D49D0;
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1CFDE0; constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1CFDF0;
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1CFDD0; constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1CFDE0;
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1CB6F0; constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1CB700;
constexpr std::ptrdiff_t VProfService_001 = 0x1B8D20; constexpr std::ptrdiff_t VProfService_001 = 0x1B8D20;
constexpr std::ptrdiff_t ToolService_001 = 0x1B7A80; constexpr std::ptrdiff_t ToolService_001 = 0x1B7A80;
constexpr std::ptrdiff_t StatsService_001 = 0x1B2D00; constexpr std::ptrdiff_t StatsService_001 = 0x1B2D00;

View File

@ -16,18 +16,18 @@
"engine2_dll": { "engine2_dll": {
"BenchmarkService001": 1485952, "BenchmarkService001": 1485952,
"BugService001": 1492144, "BugService001": 1492144,
"ClientServerEngineLoopService_001": 1944592, "ClientServerEngineLoopService_001": 1944608,
"EngineGameUI001": 1144416, "EngineGameUI001": 1144416,
"EngineServiceMgr001": 1881840, "EngineServiceMgr001": 1881856,
"GameEventSystemClientV001": 1899984, "GameEventSystemClientV001": 1900000,
"GameEventSystemServerV001": 1900000, "GameEventSystemServerV001": 1900016,
"GameResourceServiceClientV001": 1520768, "GameResourceServiceClientV001": 1520768,
"GameResourceServiceServerV001": 1520784, "GameResourceServiceServerV001": 1520784,
"GameUIService_001": 1529648, "GameUIService_001": 1529648,
"HostStateMgr001": 1919424, "HostStateMgr001": 1919440,
"INETSUPPORT_001": 945728, "INETSUPPORT_001": 945728,
"InputService_001": 1551472, "InputService_001": 1551472,
"KeyValueCache001": 1929136, "KeyValueCache001": 1929152,
"MapListService_001": 1625888, "MapListService_001": 1625888,
"NetworkClientService_001": 1654496, "NetworkClientService_001": 1654496,
"NetworkP2PService_001": 1680048, "NetworkP2PService_001": 1680048,
@ -35,7 +35,7 @@
"NetworkService_001": 1718272, "NetworkService_001": 1718272,
"RenderService_001": 1719536, "RenderService_001": 1719536,
"ScreenshotService001": 1730960, "ScreenshotService001": 1730960,
"SimpleEngineLoopService_001": 1986368, "SimpleEngineLoopService_001": 1986384,
"SoundService_001": 1747648, "SoundService_001": 1747648,
"Source2EngineToClient001": 370480, "Source2EngineToClient001": 370480,
"Source2EngineToClientStringTable001": 540880, "Source2EngineToClientStringTable001": 540880,

View File

@ -17,13 +17,13 @@ pub mod client_dll {
} }
pub mod engine2_dll { pub mod engine2_dll {
pub const SimpleEngineLoopService_001: usize = 0x1E4F40; pub const SimpleEngineLoopService_001: usize = 0x1E4F50;
pub const ClientServerEngineLoopService_001: usize = 0x1DAC10; pub const ClientServerEngineLoopService_001: usize = 0x1DAC20;
pub const KeyValueCache001: usize = 0x1D6FB0; pub const KeyValueCache001: usize = 0x1D6FC0;
pub const HostStateMgr001: usize = 0x1D49C0; pub const HostStateMgr001: usize = 0x1D49D0;
pub const GameEventSystemServerV001: usize = 0x1CFDE0; pub const GameEventSystemServerV001: usize = 0x1CFDF0;
pub const GameEventSystemClientV001: usize = 0x1CFDD0; pub const GameEventSystemClientV001: usize = 0x1CFDE0;
pub const EngineServiceMgr001: usize = 0x1CB6F0; pub const EngineServiceMgr001: usize = 0x1CB700;
pub const VProfService_001: usize = 0x1B8D20; pub const VProfService_001: usize = 0x1B8D20;
pub const ToolService_001: usize = 0x1B7A80; pub const ToolService_001: usize = 0x1B7A80;
pub const StatsService_001: usize = 0x1B2D00; pub const StatsService_001: usize = 0x1B2D00;

View File

@ -1,12 +1,12 @@
public static class client_dll { public static class client_dll {
public const nint entityList = 0x178C8A8; public const nint entityList = 0x178B898;
public const nint globalVars = 0x168FCE8; public const nint globalVars = 0x168ECE8;
public const nint interfaceLinkList = 0x1972A68; public const nint interfaceLinkList = 0x1971A58;
public const nint localPlayerController = 0x17DB128; public const nint localPlayerController = 0x17DA118;
public const nint localPlayerPawn = 0x1879C18; public const nint localPlayerPawn = 0x1878C08;
public const nint plantedC4 = 0x187F9B0; public const nint plantedC4 = 0x187E9A0;
public const nint viewAngles = 0x18D95C0; public const nint viewAngles = 0x18D85B0;
public const nint viewMatrix = 0x187A700; public const nint viewMatrix = 0x18796F0;
} }
public static class engine2_dll { public static class engine2_dll {

View File

@ -3,14 +3,14 @@
#include <cstddef> #include <cstddef>
namespace client_dll { namespace client_dll {
constexpr std::ptrdiff_t entityList = 0x178C8A8; constexpr std::ptrdiff_t entityList = 0x178B898;
constexpr std::ptrdiff_t globalVars = 0x168FCE8; constexpr std::ptrdiff_t globalVars = 0x168ECE8;
constexpr std::ptrdiff_t interfaceLinkList = 0x1972A68; constexpr std::ptrdiff_t interfaceLinkList = 0x1971A58;
constexpr std::ptrdiff_t localPlayerController = 0x17DB128; constexpr std::ptrdiff_t localPlayerController = 0x17DA118;
constexpr std::ptrdiff_t localPlayerPawn = 0x1879C18; constexpr std::ptrdiff_t localPlayerPawn = 0x1878C08;
constexpr std::ptrdiff_t plantedC4 = 0x187F9B0; constexpr std::ptrdiff_t plantedC4 = 0x187E9A0;
constexpr std::ptrdiff_t viewAngles = 0x18D95C0; constexpr std::ptrdiff_t viewAngles = 0x18D85B0;
constexpr std::ptrdiff_t viewMatrix = 0x187A700; constexpr std::ptrdiff_t viewMatrix = 0x18796F0;
} }
namespace engine2_dll { namespace engine2_dll {

View File

@ -1,13 +1,13 @@
{ {
"client_dll": { "client_dll": {
"entityList": 24692904, "entityList": 24688792,
"globalVars": 23657704, "globalVars": 23653608,
"interfaceLinkList": 26684008, "interfaceLinkList": 26679896,
"localPlayerController": 25014568, "localPlayerController": 25010456,
"localPlayerPawn": 25664536, "localPlayerPawn": 25660424,
"plantedC4": 25688496, "plantedC4": 25684384,
"viewAngles": 26056128, "viewAngles": 26052016,
"viewMatrix": 25667328 "viewMatrix": 25663216
}, },
"engine2_dll": { "engine2_dll": {
"networkGameClient": 4762288, "networkGameClient": 4762288,

View File

@ -1,14 +1,14 @@
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]
pub mod client_dll { pub mod client_dll {
pub const entityList: usize = 0x178C8A8; pub const entityList: usize = 0x178B898;
pub const globalVars: usize = 0x168FCE8; pub const globalVars: usize = 0x168ECE8;
pub const interfaceLinkList: usize = 0x1972A68; pub const interfaceLinkList: usize = 0x1971A58;
pub const localPlayerController: usize = 0x17DB128; pub const localPlayerController: usize = 0x17DA118;
pub const localPlayerPawn: usize = 0x1879C18; pub const localPlayerPawn: usize = 0x1878C08;
pub const plantedC4: usize = 0x187F9B0; pub const plantedC4: usize = 0x187E9A0;
pub const viewAngles: usize = 0x18D95C0; pub const viewAngles: usize = 0x18D85B0;
pub const viewMatrix: usize = 0x187A700; pub const viewMatrix: usize = 0x18796F0;
} }
pub mod engine2_dll { pub mod engine2_dll {