a2x / cs2-dumper

Counter-Strike: 2 Offset Dumper
MIT License
940 stars 123 forks source link

wrong dwGameTypes_mapName #205

Closed xCorteX closed 2 months ago

xCorteX commented 2 months ago

wrong dwGameTypes_mapName = 0x120; Offset

the right one is "dwGameTypes_mapName": "0x1A42C0"

M3351AN commented 2 months ago

matchmaking.dll: dwGameTypes: 1720736 dwGameTypes_mapName: 288 1720736 + 288 = 1721024 0x1A41A0 + 0x120 = 0x1A42C0 so dwGameTypes + dwGameTypes_mapName = "the right one"