Backed out changeset: 7d07b4f23cd0.

This commit is contained in:
Nicholas Hastings 2013-04-30 15:38:15 -04:00
parent d0551a3ede
commit 290388159a
3 changed files with 176 additions and 38 deletions

View File

@ -7,7 +7,6 @@
{ {
"game" "dod" "game" "dod"
"game" "hl2mp" "game" "hl2mp"
"game" "tf"
} }
"Offsets" "Offsets"
@ -147,6 +146,145 @@
} }
} }
"tf"
{
"Offsets"
{
"EndTouch"
{
"windows" "99"
"linux" "100"
"mac" "100"
}
"FireBullets"
{
"windows" "111"
"linux" "112"
"mac" "112"
}
"GetMaxHealth"
{
"windows" "116"
"linux" "117"
"mac" "117"
}
"GroundEntChanged"
{
"windows" "176"
"linux" "177"
"mac" "177"
}
"OnTakeDamage"
{
"windows" "62"
"linux" "63"
"mac" "63"
}
"PreThink"
{
"windows" "330"
"linux" "331"
"mac" "331"
}
"PostThink"
{
"windows" "331"
"linux" "332"
"mac" "332"
}
"Reload"
{
"windows" "274"
"linux" "275"
"mac" "275"
}
"SetTransmit"
{
"windows" "20"
"linux" "21"
"mac" "21"
}
"ShouldCollide"
{
"windows" "16"
"linux" "17"
"mac" "17"
}
"Spawn"
{
"windows" "22"
"linux" "23"
"mac" "23"
}
"StartTouch"
{
"windows" "97"
"linux" "98"
"mac" "98"
}
"Think"
{
"windows" "47"
"linux" "48"
"mac" "48"
}
"Touch"
{
"windows" "98"
"linux" "99"
"mac" "99"
}
"TraceAttack"
{
"windows" "60"
"linux" "61"
"mac" "61"
}
"Use"
{
"windows" "96"
"linux" "97"
"mac" "97"
}
"VPhysicsUpdate"
{
"windows" "156"
"linux" "157"
"mac" "157"
}
"Weapon_CanSwitchTo"
{
"windows" "264"
"linux" "265"
"mac" "265"
}
"Weapon_CanUse"
{
"windows" "258"
"linux" "259"
"mac" "259"
}
"Weapon_Drop"
{
"windows" "261"
"linux" "262"
"mac" "262"
}
"Weapon_Equip"
{
"windows" "259"
"linux" "260"
"mac" "260"
}
"Weapon_Switch"
{
"windows" "262"
"linux" "263"
"mac" "263"
}
}
}
"#default" "#default"
{ {
"#supported" "#supported"

View File

@ -18,57 +18,57 @@
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "399" "windows" "398"
"linux" "400" "linux" "399"
"mac" "400" "mac" "399"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "269" "windows" "268"
"linux" "270" "linux" "269"
"mac" "270" "mac" "269"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "267" "windows" "266"
"linux" "268" "linux" "267"
"mac" "268" "mac" "267"
} }
"Ignite" "Ignite"
{ {
"windows" "208" "windows" "207"
"linux" "209" "linux" "208"
"mac" "209" "mac" "208"
} }
"Extinguish" "Extinguish"
{ {
"windows" "212" "windows" "211"
"linux" "213" "linux" "212"
"mac" "213" "mac" "212"
} }
"Teleport" "Teleport"
{ {
"windows" "108" "windows" "107"
"linux" "109" "linux" "108"
"mac" "109" "mac" "108"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "440" "windows" "439"
"linux" "440" "linux" "439"
"mac" "440" "mac" "439"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "140" "windows" "139"
"linux" "141" "linux" "140"
"mac" "141" "mac" "140"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "131" "windows" "130"
"linux" "132" "linux" "131"
"mac" "132" "mac" "131"
} }
"SetEntityModel" "SetEntityModel"
{ {
@ -84,9 +84,9 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "260" "windows" "259"
"linux" "261" "linux" "260"
"mac" "261" "mac" "260"
} }
"Activate" "Activate"
{ {
@ -96,9 +96,9 @@
} }
"PlayerRunCmd" "PlayerRunCmd"
{ {
"windows" "417" "windows" "416"
"linux" "418" "linux" "417"
"mac" "418" "mac" "417"
} }
} }

View File

@ -67,7 +67,7 @@
"AddCondition" "AddCondition"
{ {
"library" "server" "library" "server"
"windows" "\x55\x8B\xEC\x83\xEC\x2A\x53\x56\x8B\x75\x2A\x57\x8B\xD9\x83\xFE\x2A\x7C\x2A\x8D\x2A\x2A\x8D\x2A\x2A\x2A\x2A\x2A\x89\x2A\x2A\xEB\x2A\x83\xFE\x2A\x7C" "windows" "\x55\x8B\xEC\x83\xEC\x2A\x53\x56\x57\x8B\x7D\x2A\x8B\xF1\x83\xFF\x2A\x7C\x2A\x8D\x2A\x2A\x8D\x2A\x2A\x2A\x2A\x2A\x89\x2A\x2A\xEB\x2A\x83\xFF\x2A\x7C"
"linux" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity" "linux" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity"
"mac" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity" "mac" "@_ZN15CTFPlayerShared7AddCondE7ETFCondfP11CBaseEntity"
} }
@ -132,9 +132,9 @@
{ {
"ForceRespawn" "ForceRespawn"
{ {
"windows" "324" "windows" "323"
"linux" "325" "linux" "324"
"mac" "325" "mac" "324"
} }
} }
} }