Client: Include FreeHL's damage.qc.

This commit is contained in:
Marco Cawthorne 2021-10-21 23:32:53 +02:00
parent c4a5f92063
commit 5b933aec2e
Signed by: eukara
GPG Key ID: C196CD8BA993248A
3 changed files with 13 additions and 1 deletions

View File

@ -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 #gearbox 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

View File

@ -40,6 +40,7 @@ ClientGame_RendererRestart(string rstr)
{
Nightvision_Init();
Obituary_Precache();
Damage_Precache();
FX_Blood_Init();
FX_BreakModel_Init();

View File

@ -21,6 +21,7 @@
flashlight.qc
nightvision.qc
../../../valve/src/client/damage.qc
draw.qc
init.qc
../../../valve/src/client/player.qc