Add NMRiH support for new collision and attachment natives (#1702)

- Add "GetAttachment" offset
- Add "SetOwnerEntity" offset
- Add "LookupAttachment" signature
This commit is contained in:
dysphie 2022-01-26 15:51:37 -03:00 committed by GitHub
parent c471e41dc7
commit 1ce828b6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,11 +62,32 @@
}
}
/* CBaseAnimating::LookupAttachment */
"#default"
{
"Signatures"
{
"LookupAttachment"
{
"library" "server"
"windows" "\x55\x8B\xEC\x56\x8B\xF1\x80\xBE\x31\x03\x00\x00\x00\x75\x2A\x83\xBE\xA4\x04\x00\x00\x00\x75\x2A\xE8\x2A\x2A\x2A\x2A\x85\xC0\x74\x2A\x8B\xCE\xE8\x2A\x2A\x2A\x2A\x8B\x86\xA4\x04\x00\x00\x85\xC0\x74\x2A\x83\x38\x00\x74\x2A\xFF\x75\x08\x50\xE8\x2A\x2A\x2A\x2A\x83\xC4\x08\x40"
"linux" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
"mac" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
}
}
}
/* No More Room in Hell */
"nmrih"
{
"Offsets"
{
"SetOwnerEntity"
{
"windows" "18"
"linux" "19"
"mac" "19"
}
"GiveNamedItem"
{
"windows" "420"
@ -157,6 +178,12 @@
"linux" "260"
"mac" "260"
}
"GetAttachment"
{
"windows" "210"
"linux" "211"
"mac" "211"
}
}
}
}