From de2a003cd9041c3e711147a4fe3a96a5b0564842 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 5 Oct 2025 18:01:35 +0100 Subject: Fix deferred init in OE Not really sure what was going on here. This is just a workaround, really, but it works well enough for the time being. --- gamedata/engine.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gamedata') diff --git a/gamedata/engine.txt b/gamedata/engine.txt index f13a63a..511bcec 100644 --- a/gamedata/engine.txt +++ b/gamedata/engine.txt @@ -151,11 +151,10 @@ vtidx_GetPanel NVDTOR vtidx_VGuiConnect 3 + NVDTOR L4Dbased 4 + NVDTOR # ActivateGameUI added L4DS 5 + NVDTOR # some other crap added, god knows -vtidx_VGuiIsInitialized 6 + NVDTOR # this is also just called IsInitialized() - L4Dbased 7 + NVDTOR - L4DS 8 + NVDTOR - OE 5 + NVDTOR - #DMoMM 10 + NVDTOR # untested, can't remember where I got this... +vtidx_VGuiIsInitialized # this is also just called IsInitialized() + NE 6 + NVDTOR + L4Dbased 7 + NVDTOR + L4DS 8 + NVDTOR # CDedicatedServerAPI vtidx_RunFrame 7 -- cgit v1.2.3-54-g00ecf