From 58ce9cd37f6f2aebe62855274fb8a48c98cd4b05 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 11 Mar 2010 22:00:46 -0500 Subject: [PATCH] Added missing core voting cvars to sourcemod.cfg (bug 4309, r=fyren) --- gamedata/core.games/common.games.txt | 3 + gamedata/core.games/engine.ep2.txt | 1 + gamedata/sdktools.games/engine.ep2.txt | 2 + gamedata/sdktools.games/game.gesource.txt | 126 ++++++++++++++++++++++ gamedata/sdktools.games/master.games.txt | 4 + 5 files changed, 136 insertions(+) create mode 100644 gamedata/sdktools.games/game.gesource.txt diff --git a/gamedata/core.games/common.games.txt b/gamedata/core.games/common.games.txt index d515b9b5..ee1bf1ae 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -138,6 +138,7 @@ "game" "cspromod" "game" "FortressForever" "game" "zps" + "game" "gesource" } "Keys" @@ -161,6 +162,7 @@ "game" "pvkii" "game" "FortressForever" "game" "zps" + "game" "gesource" } "Keys" @@ -187,6 +189,7 @@ "game" "cspromod" "game" "pvkii" "game" "zps" + "game" "gesource" } "Keys" diff --git a/gamedata/core.games/engine.ep2.txt b/gamedata/core.games/engine.ep2.txt index 7a5db1f5..be18270c 100644 --- a/gamedata/core.games/engine.ep2.txt +++ b/gamedata/core.games/engine.ep2.txt @@ -21,6 +21,7 @@ "game" "bg2" "game" "garrysmod" "game" "pvkii" + "game" "gesource" } "Offsets" diff --git a/gamedata/sdktools.games/engine.ep2.txt b/gamedata/sdktools.games/engine.ep2.txt index a2dfbe26..621d6348 100644 --- a/gamedata/sdktools.games/engine.ep2.txt +++ b/gamedata/sdktools.games/engine.ep2.txt @@ -23,6 +23,7 @@ "game" "bg2" "game" "garrysmod" "game" "pvkii" + "game" "gesource" } "Offsets" @@ -127,6 +128,7 @@ "game" "bg2" "game" "garrysmod" "game" "pvkii" + "game" "gesource" } "Offsets" diff --git a/gamedata/sdktools.games/game.gesource.txt b/gamedata/sdktools.games/game.gesource.txt new file mode 100644 index 00000000..4e1fd126 --- /dev/null +++ b/gamedata/sdktools.games/game.gesource.txt @@ -0,0 +1,126 @@ +"Games" +{ + "gesource" + { + "Offsets" + { + "GiveNamedItem" + { + "windows" "351" + "linux" "352" + } + "RemovePlayerItem" + { + "windows" "239" + "linux" "240" + } + "Weapon_GetSlot" + { + "windows" "237" + "linux" "238" + } + "Ignite" + { + "windows" "194" + "linux" "195" + } + "Extinguish" + { + "windows" "198" + "linux" "199" + } + "Teleport" + { + "windows" "100" + "linux" "101" + } + "CommitSuicide" + { + "windows" "392" + "linux" "392" + } + "GetVelocity" + { + "windows" "130" + "linux" "131" + } + "EyeAngles" + { + "windows" "122" + "linux" "123" + } + "AcceptInput" + { + "windows" "34" + "linux" "35" + } + "DispatchKeyValue" + { + "windows" "29" + "linux" "28" + } + "DispatchKeyValueFloat" + { + "windows" "28" + "linux" "29" + } + "DispatchKeyValueVector" + { + "windows" "27" + "linux" "30" + } + "SetEntityModel" + { + "windows" "23" + "linux" "24" + } + "WeaponEquip" + { + "windows" "230" + "linux" "231" + } + "Activate" + { + "windows" "31" + "linux" "32" + } + "PlayerRunCmd" + { + "windows" "371" + "linux" "372" + } + "FireOutputBackup" + { + "windows" "6" + "linux" "10" + } + } + "Signatures" + { + "FindEntityByClassname" + { + "library" "server" + "windows" "\x53\x55\x56\x8B\xF1\x8B\x4C\x2A\x2A\x57\x85\xC9\x74\x2A\x8B\x01\x8B\x50\x2A\xFF\xD2\x8B\x00\x25\x2A\x2A\x2A\x2A\x40\xC1\xE0\x2A\x8B\x3C\x30\xEB\x2A\x8B\xBE\x2A\x2A\x2A\x2A\x85\xFF\x74\x2A\x8B\x5C\x2A\x2A\x8B\x2D\x2A\x2A\x2A\x2A\x8D\xA4\x2A\x2A\x2A\x2A\x2A\x8B\x37\x85\xF6\x75\x2A\x68\x2A\x2A\x2A\x2A\xFF\x2A\x83\xC4\x2A\xEB\x2A\x39" + "linux" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc" + } + "CreateEntityByName" + { + "library" "server" + "linux" "@_Z18CreateEntityByNamePKci" + "windows" "\x56\x8B\x74\x24\x2A\x57\x8B\x7C\x24\x2A\x83\xFE\xFF\x74\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x8B\x01\x8B\x50\x2A\x56\xFF\xD2" + } + "DispatchSpawn" + { + "library" "server" + "linux" "@_Z13DispatchSpawnP11CBaseEntity" + "windows" "\x53\x55\x56\x8B\x74\x2A\x2A\x57\x85\xF6\x0F\x2A\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x8B\x03\x8B\x50\x2A\x8B\xCB" + } + "FireOutput" + { + "library" "server" + "windows" "\x81\xEC\x1C\x01\x00\x00\x53\x55\x56\x8B\x71\x14\x57\x89" + "linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f" + } + } + } +} \ No newline at end of file diff --git a/gamedata/sdktools.games/master.games.txt b/gamedata/sdktools.games/master.games.txt index d5c0cfa3..205d2dbf 100644 --- a/gamedata/sdktools.games/master.games.txt +++ b/gamedata/sdktools.games/master.games.txt @@ -146,4 +146,8 @@ { "game" "cspromod" } + "game.gesource.txt" + { + "game" "gesource" + } }