mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13974
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 21 Nov 2023 00:47:43 +0000
|
||||
* Fri, 1 Dec 2023 04:38:02 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@@ -11,49 +11,49 @@ pub mod animationsystem_dll { // animationsystem.dll
|
||||
}
|
||||
|
||||
pub mod client_dll { // client.dll
|
||||
pub const LegacyGameUI001: usize = 0x89C960;
|
||||
pub const Source2ClientUI001: usize = 0x88B670;
|
||||
pub const Source2ClientPrediction001: usize = 0x7A3990;
|
||||
pub const ClientToolsInfo_001: usize = 0x72F780;
|
||||
pub const Source2Client002: usize = 0x72F7A0;
|
||||
pub const GameClientExports001: usize = 0x72F790;
|
||||
pub const EmptyWorldService001_Client: usize = 0x48FD90;
|
||||
pub const Source2ClientConfig001: usize = 0x476CD0;
|
||||
pub const LegacyGameUI001: usize = 0x89F5C0;
|
||||
pub const Source2ClientUI001: usize = 0x88E800;
|
||||
pub const Source2ClientPrediction001: usize = 0x7A6970;
|
||||
pub const ClientToolsInfo_001: usize = 0x732720;
|
||||
pub const Source2Client002: usize = 0x732740;
|
||||
pub const GameClientExports001: usize = 0x732730;
|
||||
pub const EmptyWorldService001_Client: usize = 0x490110;
|
||||
pub const Source2ClientConfig001: usize = 0x477050;
|
||||
}
|
||||
|
||||
pub mod engine2_dll { // engine2.dll
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1E4710;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1DA360;
|
||||
pub const KeyValueCache001: usize = 0x1D69A0;
|
||||
pub const HostStateMgr001: usize = 0x1D41A0;
|
||||
pub const GameEventSystemServerV001: usize = 0x1CF840;
|
||||
pub const GameEventSystemClientV001: usize = 0x1CF830;
|
||||
pub const EngineServiceMgr001: usize = 0x1CB520;
|
||||
pub const VProfService_001: usize = 0x1B8E90;
|
||||
pub const ToolService_001: usize = 0x1B7BE0;
|
||||
pub const StatsService_001: usize = 0x1B2E60;
|
||||
pub const SplitScreenService_001: usize = 0x1B00D0;
|
||||
pub const SoundService_001: usize = 0x1AAC10;
|
||||
pub const ScreenshotService001: usize = 0x1A6AE0;
|
||||
pub const RenderService_001: usize = 0x1A3E40;
|
||||
pub const NetworkService_001: usize = 0x1A3950;
|
||||
pub const NetworkServerService_001: usize = 0x19E800;
|
||||
pub const NetworkP2PService_001: usize = 0x19A2F0;
|
||||
pub const NetworkClientService_001: usize = 0x193F80;
|
||||
pub const MapListService_001: usize = 0x18CF50;
|
||||
pub const InputService_001: usize = 0x17ABC0;
|
||||
pub const GameUIService_001: usize = 0x1753E0;
|
||||
pub const GameResourceServiceServerV001: usize = 0x173140;
|
||||
pub const GameResourceServiceClientV001: usize = 0x173130;
|
||||
pub const BugService001: usize = 0x16C160;
|
||||
pub const BenchmarkService001: usize = 0x16A930;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x118440;
|
||||
pub const EngineGameUI001: usize = 0x1177D0;
|
||||
pub const INETSUPPORT_001: usize = 0xE6E30;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0xA2410;
|
||||
pub const Source2EngineToServer001: usize = 0x8B6F0;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x841D0;
|
||||
pub const Source2EngineToClient001: usize = 0x5A990;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1E4620;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1DA110;
|
||||
pub const KeyValueCache001: usize = 0x1D6750;
|
||||
pub const HostStateMgr001: usize = 0x1D3F50;
|
||||
pub const GameEventSystemServerV001: usize = 0x1CF5F0;
|
||||
pub const GameEventSystemClientV001: usize = 0x1CF5E0;
|
||||
pub const EngineServiceMgr001: usize = 0x1CB2B0;
|
||||
pub const VProfService_001: usize = 0x1B8BB0;
|
||||
pub const ToolService_001: usize = 0x1B7900;
|
||||
pub const StatsService_001: usize = 0x1B2B80;
|
||||
pub const SplitScreenService_001: usize = 0x1AFD20;
|
||||
pub const SoundService_001: usize = 0x1AA800;
|
||||
pub const ScreenshotService001: usize = 0x1A66D0;
|
||||
pub const RenderService_001: usize = 0x1A3A30;
|
||||
pub const NetworkService_001: usize = 0x1A3540;
|
||||
pub const NetworkServerService_001: usize = 0x19E3F0;
|
||||
pub const NetworkP2PService_001: usize = 0x199EA0;
|
||||
pub const NetworkClientService_001: usize = 0x193B30;
|
||||
pub const MapListService_001: usize = 0x18CB00;
|
||||
pub const InputService_001: usize = 0x17ABE0;
|
||||
pub const GameUIService_001: usize = 0x175310;
|
||||
pub const GameResourceServiceServerV001: usize = 0x173070;
|
||||
pub const GameResourceServiceClientV001: usize = 0x173060;
|
||||
pub const BugService001: usize = 0x16C050;
|
||||
pub const BenchmarkService001: usize = 0x16A7F0;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x118300;
|
||||
pub const EngineGameUI001: usize = 0x117690;
|
||||
pub const INETSUPPORT_001: usize = 0xE6CD0;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0xA2150;
|
||||
pub const Source2EngineToServer001: usize = 0x8B160;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x83C30;
|
||||
pub const Source2EngineToClient001: usize = 0x5A3D0;
|
||||
}
|
||||
|
||||
pub mod filesystem_stdio_dll { // filesystem_stdio.dll
|
||||
@@ -86,8 +86,8 @@ pub mod localize_dll { // localize.dll
|
||||
}
|
||||
|
||||
pub mod matchmaking_dll { // matchmaking.dll
|
||||
pub const GameTypes001: usize = 0x50270;
|
||||
pub const MATCHFRAMEWORK_001: usize = 0x1012B0;
|
||||
pub const GameTypes001: usize = 0x50300;
|
||||
pub const MATCHFRAMEWORK_001: usize = 0x1017D0;
|
||||
}
|
||||
|
||||
pub mod materialsystem2_dll { // materialsystem2.dll
|
||||
@@ -107,10 +107,10 @@ pub mod navsystem_dll { // navsystem.dll
|
||||
}
|
||||
|
||||
pub mod networksystem_dll { // networksystem.dll
|
||||
pub const SerializedEntitiesVersion001: usize = 0xD1EB0;
|
||||
pub const NetworkSystemVersion001: usize = 0xBC6E0;
|
||||
pub const NetworkMessagesVersion001: usize = 0x9C6D0;
|
||||
pub const FlattenedSerializersVersion001: usize = 0x7C440;
|
||||
pub const SerializedEntitiesVersion001: usize = 0xD15B0;
|
||||
pub const NetworkSystemVersion001: usize = 0xBBF40;
|
||||
pub const NetworkMessagesVersion001: usize = 0x9C690;
|
||||
pub const FlattenedSerializersVersion001: usize = 0x7C400;
|
||||
}
|
||||
|
||||
pub mod panorama_dll { // panorama.dll
|
||||
@@ -159,16 +159,16 @@ pub mod schemasystem_dll { // schemasystem.dll
|
||||
}
|
||||
|
||||
pub mod server_dll { // server.dll
|
||||
pub const NavGameTest001: usize = 0xA3A950;
|
||||
pub const ServerToolsInfo_001: usize = 0x83D750;
|
||||
pub const Source2GameClients001: usize = 0x83D760;
|
||||
pub const Source2GameEntities001: usize = 0x83D770;
|
||||
pub const Source2Server001: usize = 0x83D780;
|
||||
pub const EmptyWorldService001_Server: usize = 0x591BE0;
|
||||
pub const Source2ServerConfig001: usize = 0x571B10;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2D0890;
|
||||
pub const customnavsystem001: usize = 0x24D610;
|
||||
pub const Source2GameDirector001: usize = 0x1453D0;
|
||||
pub const NavGameTest001: usize = 0xA3BDA0;
|
||||
pub const ServerToolsInfo_001: usize = 0x83EB80;
|
||||
pub const Source2GameClients001: usize = 0x83EB90;
|
||||
pub const Source2GameEntities001: usize = 0x83EBA0;
|
||||
pub const Source2Server001: usize = 0x83EBB0;
|
||||
pub const EmptyWorldService001_Server: usize = 0x591CC0;
|
||||
pub const Source2ServerConfig001: usize = 0x571BF0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2D0850;
|
||||
pub const customnavsystem001: usize = 0x24D880;
|
||||
pub const Source2GameDirector001: usize = 0x145620;
|
||||
}
|
||||
|
||||
pub mod soundsystem_dll { // soundsystem.dll
|
||||
@@ -183,24 +183,24 @@ pub mod steamaudio_dll { // steamaudio.dll
|
||||
}
|
||||
|
||||
pub mod steamclient64_dll { // steamclient64.dll
|
||||
pub const IVALIDATE001: usize = 0x84FD80;
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x84BC30;
|
||||
pub const SteamClient021: usize = 0x6460C0;
|
||||
pub const SteamClient020: usize = 0x6460B0;
|
||||
pub const SteamClient019: usize = 0x6460A0;
|
||||
pub const SteamClient018: usize = 0x646090;
|
||||
pub const SteamClient017: usize = 0x646080;
|
||||
pub const SteamClient016: usize = 0x646070;
|
||||
pub const SteamClient015: usize = 0x646060;
|
||||
pub const SteamClient014: usize = 0x646050;
|
||||
pub const SteamClient013: usize = 0x646040;
|
||||
pub const SteamClient012: usize = 0x646030;
|
||||
pub const SteamClient011: usize = 0x646020;
|
||||
pub const SteamClient010: usize = 0x646010;
|
||||
pub const SteamClient009: usize = 0x646000;
|
||||
pub const SteamClient008: usize = 0x645FF0;
|
||||
pub const SteamClient007: usize = 0x645FE0;
|
||||
pub const SteamClient006: usize = 0x645FD0;
|
||||
pub const IVALIDATE001: usize = 0x8503A0;
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x84C250;
|
||||
pub const SteamClient021: usize = 0x6466D0;
|
||||
pub const SteamClient020: usize = 0x6466C0;
|
||||
pub const SteamClient019: usize = 0x6466B0;
|
||||
pub const SteamClient018: usize = 0x6466A0;
|
||||
pub const SteamClient017: usize = 0x646690;
|
||||
pub const SteamClient016: usize = 0x646680;
|
||||
pub const SteamClient015: usize = 0x646670;
|
||||
pub const SteamClient014: usize = 0x646660;
|
||||
pub const SteamClient013: usize = 0x646650;
|
||||
pub const SteamClient012: usize = 0x646640;
|
||||
pub const SteamClient011: usize = 0x646630;
|
||||
pub const SteamClient010: usize = 0x646620;
|
||||
pub const SteamClient009: usize = 0x646610;
|
||||
pub const SteamClient008: usize = 0x646600;
|
||||
pub const SteamClient007: usize = 0x6465F0;
|
||||
pub const SteamClient006: usize = 0x6465E0;
|
||||
pub const p2pvoice002: usize = 0xD97D0;
|
||||
pub const p2pvoicesingleton002: usize = 0xD6200;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user