This commit is contained in:
David Anderson 2009-08-10 22:15:23 -04:00
commit 60292fa424
14 changed files with 174 additions and 175 deletions

Binary file not shown.

Binary file not shown.

View File

@ -67,7 +67,7 @@
AdditionalDependencies="../lib_win/pcre.lib" AdditionalDependencies="../lib_win/pcre.lib"
OutputFile="$(OutDir)\regex.ext.dll" OutputFile="$(OutDir)\regex.ext.dll"
LinkIncremental="2" LinkIncremental="2"
IgnoreDefaultLibraryNames="LIBC;LIBCD;LIBCMTD" IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
RandomizedBaseAddress="1" RandomizedBaseAddress="1"
@ -146,7 +146,7 @@
AdditionalDependencies="../lib_win/pcre.lib" AdditionalDependencies="../lib_win/pcre.lib"
OutputFile="$(OutDir)\regex.ext.dll" OutputFile="$(OutDir)\regex.ext.dll"
LinkIncremental="1" LinkIncremental="1"
IgnoreDefaultLibraryNames="LIBC;LIBCD;LIBCMT" IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"

View File

@ -117,7 +117,8 @@
"game" "synergy" "game" "synergy"
"game" "left4dead" "game" "left4dead"
"game" "obsidian" "game" "obsidian"
"game" "ageofchivalry" "game" "zps"
"game" "empires"
} }
"Keys" "Keys"
@ -134,7 +135,7 @@
"game" "tf" "game" "tf"
"game" "synergy" "game" "synergy"
"game" "dod" "game" "dod"
"game" "ageofchivalry" "game" "empires"
} }
"Keys" "Keys"
@ -179,4 +180,12 @@
"GameExtension" "game.tf2" "GameExtension" "game.tf2"
} }
} }
"insurgency"
{
"Keys"
{
"ChatSayText" "yes"
}
}
} }

View File

@ -13,7 +13,6 @@
"game" "pvkii" "game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "FortressForever" "game" "FortressForever"
"game" "empires"
"game" "synergy" "game" "synergy"
"game" "hidden" "game" "hidden"
"game" "zombie_master" "game" "zombie_master"
@ -72,7 +71,6 @@
"game" "pvkii" "game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "FortressForever" "game" "FortressForever"
"game" "empires"
"game" "synergy" "game" "synergy"
"game" "hidden" "game" "hidden"
} }
@ -122,7 +120,6 @@
"game" "pvkii" "game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "FortressForever" "game" "FortressForever"
"game" "empires"
"game" "synergy" "game" "synergy"
"game" "hidden" "game" "hidden"
"game" "zombie_master" "game" "zombie_master"
@ -170,7 +167,6 @@
"game" "insurgency" "game" "insurgency"
"game" "pvkii" "game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "empires"
"game" "synergy" "game" "synergy"
"game" "hidden" "game" "hidden"
"game" "FortressForever" "game" "FortressForever"

View File

@ -8,7 +8,9 @@
"game" "dod" "game" "dod"
"game" "tf" "game" "tf"
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "ZPS" "game" "zps"
"game" "empires"
"game" "synergy"
} }
"Offsets" "Offsets"
@ -58,7 +60,8 @@
"game" "dod" "game" "dod"
"game" "tf" "game" "tf"
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "ZPS" "game" "zps"
"game" "empires"
} }
"Signatures" "Signatures"
@ -86,7 +89,9 @@
"game" "dod" "game" "dod"
"game" "tf" "game" "tf"
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "ZPS" "game" "zps"
"game" "empires"
"game" "synergy"
} }
"Offsets" "Offsets"
@ -129,7 +134,9 @@
"game" "dod" "game" "dod"
"game" "tf" "game" "tf"
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "ZPS" "game" "zps"
"game" "empires"
"game" "synergy"
} }
"Offsets" "Offsets"

View File

@ -1,34 +1,34 @@
"Games" "Games"
{ {
/* Age of Chivalry */ /* Age of Chivalry (CR2) */
"ageofchivalry" "ageofchivalry"
{ {
"Offsets" "Offsets"
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "351" "windows" "352"
"linux" "352" "linux" "353"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "239" "windows" "240"
"linux" "240" "linux" "241"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "237" "windows" "238"
"linux" "238" "linux" "239"
} }
"Ignite" "Ignite"
{ {
"windows" "194" "windows" "195"
"linux" "195" "linux" "196"
} }
"Extinguish" "Extinguish"
{ {
"windows" "198" "windows" "199"
"linux" "199" "linux" "200"
} }
"Teleport" "Teleport"
{ {
@ -37,8 +37,8 @@
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "389" "windows" "390"
"linux" "389" "linux" "390"
} }
"GetVelocity" "GetVelocity"
{ {
@ -77,8 +77,8 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "230" "windows" "231"
"linux" "231" "linux" "232"
} }
"Activate" "Activate"
{ {

View File

@ -1,6 +1,6 @@
"Games" "Games"
{ {
/* Empires 2 */ /* Empires 2.24 */
"empires" "empires"
{ {
@ -8,99 +8,89 @@
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "332" "windows" "354"
"linux" "333" "linux" "355"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "230" "windows" "241"
"linux" "231" "linux" "242"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "228" "windows" "239"
"linux" "229" "linux" "240"
} }
"Ignite" "Ignite"
{ {
"windows" "192" "windows" "196"
"linux" "193" "linux" "197"
} }
"Extinguish" "Extinguish"
{ {
"windows" "193" "windows" "200"
"linux" "194" "linux" "201"
} }
"Teleport" "Teleport"
{ {
"windows" "102" "windows" "104"
"linux" "103" "linux" "105"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "360" "windows" "401"
"linux" "361" "linux" "402"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "130" "windows" "133"
"linux" "131" "linux" "134"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "122" "windows" "125"
"linux" "123" "linux" "126"
}
"AcceptInput"
{
"windows" "36"
"linux" "37"
} }
"DispatchKeyValue" "DispatchKeyValue"
{ {
"windows" "31" "windows" "29"
"linux" "30" "linux" "28"
} }
"DispatchKeyValueFloat" "DispatchKeyValueFloat"
{ {
"windows" "30" "windows" "28"
"linux" "31" "linux" "29"
} }
"DispatchKeyValueVector" "DispatchKeyValueVector"
{ {
"windows" "29" "windows" "27"
"linux" "32" "linux" "30"
} }
"SetEntityModel" "AcceptInput"
{ {
"windows" "25" "windows" "35"
"linux" "26" "linux" "36"
}
"WeaponEquip"
{
"windows" "221"
"linux" "222"
} }
"Activate" "Activate"
{ {
"windows" "32" "windows" "31"
"linux" "33" "linux" "32"
} }
"TakeHealth"
/* Offset into LevelShutdown for CGlobalEntList */
"gEntList"
{ {
"windows" "64" "windows" "62"
"linux" "63"
} }
} "ChangeTeam"
"Signatures"
{
"LevelShutdown"
{ {
"library" "server" "windows" "87"
"windows" "\x8B\x0D\x2A\x2A\x2A\x2A\x85\xC9\x74\x2B\x56\xE8\x2A\x2A\x2A\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x85\xC9\x8B\xF1\x74\x0E" "linux" "88"
}
"SetEntityModel"
{
"windows" "23"
"linux" "24"
} }
} }
} }
} }

View File

@ -1,35 +1,35 @@
"Games" "Games"
{ {
/* Insurgency */ /* Insurgency (2009-07-10) */
"insurgency" "insurgency"
{ {
"Offsets" "Offsets"
{ {
/* CBasePlayer */ /* CBasePlayer */
"Ignite" "Ignite"
{
"windows" "174"
"linux" "175"
}
"Extinguish"
{ {
"windows" "175" "windows" "175"
"linux" "176" "linux" "176"
} }
"Extinguish"
{
"windows" "176"
"linux" "177"
}
"Teleport" "Teleport"
{ {
"windows" "90" "windows" "91"
"linux" "91" "linux" "92"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "115" "windows" "116"
"linux" "116" "linux" "117"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "107" "windows" "108"
"linux" "108" "linux" "109"
} }
"AcceptInput" "AcceptInput"
{ {
@ -72,5 +72,14 @@
"linux" "289" "linux" "289"
} }
} }
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x81\xEC\x20\x01\x00\x00\x53\x55\x56\x8B\x71\x14"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
} }
} }

View File

@ -1,6 +1,6 @@
"Games" "Games"
{ {
/* Synergy Release 1 */ /* Synergy Release 11 */
"synergy" "synergy"
{ {
"Offsets" "Offsets"
@ -8,83 +8,83 @@
/* CBasePlayer */ /* CBasePlayer */
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "334" "windows" "354"
"linux" "335" "linux" "355"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "226" "windows" "237"
"linux" "227" "linux" "238"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "224" "windows" "235"
"linux" "225" "linux" "236"
} }
"Ignite" "Ignite"
{ {
"windows" "188" "windows" "192"
"linux" "189" "linux" "193"
} }
"Extinguish" "Extinguish"
{ {
"windows" "189" "windows" "196"
"linux" "190" "linux" "197"
} }
"Teleport" "Teleport"
{ {
"windows" "98" "windows" "100"
"linux" "99" "linux" "101"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "362" "windows" "392"
"linux" "363" "linux" "392"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "126" "windows" "129"
"linux" "127" "linux" "130"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "118" "windows" "121"
"linux" "119" "linux" "122"
} }
"DispatchKeyValue" "DispatchKeyValue"
{ {
"windows" "31" "windows" "29"
"linux" "30" "linux" "28"
} }
"DispatchKeyValueFloat" "DispatchKeyValueFloat"
{ {
"windows" "30" "windows" "28"
"linux" "31" "linux" "29"
} }
"DispatchKeyValueVector" "DispatchKeyValueVector"
{ {
"windows" "29" "windows" "27"
"linux" "32" "linux" "30"
} }
"AcceptInput" "AcceptInput"
{ {
"windows" "35" "windows" "34"
"linux" "36" "linux" "35"
} }
"SetEntityModel" "SetEntityModel"
{ {
"windows" "25" "windows" "23"
"linux" "26" "linux" "24"
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "217" "windows" "228"
"linux" "218" "linux" "229"
} }
"Activate" "Activate"
{ {
"windows" "32" "windows" "31"
"linux" "33" "linux" "32"
} }
} }
} }

View File

@ -1,6 +1,6 @@
"Games" "Games"
{ {
/* Zombie Master 1.1.3 */ /* Zombie Master 1.2.1 */
"zombie_master" "zombie_master"
{ {
"Offsets" "Offsets"
@ -76,10 +76,6 @@
"windows" "25" "windows" "25"
"linux" "26" "linux" "26"
} }
"s_pTempEntities"
{
"windows" "30"
}
"g_pGameRules" "g_pGameRules"
{ {
"windows" "7" "windows" "7"
@ -98,27 +94,22 @@
"Signatures" "Signatures"
{ {
"CBaseTempEntity"
{
"library" "server"
"windows" "\x55\x8B\xEC\x51\x89\x4D\xFC\x8B\x45\xFC\xC7\x00\x2A\x2A\x2A\x2A\x8B\x4D\xFC\x8B\x55\x08\x89\x51\x04\x8B\x45\xFC\x8B\x0D\x2A\x2A"
}
"DispatchSpawn" "DispatchSpawn"
{ {
"library" "server" "library" "server"
"linux" "@_Z13DispatchSpawnP11CBaseEntity" "linux" "@_Z13DispatchSpawnP11CBaseEntity"
"windows" "\x55\x8B\xEC\x83\xEC\x20\x83\x7D\x08\x00\x0F\x84\x95\x01\x00\x00\xA1\x2A\x2A\x2A\x2A\x50\x8D\x4D\xF0\xE8\x2A\x2A\x2A\x2A\x8D\x4D" "windows" "\x53\x55\x56\x8B\x74\x24\x10\x85\xF6\x57\x0F\x84\x3A\x01\x00\x00\x8B\x1D\x5C\x35\x6F\x22\x8B\x03\x8B\xCB\xFF\x50\x60\x8B\x16\x8B"
} }
"CreateEntityByName" "CreateEntityByName"
{ {
"library" "server" "library" "server"
"linux" "@_Z18CreateEntityByNamePKci" "linux" "@_Z18CreateEntityByNamePKci"
"windows" "\x55\x8B\xEC\x83\xEC\x0C\x83\x7D\x0C\xFF\x74\x39\x8B\x45\x0C\x50\x8B\x0D\x2A\x2A\x2A\x2A\x8B\x11\x8B\x0D\x2A\x2A\x2A\x2A\xFF\x52" "windows" "\x56\x8B\x74\x24\x0C\x83\xFE\xFF\x57\x8B\x7C\x24\x0C\x74\x25\x8B\x0D\x20\x35\x6F\x22\x8B\x01\x56\xFF\x50\x54\x85\xC0\xA3\x54\x31"
} }
"FindEntityByClassname" "FindEntityByClassname"
{ {
"library" "server" "library" "server"
"windows" "\x55\x8B\xEC\x83\xEC\x10\x89\x4D\xF4\x83\x7D\x08\x00\x74\x1C\x8B\x45\x08\x8B\x10\x8B\x4D\x08\xFF\x52\x08\x50\x8B\x4D\xF4\xE8\x2A\x2A\x2A\x2A\x8B\x40\x0C\x89\x45\x\xF0\xEB\x0B\x8B\x4D\xF4\xE8\x2A\x2A\x2A\x2A\x89\x45\xF0\x8B\x4D\xF0\x89\x4D\xFC\xEB\x09\x8B\x55\xFC\x8B\x42\x0C\x89\x45\xFC\x83\x7D\xFC\x00\x74\x38\x8B\x4D\xFC\x8B\x11\x89" "windows" "\x53\x55\x56\x8B\xF1\x8B\x4C\x24\x10\x85\xC9\x57\x74\x18\x8B\x01\xFF\x50\x08\x8B\x08\x81\xE1\xFF\x0F\x00\x00\x83\xC1\x01\xC1\xE1\x04\x8B\x3C\x31\xEB\x06\x8B\xBE\x04\x00\x01\x00\x85\xFF\x74\x3A\x8B\x5C\x24\x18\x8B\x2D\x6C\xE5\x73\x22\x8D\x9B\x00\x00\x00\x00\x8B\x37\x85\xF6\x75\x0C\x68\xFC\xFB\x56\x22\xFF\xD5\x83\xC4\x04\xEB\x11\x39"
"linux" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc" "linux" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc"
} }
"CreateGameRulesObject" "CreateGameRulesObject"

View File

@ -1,92 +1,89 @@
"Games" "Games"
{ {
/* Zombie Panic! Source 1.3-1.5 /* Zombie Panic! Source (1.6.1) */
* The definitions below were supplied by a third party.
* (thanks "noob cannon lol")
*/
"zps" "zps"
{ {
"Offsets" "Offsets"
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "355" "windows" "356"
"linux" "356" "linux" "357"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "242" "windows" "243"
"linux" "243" "linux" "244"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "237" "windows" "238"
"linux" "238" "linux" "239"
} }
"Ignite" "Ignite"
{ {
"windows" "194" "windows" "195"
"linux" "195" "linux" "196"
} }
"Extinguish" "Extinguish"
{ {
"windows" "198" "windows" "199"
"linux" "199" "linux" "1200"
} }
"Teleport" "Teleport"
{ {
"windows" "102" "windows" "103"
"linux" "103" "linux" "104"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "396" "windows" "397"
"linux" "396" "linux" "397"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "131" "windows" "132"
"linux" "132" "linux" "133"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "123" "windows" "124"
"linux" "124" "linux" "125"
} }
"AcceptInput" "AcceptInput"
{ {
"windows" "34" "windows" "35"
"linux" "35" "linux" "36"
} }
"DispatchKeyValue" "DispatchKeyValue"
{ {
"windows" "29" "windows" "30"
"linux" "28" "linux" "29"
} }
"DispatchKeyValueFloat" "DispatchKeyValueFloat"
{ {
"windows" "28" "windows" "29"
"linux" "29" "linux" "30"
} }
"DispatchKeyValueVector" "DispatchKeyValueVector"
{ {
"windows" "27" "windows" "28"
"linux" "30" "linux" "31"
} }
"SetEntityModel" "SetEntityModel"
{ {
"windows" "23" "windows" "24"
"linux" "24" "linux" "25"
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "230" "windows" "231"
"linux" "231" "linux" "232"
} }
"Activate" "Activate"
{ {
"windows" "31" "windows" "32"
"linux" "32" "linux" "33"
} }
} }
"Signatures" "Signatures"

View File

@ -102,7 +102,7 @@
"game.zpanic.txt" "game.zpanic.txt"
{ {
"game" "ZPS" "game" "zps"
} }
"game.obsidian.txt" "game.obsidian.txt"

View File

@ -13,7 +13,7 @@
"RemoveDisguise" "RemoveDisguise"
{ {
"library" "server" "library" "server"
"windows" "\x51\x56\x8B\xF1\x8B\x46\x2A\x57\x8D\x7E\x2A\x8D\x4C\x24\x08\x83\xE0\xF7" "windows" "\x51\x56\x8B\xF1\x8B\x8E\x0C\x01\x00\x00\x57\x8B\xBE\x94\x00\x00\x00"
"linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv" "linux" "@_ZN15CTFPlayerShared14RemoveDisguiseEv"
} }
"Disguise" "Disguise"