Skip to content

Commit

Permalink
Update game.nucleardawn.txt (#2116)
Browse files Browse the repository at this point in the history
add missing GetAttachment offset for ND

(cherry picked from commit e262064)
  • Loading branch information
Mart-User authored and psychonic committed Feb 15, 2024
1 parent 9bcfd45 commit 856cbb6
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions gamedata/sdktools.games/game.nucleardawn.txt
Expand Up @@ -102,19 +102,19 @@
}

/* CBaseAnimating::LookupAttachment */
"#default"
{
"Signatures"
{
"LookupAttachment"
{
"library" "server"
"windows" "\x55\x8B\xEC\x56\x8B\xF1\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\x86\x2A\x2A\x2A\x2A\x5E\x85\xC0\x74\x2A\x83\x38\x00\x74\x2A\xFF\x75"
"linux" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
"mac" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
}
}
}
"#default"
{
"Signatures"
{
"LookupAttachment"
{
"library" "server"
"windows" "\x55\x8B\xEC\x56\x8B\xF1\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\x86\x2A\x2A\x2A\x2A\x5E\x85\xC0\x74\x2A\x83\x38\x00\x74\x2A\xFF\x75"
"linux" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
"mac" "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
}
}
}

/* SetUserInfo data */
"#default"
Expand Down Expand Up @@ -250,6 +250,12 @@
"linux" "467"
"mac" "467"
}
"GetAttachment"
{
"windows" "230"
"linux" "231"
"mac" "231"
}
}

"Keys"
Expand Down

0 comments on commit 856cbb6

Please sign in to comment.