summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-11-30 19:56:18 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2023-12-04 19:30:09 +0000
commit9867d03db6531fef352b1692999b8015a9699764 (patch)
treef648af52568ea995a7b3d19acf942e79cf004706
parent324ebec00666aeaa45828712fcc27b70ef86350a (diff)
Fix Left 4 Dead Survivors crash
-rw-r--r--gamedata/engine.kv10
1 files changed, 8 insertions, 2 deletions
diff --git a/gamedata/engine.kv b/gamedata/engine.kv
index d8d51ca..c436eb5 100644
--- a/gamedata/engine.kv
+++ b/gamedata/engine.kv
@@ -98,11 +98,17 @@ off_SP_offset {
// IEngineVGuiInternal/CEngineVGui
vtidx_VGuiConnect { // note: the actual name is Connect() but that's too generic
default "3 + NVDTOR"
- L4Dbased "4 + NVDTOR" // ActivateGameUI added
+ L4Dbased {
+ default "4 + NVDTOR" // ActivateGameUI added
+ L4DS "5 + NVDTOR" // some other crap added, god knows
+ }
}
vtidx_VGuiIsInitialized { // likewise, function is just called IsInitialized()
default "6 + NVDTOR"
- L4Dbased "7 + NVDTOR"
+ L4Dbased {
+ default "7 + NVDTOR"
+ L4DS "8 + NVDTOR"
+ }
}
// CDedicatedServerAPI