Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuck Therebelos <snares@users.sourceforge.net>2010-07-30 00:45:31 +0400
committerTuck Therebelos <snares@users.sourceforge.net>2010-07-30 00:45:49 +0400
commitd0a66273e3c330f9ab8e0f98828d3d705e278974 (patch)
tree249ecc8b0a93240e17d9da0b51b03b795c435976 /plugins/tf2
parente681802f9d0d8152772cd272c488c404272b052b (diff)
Source plugin updates; clarify regName parameter usage in Murmur.ini
Diffstat (limited to 'plugins/tf2')
-rw-r--r--plugins/tf2/tf2.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/tf2/tf2.cpp b/plugins/tf2/tf2.cpp
index fc8663c27..e92279ea9 100644
--- a/plugins/tf2/tf2.cpp
+++ b/plugins/tf2/tf2.cpp
@@ -143,10 +143,10 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
*/
// Remember addresses for later
- posptr = mod_engine + 0x3EE288;
- rotptr = mod_engine + 0x393838;
+ posptr = mod_engine + 0x3EF260;
+ rotptr = mod_engine + 0x394838;
stateptr = pModule + 0x57CBF4;
- hostptr = mod_engine + 0x3D1C7C;
+ hostptr = mod_engine + 0x3D2D14;
/*
// Gamecheck
@@ -157,7 +157,7 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
// Gamecheck
char sMagic[13];
- if (!peekProc(mod_engine + 0x548580, sMagic, 13) || strncmp("DemomanTaunts", sMagic, 13)!=0)
+ if (!peekProc(mod_engine + 0x549600, sMagic, 13) || strncmp("DemomanTaunts", sMagic, 13)!=0)
return false;
// Check if we can get meaningful data from it
@@ -175,10 +175,10 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports TF2 build 4209. No identity support yet.");
+ return std::wstring(L"Supports TF2 build 4274. No identity support yet.");
}
-static std::wstring description(L"Team Fortress 2 (Build 4209)");
+static std::wstring description(L"Team Fortress 2 (Build 4274)");
static std::wstring shortname(L"Team Fortress 2");
static int trylock1() {