Added dwGameTypes and dwGameTypes_mapName

This commit is contained in:
a2x
2024-02-17 12:21:21 +10:00
parent b4da9a1f38
commit d267a60b7d
7 changed files with 63 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
/*
* Created using https://github.com/a2x/cs2-dumper
* Sat, 17 Feb 2024 01:42:30 +0000
* Sat, 17 Feb 2024 02:19:06 +0000
*/
#pragma once
@@ -50,4 +50,9 @@ namespace game_info { // Some additional information about the game at dump time
namespace inputsystem_dll { // inputsystem.dll
constexpr std::ptrdiff_t dwInputSystem = 0x367A0;
}
namespace matchmaking_dll { // matchmaking.dll
constexpr std::ptrdiff_t dwGameTypes = 0x1D21E0;
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x1D2300;
}