Thread: [Solved] [CS:GO] CBaseAnimating
View Single Post
Author Message
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 07-12-2018 , 22:08   [CS:GO] CBaseAnimating
Reply With Quote #1

Hello everyone, i have a problems with find those signatures to the current CS:GO update
PHP Code:
CBaseAnimating::LookupAttachment
CBaseAnimating
::GetAttachment 
I want to use the first one to check the attachments in the player models and apply the costume if it exist or try to find another one,
and second one (is quite more important for me) i need to get the position of attachment (shoot position) on the precache_viewmodel, (Not a real view model of weapon) i already have code with use the attachment of the worldplayermodel position, but it still not quite nice compare to getting the proper shoot position of the custom view model for creating nice beam, i already use one sig for the view model which called (CBaseAnimating::GetSequenceActivity) and it work for precache_viewmodel, so anyone can help me find the two signatures above, and the GetAttachment should work for precached_viewmodel?, The guide which i found on wiki is quite incomprehensible for me, Sorry guyz) Thanks a million. And other question how frequenly i need to update them?

I have already some sig and dont sure abount them, i found one for windows here: https://forums.alliedmods.net/showthread.php?t=306114 and i think is quite new, but i am dont know about the LookupAttachment sig at all, i think they quite old
PHP Code:
            "Animating_GetAttachment"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x83\xE4\xF8\x83\xEC\x30\x56\x57\x8B\xF9\x83\xBF\x9C\x04\x00\x00\x00\x75\x2A\xA1\x2A\x2A\x2A\x2A\x8B\x30\x8B\x07\xFF\x50\x18\x8B\x0D\x2A\x2A\x2A\x2A\x50\xFF\x56\x04\x85\xC0\x74\x2A\x8B\xCF\xE8\x2A\x2A\x2A\x2A\x8B\x8F\x9C\x04\x00\x00\x85\xC9\x74\x2A\x83\x39\x00\x74\x2A\x8B\x55\x08"
                "linux"      ""
            
}
            
"Animating_LookupAttachment"
            
{
                
"library"    "server"
                "windows"    "\x55\x8B\xEC\x56\x8B\xF1\x80\xBE\x2A\x2A\x2A\x2A\x00\x75\x2A\x83\xBE\x2A\x2A\x2A\x2A\x00\x75\x2A\xE8\x2A\x2A\x2A\x2A\x85\xC0\x74\x2A\x8B\xCE\xE8\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x85\xF6\x74\x2A\x83\x2A\x2A\x75\x2A\x33\xC0"
                "linux"      "\x55\x89\xE5\x53\x83\xEC\x14\x8B\x5D\x08\x8B\x8B\xB4\x04\x00\x00\x85\xC9\x74\x2A\x8B\x83\xB4\x04\x00\x00\x85\xC0\x74\x2A\x8B\x10\x85\xD2\x74\x2A\x8B\x55\x0C\x89\x04\x24"
            

__________________

Last edited by gubka; 07-25-2018 at 09:14.
gubka is offline
Send a message via ICQ to gubka