summaryrefslogtreecommitdiffhomepage
path: root/gamedata
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-05-06 00:49:53 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-05-06 00:49:53 +0100
commit1ed84a25c2db8ade2b2162b429b30e9138eb5d16 (patch)
treee77be1d1c25cfed145916cb1c482c48b47a3b15d /gamedata
parentcc9785e38cd1414d6d675364e5089f907b7b0a30 (diff)
HOTFIX: Fix L4D2 2.0.0.0 crashingv0.3-HOTFIX
Idiotic problems require idiotic solutions.
Diffstat (limited to 'gamedata')
-rw-r--r--gamedata/engine.kv6
-rw-r--r--gamedata/gamelib.kv4
2 files changed, 6 insertions, 4 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv
index 8ee8161..414a584 100644
--- a/gamedata/engine.kv
+++ b/gamedata/engine.kv
@@ -18,7 +18,11 @@ vtidx_GetGameDirectory {
}
Client012 37 // dmomm, ep1, ...
}
-vtidx_GetEngineBuildNumber { L4D2 99 }
+// TODO(compat): apparently this changed, in early versions it's NOT 99!
+// Come up with some way to detect it properly!?
+vtidx_GetEngineBuildNumber {
+ //L4D2 99
+}
vtidx_PEntityOfEntIndex { OrangeBox 19 } // probably OE too but???
sz_edict {
diff --git a/gamedata/gamelib.kv b/gamedata/gamelib.kv
index e7a4302..7db228f 100644
--- a/gamedata/gamelib.kv
+++ b/gamedata/gamelib.kv
@@ -26,9 +26,7 @@ vtidx_Teleport {
L4D "104 + NVDTOR"
L4D2 {
default "116 + NVDTOR" // TODO(linux): might actually be 119!?!?
- // TODO(compat): would like to be able to specify this here.
- // see also engineapi.c
- //TLS "117 + NVDTOR"
+ TheLastStand "117 + NVDTOR" // I dunno why JAiZ changed this
}
}