From 324ebec00666aeaa45828712fcc27b70ef86350a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 20 Nov 2023 20:22:55 +0000 Subject: Add cutscene skipping to L4D quick reset Also done with quite a lot of RE help from bill - thanks again! --- gamedata/gamelib.kv | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gamedata') diff --git a/gamedata/gamelib.kv b/gamedata/gamelib.kv index 653be12..8cf86d2 100644 --- a/gamedata/gamelib.kv +++ b/gamedata/gamelib.kv @@ -40,4 +40,14 @@ vtidx_Teleport { off_curtime 12 off_edicts { L4D 88 } +// IServerGameDLL +vtidx_GameFrame 4 +vtidx_GameShutdown 7 + +// CDirector +vtidx_OnGameplayStart { + L4D2 11 // note: just happens the same on linux! + L4D1 11 // TODO(linux): unknown whether or not this is the same +} + // vi: sw=4 ts=4 noet tw=80 cc=80 ft=text -- cgit v1.2.3