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:
authorMicah Caldwell <micah@zoltu.net>2013-07-03 08:41:41 +0400
committerMicah Caldwell <micah@zoltu.net>2013-07-03 08:48:36 +0400
commit4305165aa5e3438ed118d46674d80ce538bdbeb6 (patch)
tree1d14d9de1142719b349fca35cc913d73007e6186 /plugins
parent61ad05c9cf46f2b6ee6cc74effd591923451303e (diff)
Updated L4D2 to 5338.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/l4d2/l4d2.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/l4d2/l4d2.cpp b/plugins/l4d2/l4d2.cpp
index 34c5fa761..ce72e8b29 100644
--- a/plugins/l4d2/l4d2.cpp
+++ b/plugins/l4d2/l4d2.cpp
@@ -74,10 +74,10 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
if (! initialize(pids, L"left4dead2.exe", L"client.dll"))
return false;
- posptr = pModule + 0x642A4C;
- rotptr = pModule + 0x642A08;
- stateptr = pModule + 0x6F58AC;
- contextptr = pModule + 0x6F58AC;
+ posptr = pModule + 0x856FE8;
+ rotptr = pModule + 0x856FF4;
+ stateptr = pModule + 0x831A24;
+ contextptr = pModule + 0x831A24;
float pos[3];
float rot[3];
@@ -151,10 +151,10 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports L4D2 build 5310 with context support. No identity support yet.");
+ return std::wstring(L"Supports L4D2 build 5338 with context support. No identity support yet.");
}
-static std::wstring description(L"Left 4 Dead 2 (Build 5310)");
+static std::wstring description(L"Left 4 Dead 2 (Build 5338)");
static std::wstring shortname(L"Left 4 Dead 2");
static int trylock1() {