From 2cd6f34003063063005858435cf955540c49ff93 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Thu, 21 Oct 2021 23:32:45 +0200 Subject: [PATCH] Client: Include FreeHL's damage.qc. --- README.md | 12 +++++++++++- src/client/init.qc | 1 + src/client/progs.src | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8abd0..211c628 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,17 @@ then either run Nuclide's ./build_game.sh shell script, or issue 'make' inside Obviously make sure that Nuclide has fteqw and fteqcc set-up for building. ## Community -Join us on #halflife or #hunger via irc.frag-net.com and chat. + +### Matrix +If you're a fellow Matrix user, join the Nuclide Space to see live-updates and more! +https://matrix.to/#/#nuclide:matrix.org + +### IRC +Join us on #freecs via irc.libera.chat and talk/lurk or discuss bugs, issues +and other such things. It's bridged with the Matrix room of the same name! + +### Others +We've had people ask in the oddest of places for help, please don't do that. ## License ISC License diff --git a/src/client/init.qc b/src/client/init.qc index e525e87..890efe9 100644 --- a/src/client/init.qc +++ b/src/client/init.qc @@ -39,6 +39,7 @@ void ClientGame_RendererRestart(string rstr) { Obituary_Precache(); + Damage_Precache(); FX_Blood_Init(); FX_BreakModel_Init(); diff --git a/src/client/progs.src b/src/client/progs.src index 603a9e7..273a8cf 100644 --- a/src/client/progs.src +++ b/src/client/progs.src @@ -20,6 +20,7 @@ ../../../src/gs-entbase/shared.src ../shared/include.src +../../../valve/src/client/damage.qc ../../../base/src/client/draw.qc init.qc ../../../valve/src/client/flashlight.qc