Added missing DispatchKeyValues and SDKHooks gamedata for HL2CTF (bug 5114, r=psychonic).

--HG--
extra : amend_source : d84f37e83a223a5fbc1b71f70c8ba0076c7c1cf4
This commit is contained in:
Peace-Maker 2013-09-05 22:31:44 -04:00
parent f9f4c7dcd6
commit cb128162e6
3 changed files with 136 additions and 1 deletions

View File

@ -0,0 +1,115 @@
"Games"
{
/* HL2:CTF 2.1 */
"hl2ctf"
{
"Offsets"
{
"EndTouch"
{
"windows" "83"
"linux" "84"
}
"FireBullets"
{
"windows" "93"
"Linux" "94"
}
"GroundEntChanged"
{
"windows" "146"
"linux" "147"
}
"OnTakeDamage"
{
"windows" "54"
"linux" "55"
}
"PreThink"
{
"windows" "247"
"linux" "248"
}
"PostThink"
{
"windows" "248"
"linux" "249"
}
"SetTransmit"
{
"windows" "21"
"linux" "22"
}
"ShouldCollide"
{
"windows" "17"
"linux" "18"
}
"Spawn"
{
"windows" "23"
"linux" "24"
}
"StartTouch"
{
"windows" "81"
"linux" "82"
}
"Think"
{
"windows" "45"
"linux" "46"
}
"Touch"
{
"windows" "82"
"linux" "83"
}
"TraceAttack"
{
"windows" "53"
"linux" "54"
}
"VPhysicsUpdate"
{
"windows" "130"
"linux" "131"
}
"Weapon_CanSwitchTo"
{
"windows" "205"
"linux" "206"
}
"Weapon_CanUse"
{
"windows" "199"
"linux" "200"
}
"Weapon_Drop"
{
"windows" "202"
"linux" "203"
}
"Weapon_Equip"
{
"windows" "200"
"linux" "201"
}
"Weapon_Switch"
{
"windows" "203"
"linux" "204"
}
"Reload"
{
"windows" "213"
"linux" "214"
}
"Use"
{
"windows" "80"
"linux" "81"
}
}
}
}

View File

@ -164,4 +164,9 @@
{
"game" "synergy"
}
"game.hl2ctf.txt"
{
"game" "hl2ctf"
}
}

View File

@ -11,7 +11,7 @@
"Games"
{
/* HL2:CTF 2.0 RC1 */
/* HL2:CTF 2.1 */
"hl2ctf"
{
@ -87,6 +87,21 @@
"windows" "0"
"linux" "0"
}
"DispatchKeyValue"
{
"windows" "30"
"linux" "29"
}
"DispatchKeyValueFloat"
{
"windows" "29"
"linux" "30"
}
"DispatchKeyValueVector"
{
"windows" "28"
"linux" "31"
}
}
"Signatures"
{