From eb41c78c9ff23429f054d9cc280c41917acc2736 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 29 Aug 2024 23:03:11 +0100 Subject: Add very basic client console messaging for L4D2 This isn't totally ideal - it'd be nice to have a way to get colours working, at least for errors/warnings. But it might not really be possible to do that without custom networking stuff, so this will do for the forseeable future. The main goal is just to be able to have CON_SERVERSIDE commands actually give output to the relevant player. --- compile.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'compile.bat') diff --git a/compile.bat b/compile.bat index a4a6a10..fe96d29 100644 --- a/compile.bat +++ b/compile.bat @@ -66,6 +66,7 @@ setlocal DisableDelayedExpansion :+ alias.c :+ autojump.c :+ bind.c +:+ clientcon.c :+ con_.c :+ chunklets/fastspin.c :+ chunklets/msg.c -- cgit v1.2.3