Added Neotokyo support (bug 4126, r=dvander).

This commit is contained in:
Nicholas Hastings 2009-12-14 20:29:23 -08:00
parent cd602ab5e3
commit 6fd039925a
5 changed files with 97 additions and 0 deletions

View File

@ -133,6 +133,7 @@
"game" "obsidian"
"game" "empires"
"game" "gesource"
"game" "NeotokyoSource"
}
"Keys"
@ -150,6 +151,7 @@
"game" "synergy"
"game" "dod"
"game" "empires"
"game" "NeotokyoSource"
}
"Keys"

View File

@ -28,6 +28,7 @@
"game" "synergy"
"game" "hidden"
"game" "zombie_master"
"game" "NeotokyoSource"
}
"Offsets"

View File

@ -27,6 +27,7 @@
"game" "synergy"
"game" "hidden"
"game" "zombie_master"
"game" "NeotokyoSource"
}
"Offsets"
@ -84,6 +85,7 @@
"game" "FortressForever"
"game" "synergy"
"game" "hidden"
"game" "NeotokyoSource"
}
"Offsets"
@ -134,6 +136,7 @@
"game" "synergy"
"game" "hidden"
"game" "zombie_master"
"game" "NeotokyoSource"
}
"Signatures"
@ -161,6 +164,7 @@
"game" "synergy"
"game" "hidden"
"game" "FortressForever"
"game" "NeotokyoSource"
}
"Signatures"
@ -236,6 +240,7 @@
{
"game" "cstrike"
"game" "hl2mp"
"game" "NeotokyoSource"
}
"Signatures"
{

View File

@ -0,0 +1,85 @@
"Games"
{
"NeotokyoSource"
{
"Offsets"
{
"GiveNamedItem"
{
"windows" "330"
}
"RemovePlayerItem"
{
"windows" "227"
}
"Weapon_GetSlot"
{
"windows" "225"
}
"Ignite"
{
"windows" "189"
}
"Extinguish"
{
"windows" "190"
}
"Teleport"
{
"windows" "99"
}
"CommitSuicide"
{
"windows" "360"
}
"GetVelocity"
{
"windows" "127"
}
"EyeAngles"
{
"windows" "119"
}
"AcceptInput"
{
"windows" "35"
}
"DispatchKeyValue"
{
"windows" "31"
}
"DispatchKeyValueFloat"
{
"windows" "30"
}
"DispatchKeyValueVector"
{
"windows" "29"
}
"SetEntityModel"
{
"windows" "25"
}
"WeaponEquip"
{
"windows" "218"
}
"Activate"
{
"windows" "32"
}
"PlayerRunCmd"
{
"windows" "348"
}
}
"Signatures"
{
"LevelShutdown"
{
"library" "server"
"windows" "\xE8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x6A\x00"
}
}
}
}

View File

@ -135,4 +135,8 @@
{
"game" "ageofchivalry"
}
"game.neotokyo.txt"
{
"game" "NeotokyoSource"
}
}