Added missing DispatchKeyValues and SDKHooks gamedata for HL2CTF (bug 5114, r=psychonic).
--HG-- extra : amend_source : d84f37e83a223a5fbc1b71f70c8ba0076c7c1cf4
This commit is contained in:
parent
f9f4c7dcd6
commit
cb128162e6
115
gamedata/sdkhooks.games/game.hl2ctf.txt
Normal file
115
gamedata/sdkhooks.games/game.hl2ctf.txt
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -164,4 +164,9 @@
|
||||
{
|
||||
"game" "synergy"
|
||||
}
|
||||
|
||||
"game.hl2ctf.txt"
|
||||
{
|
||||
"game" "hl2ctf"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user