View Single Post
Mikusch
AlliedModders Donor
Join Date: Oct 2019
Location: Germany
Old 11-16-2021 , 17:40   Re: [TF2] Hidden dev attributes
Reply With Quote #42

Quote:
Originally Posted by Fearts View Post
After the last TF2 update the gamedata signatures I believe have broken for this plugin. If someone could fix this it would be very helpful.
Valve changed something in CPopulationManager::FindPopulationFileByShort Name, so that signature needs updating, as well as the offset for g_pFullFileSystem.

Update these lines:
Code:
            "addr_g_pFullFileSystem"
            {
                "linux"
                {
                    "signature" "g_pFullFileSystem"
                    "read"    "0"
                }
                "windows"
                {
                    "signature" "CPopulationManager::FindPopulationFileByShortName"
                    "read"    "52"
                    "read"    "0"
                }
            }
Code:
"CPopulationManager::FindPopulationFileByShortName"
{
    "library"        "server"
    "windows"    "\x55\x8B\xEC\x81\xEC\x04\x01\x00\x00\x8D\x85\xFC\xFE\xFF\xFF\x56\x68\x04\x01\x00\x00\x6A\x00\x50\xE8\x2A\x2A\x2A\x2A\x8B\x75\x08"
}
__________________

Last edited by Mikusch; 11-16-2021 at 17:41.
Mikusch is offline