diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-15 23:05:41 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-15 23:05:41 +0100 |
commit | 9009f75bf5fd33e13abae5762d31968b39f233c3 (patch) | |
tree | 99a65caf9b2199ad4a8d7bbc539867bfea254412 /gamedata/engine.kv | |
parent | 831862bec84dde31a0568ec8a2f2b0170e18a973 (diff) |
Fix GetEngineBuildNumber and entity property stuff
I still haven't bothered to flesh out all the possible indices for
GetEngineBuildNumber but we're back to being able to use it to detect
The Last Stand (as a result of some old version testing Aciidz did -
thanks again!). This means we can do away with the terrible map file-
based hotfix. Also, turns out sst_l4d_testwarp doesn't work if the
plugin gets loaded early via VDF because certain SendTable offsets start
out negated, so we work around that too now.
Diffstat (limited to 'gamedata/engine.kv')
-rw-r--r-- | gamedata/engine.kv | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv index 39fa1df..80caa74 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -26,16 +26,19 @@ vtidx_GetGameDirectory { 2013 35 } Client013 { - L4Dx 36 // AND THEN THEY CHANGED IT BACK LATER! + L4Dx 36 // AND THEN THEY CHANGED IT BACK LATER! (on 2.0.4.1) default 35 // <- most things have this! } Client012 37 // dmomm, ep1, ... } -// 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 + L4D2 { + Client013 99 + //Client014 ??? // TODO(compat): find out what this (maybe 136?) + } } + +// VEngineServer vtidx_PEntityOfEntIndex { OrangeBox 19 } // probably OE too but??? sz_edict { |