From fb9720610488c2d8da1bd77739b01d8275735b49 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 16 May 2022 22:15:53 +0100 Subject: Add a quick stopgap hack for Portal purposes People want to be able to write a scheduled-release passphrase to demos to prove that said demos were recorded during a timeboxed event. Ideally this is something that'd be part of the custom demo data and general RTA run management stuff that's planned, but of course that doesn't exist yet. When it does exist, we'd probably want rid of this nonsense, so it's marked hidden and I don't plan to document it anywhere "official." It's just here for people who really need it in the short term. --- gamedata/engine.kv | 1 + 1 file changed, 1 insertion(+) (limited to 'gamedata/engine.kv') diff --git a/gamedata/engine.kv b/gamedata/engine.kv index 80caa74..840f9a1 100644 --- a/gamedata/engine.kv +++ b/gamedata/engine.kv @@ -40,6 +40,7 @@ vtidx_GetEngineBuildNumber { // VEngineServer vtidx_PEntityOfEntIndex { OrangeBox 19 } // probably OE too but??? +vtidx_ServerCommand { OrangeBoxbased 36 } sz_edict { default 20 -- cgit v1.2.3