diff options
Diffstat (limited to 'gamedata')
-rw-r--r-- | gamedata/engine.kv | 10 |
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 |