Updated TF2 gamedata offsets (bug 4147, r+a12=dvander).

This commit is contained in:
Nicholas Hastings 2009-12-18 23:32:17 -08:00
parent d92afc5271
commit 1c0c737e8a
2 changed files with 17 additions and 17 deletions

View File

@ -18,28 +18,28 @@
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "423" "windows" "385"
"linux" "427" "linux" "386"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "244" "windows" "258"
"linux" "245" "linux" "259"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "242" "windows" "256"
"linux" "243" "linux" "257"
} }
"Ignite" "Ignite"
{ {
"windows" "199" "windows" "201"
"linux" "200" "linux" "202"
} }
"Extinguish" "Extinguish"
{ {
"windows" "203" "windows" "205"
"linux" "204" "linux" "206"
} }
"Teleport" "Teleport"
{ {
@ -48,8 +48,8 @@
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "397" "windows" "425"
"linux" "397" "linux" "425"
} }
"GetVelocity" "GetVelocity"
{ {
@ -88,8 +88,8 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "234" "windows" "249"
"linux" "235" "linux" "250"
} }
"Activate" "Activate"
{ {

View File

@ -13,7 +13,7 @@
"RemoveDisguise" "RemoveDisguise"
{ {
"library" "server" "library" "server"
"windows" "\x51\x56\x8B\xF1\x8B\x8E\x0C\x01\x00\x00\x57\x8B\xBE\x94\x00\x00\x00" "windows" "\x51\x56\x8B\xF1\x8B\x2A\x2A\x2A\x2A\x2A\x57\x8B\x2A\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x3B\xF8"
"linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv" "linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
} }
"Disguise" "Disguise"
@ -45,8 +45,8 @@
{ {
"ForceRespawn" "ForceRespawn"
{ {
"windows" "288" "windows" "312"
"linux" "289" "linux" "313"
} }
} }
} }